X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fnetwork_generation%2Fmodel%2Fpython%2Fo_ran_network.py;fp=code%2Fnetwork-generator%2Fnetwork_generation%2Fmodel%2Fpython%2Fo_ran_network.py;h=962e5b10815a38e218d35f81a6b4781e8da996a0;hb=4b089018e34cea369399ace99c2a81bc77b7ce82;hp=907c20d65d694033a0a9f5f4d664728c6abccf27;hpb=9a0d7d6f6b9bb268514d0c0e75c071fd297a425a;p=oam.git diff --git a/code/network-generator/network_generation/model/python/o_ran_network.py b/code/network-generator/network_generation/model/python/o_ran_network.py index 907c20d..962e5b1 100644 --- a/code/network-generator/network_generation/model/python/o_ran_network.py +++ b/code/network-generator/network_generation/model/python/o_ran_network.py @@ -63,11 +63,11 @@ class ORanNetwork(ORanObject): ) size: int = int( - int(configuration["pattern"]["nr-cell-du"]["maxReach"]) + int(configuration["pattern"]["nrCellDu"]["maxReach"]) / ( 1 + int( - configuration["pattern"]["nr-cell-du"][ + configuration["pattern"]["nrCellDu"][ "cellScaleFactorForHandoverArea" ] ) @@ -81,16 +81,16 @@ class ORanNetwork(ORanObject): { "oRanSmoSpiralRadiusOfNearRtRics": configuration["pattern"][ "smo" - ]["near-rt-ric-spiral-radius"], + ]["nearRtRicSpiralRadius"], "oRanNearRtRicSpiralRadiusOfOCus": configuration["pattern"][ - "near-rt-ric" - ]["o-ran-cu-spiral-radius"], + "nearRtRic" + ]["oRanCuSpiralRadius"], "oRanCuSpiralRadiusOfODus": configuration["pattern"][ - "o-ran-cu" - ]["o-ran-du-spiral-radius"], + "oRanCu" + ]["oRanDuSpiralRadius"], "oRanDuSpiralRadiusOfTowers": configuration["pattern"][ - "o-ran-du" - ]["tower-spiral-radius"], + "oRanDu" + ]["towerSpiralRadius"], } ) self._o_ran_smo = ORanSmo(