X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=code%2Fnetwork-generator%2Fconfig.json;h=ff785f7fa526b314d41c5eee8dbebdebd99a199d;hb=refs%2Fheads%2Fmaster;hp=73c1e800e3cf7c064b8cabe8c03f506d2f4788ec;hpb=3461ac19f233f610594196267199266dedcf57db;p=oam.git diff --git a/code/network-generator/config.json b/code/network-generator/config.json index 73c1e80..ff785f7 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -1,6 +1,6 @@ { "network": { - "name": "o-ran-network", + "name": "O-RAN-Network", "center": { "latitude": 40.535, "longitude": -74.447, @@ -11,35 +11,49 @@ "representation": "hexagon" }, "smo": { - "five-g-core-count": 1, - "near-rt-ric-spiral-radius": 1, - "o-could-resource-pool-count": 1 + "fiveGCoreCount": 1, + "nearRtRicSpiralRadius": 1, + "oCloudResourcePoolCount": 1 }, - "near-rt-ric": { - "o-ran-cu-spiral-radius": 1 + "nearRtRic": { + "oRanCuSpiralRadius": 1 }, - "o-ran-cu": { - "o-ran-du-spiral-radius": 1 + "oRanCu": { + "oRanDuSpiralRadius": 1 }, - "o-ran-du": { - "fronthaul-gateway-count": 0, - "tower-spiral-radius": 1, - "o-ran-ru-count": 1 + "oRanDu": { + "fronthaulGatewayCount": 0, + "towerSpiralRadius": 1, + "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": { - "topology": true, - "svg": true, - "kml": true + "outputFolder": "output", + "generationTasks": { + "network_dir": { + "enabled": true, + "compressed": false + }, + "topology": { + "enabled": true, + "compressed": true + }, + "svg": { + "enabled": true, + "compressed": true + }, + "kml": { + "enabled": true, + "compressed": true + } } } \ No newline at end of file