Decide about "list-case" or "camelCase" in schema. 07/12107/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 22 Nov 2023 16:29:33 +0000 (17:29 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 22 Nov 2023 16:29:40 +0000 (17:29 +0100)
- update config files according to schema

Issue-ID: OAM-396
Change-Id: Id5b5f3fb41421333955db401708b31957c94a46f
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/config.json
code/network-generator/test_config.json

index 2661f46..2e13bbc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "network": {
-    "name": "o-ran-network",
+    "name": "O-RAN-Network",
     "center": {
       "latitude": 40.535,
       "longitude": -74.447,
         "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,
+      "nrCellDu": {
+        "sectorCount": 1,
+        "cellAngle": 120,
         "cellScaleFactorForHandoverArea": 20,
         "maxReach": 400
       }
     }
   },
-  "output-folder": "output",
-  "generation-tasks": {
+  "outputFolder": "output",
+  "generationTasks": {
     "topology": true,
     "svg": true,
     "kml": true
index ac8a56d..914d359 100644 (file)
@@ -1,6 +1,6 @@
 {
   "network": {
-    "name": "o-ran-network",
+    "name": "O-RAN-TEST-Network",
     "center": {
       "latitude": 40.535,
       "longitude": -74.447,
         "representation": "hexagon"
       },
       "smo": {
-        "five-g-core-count": 1,
-        "near-rt-ric-spiral-radius": 0,
-        "o-could-resource-pool-count": 1
+        "fiveCCoreCount": 1,
+        "nearRtRicSpiralRadius": 0,
+        "oCloudResourcePoolCount": 1
       },
-      "near-rt-ric": {
-        "o-ran-cu-spiral-radius": 0
+      "nearRtRic": {
+        "oRanCuSpiralRadius": 0
       },
-      "o-ran-cu": {
-        "o-ran-du-spiral-radius": 0
+      "oRanCu": {
+        "oRanDuSpiralRadius": 0
       },
-      "o-ran-du": {
-        "fronthaul-gateway-count": 0,
-        "tower-spiral-radius": 0,
-        "o-ran-ru-count": 1
+      "oRanDu": {
+        "fronthaulGatewayCount": 0,
+        "towerSpiralRadius": 0,
+        "oRanRuCount": 1
       },
-      "o-ran-ru": {
-        "nr-cell-du-count": 1
+      "oRanRu": {
+        "nrCellDuCount": 1
       },
-      "nr-cell-du": {
-        "sector-count": 1,
-        "cell-angle": 120,
+      "nrCellDu": {
+        "sectorCount": 1,
+        "cellAngle": 120,
         "cellScaleFactorForHandoverArea": 20,
         "maxReach": 400
       }
     }
   },
-  "output-folder": "output",
-  "generation-tasks": {
+  "outputFolder": "output",
+  "generationTasks": {
     "topology": true,
     "svg": true,
     "kml": true