File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments