X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Ftest_config.json;h=fa6031929847a281d6da740275dd7c060423b010;hb=9a0d7d6f6b9bb268514d0c0e75c071fd297a425a;hp=b9fe71045cb36e42b69ab3a9105504b4643336bb;hpb=3bcc2ea0b963df3dfb17b6d634abdc0144a80c33;p=oam.git diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json index b9fe710..fa60319 100644 --- a/code/network-generator/test_config.json +++ b/code/network-generator/test_config.json @@ -1,6 +1,6 @@ { "network": { - "name": "o-ran-network", + "name": "O-RAN-TEST-Network", "center": { "latitude": 40.535, "longitude": -74.447, @@ -11,33 +11,34 @@ "representation": "hexagon" }, "smo": { - "five-g-core-count": 1, - "near-rt-ric-spiral-radius": 0, - "o-could-resource-pool-count": 1 + "fiveGCoreCount": 1, + "nearRtRicSpiralRadius": 0, + "oCloudResourcePoolCount": 1 }, - "near-rt-ric": { - "o-ran-cu-spiral-radius": 0 + "nearRtRic": { + "oRanCuSpiralRadius": 0 }, - "o-ran-cu": { - "o-ran-du-spiral-radius": 0 + "oRanCu": { + "oRanDuSpiralRadius": 0 }, - "o-ran-du": { - "fronthaul-gateway-count": 0, - "tower-spiral-radius": 0, - "o-ran-ru-count": 1 + "oRanDu": { + "fronthaulGatewayCount": 0, + "towerSpiralRadius": 0, + "oRanRuCount": 1 }, - "o-ran-ru": { - "nr-cell-du-count": 1 + "oRanRu": { + "nrCellDuCount": 1 }, - "nr-cell-du": { - "sector-count": 1, - "cell-angle": 120, - "max-reach": 400 + "nrCellDu": { + "sectorCount": 1, + "cellAngle": 120, + "cellScaleFactorForHandoverArea": 20, + "maxReach": 400 } } }, - "output-folder": "output", - "generation-tasks": { + "outputFolder": "output", + "generationTasks": { "topology": true, "svg": true, "kml": true