X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fconfig.json;h=73c1e800e3cf7c064b8cabe8c03f506d2f4788ec;hb=594ae73fbe21e8c723661677ddd0cfb1a1a70bba;hp=c8f86cd05373929b7bc19a0bf72223d286ed05da;hpb=740fe8fb45e788bbb1338cde36d655ccba361682;p=oam.git diff --git a/code/network-generator/config.json b/code/network-generator/config.json index c8f86cd..73c1e80 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -1,10 +1,14 @@ { "network": { - "name": "o-ran-topology", + "name": "o-ran-network", + "center": { + "latitude": 40.535, + "longitude": -74.447, + "aboveMeanSeaLevel": 50 + }, "pattern": { "tower": { - "representation": "hexagon", - "cellAngle": 120 + "representation": "hexagon" }, "smo": { "five-g-core-count": 1, @@ -15,17 +19,20 @@ "o-ran-cu-spiral-radius": 1 }, "o-ran-cu": { - "tower-spiral-radius": 2 + "o-ran-du-spiral-radius": 1 }, "o-ran-du": { "fronthaul-gateway-count": 0, + "tower-spiral-radius": 1, "o-ran-ru-count": 1 }, "o-ran-ru": { "nr-cell-du-count": 1 }, "nr-cell-du": { - "sector-count": 1 + "sector-count": 1, + "cell-angle": 120, + "max-reach": 400 } } },