X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fconfig.json;h=2e13bbc64fc84816a84229d7425d75e25383df83;hb=7458bc6a960f4c548bf8c534fb42d9a2194e30d6;hp=020e2d1dfd913a47e191516466bfd5f17bde7710;hpb=2a96cce7f9b1adbcdbc54bcf5a12264b7e06a744;p=oam.git diff --git a/code/network-generator/config.json b/code/network-generator/config.json index 020e2d1..2e13bbc 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -1,41 +1,44 @@ { "network": { - "name": "o-ran-network", + "name": "O-RAN-Network", "center": { - "latitude": 52.26937, - "longitude": 13.01366, + "latitude": 40.535, + "longitude": -74.447, "aboveMeanSeaLevel": 50 }, "pattern": { "tower": { - "representation": "hexagon", - "cellAngle": 120 + "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": { - "tower-spiral-radius": 2 + "oRanCu": { + "oRanDuSpiralRadius": 1 }, - "o-ran-du": { - "fronthaul-gateway-count": 0, - "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 + "nrCellDu": { + "sectorCount": 1, + "cellAngle": 120, + "cellScaleFactorForHandoverArea": 20, + "maxReach": 400 } } }, - "output-folder": "output", - "generation-tasks": { + "outputFolder": "output", + "generationTasks": { "topology": true, "svg": true, "kml": true