The output files should be compressed
[oam.git] / code / network-generator / config.json
index c8f86cd..2e13bbc 100644 (file)
@@ -1,36 +1,44 @@
 {
   "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,
-        "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