X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Ftest_config.json;h=9b70e65f943262de2153f881f443f6b5c9a26470;hb=refs%2Fheads%2Fmaster;hp=d07cb3036b0616fea76c0af6c1aad072b4da8ef9;hpb=8d6fca09fdc1bae46b4dc5b7e029cf5a1c8997cc;p=oam.git diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json index d07cb30..9b70e65 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,36 +11,45 @@ "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, - "cell-scale-factor-for-handover-area": 20, - "max-reach": 400 + "nrCellDu": { + "sectorCount": 1, + "cellAngle": 120, + "cellScaleFactorForHandoverArea": 20, + "maxReach": 400 } } }, - "output-folder": "output", - "generation-tasks": { - "topology": true, - "svg": true, - "kml": true + "outputFolder": "output", + "generationTasks": { + "topology": { + "enabled": true, + "compressed": true + }, + "svg": { + "enabled": true, + "compressed": true + }, + "kml": { + "enabled": true, + "compressed": true + } } } \ No newline at end of file