linting ...
[oam.git] / code / network-generator / config.json
index c8f86cd..73c1e80 100644 (file)
@@ -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,
         "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
       }
     }
   },