Skip to content

Commit 4284677

Browse files
committed
simulations: last minute ini update
Makes no difference, because dynamic association is enabled in these setups, so manual serving node assignment is ignored
1 parent 6270950 commit 4284677

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

simulations/lte/cars/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sim-time-limit = 100s
5959

6060
# Enable dynamic association of UEs (based on best SINR)
6161
*.car[*].cellularNic.phy.dynamicCellAssociation = true
62-
**.car[*].masterId = 1 # useless if dynamic association is disabled
62+
**.car[*].servingNodeId = 1 # ignored if dynamic association is enabled
6363

6464
# eNodeB configuration
6565
**.eNodeB1.macCellId = 1

simulations/nr/cars/omnetpp.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ sim-time-limit = 100s
5555

5656
# Enable dynamic association of UEs (based on best SINR)
5757
*.car[*].cellularNic.nrPhy.dynamicCellAssociation = true
58-
*.car[*].masterId = 0 # ignored if dynamic association is disabled
59-
*.car[*].nrMasterId = 1 # ignored if dynamic association is disabled
58+
*.car[*].servingNodeId = 0 # ignored if dynamic association is enabled
59+
*.car[*].nrServingNodeId = 1 # ignored if dynamic association is enabled
6060

6161
# eNodeB configuration
6262
**.gNodeB1.macCellId = 1

0 commit comments

Comments
 (0)