Create valid configuration file 78/11878/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 10 Oct 2023 14:01:12 +0000 (16:01 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 10 Oct 2023 14:01:26 +0000 (16:01 +0200)
- config.json added as specified in configuration.schema.json

Issue-ID: OAM-352
Change-Id: I5f8530338db3a61d8769477fad8b6e2c080e9b17
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/config.json [new file with mode: 0644]

diff --git a/code/network-generator/config.json b/code/network-generator/config.json
new file mode 100644 (file)
index 0000000..c8f86cd
--- /dev/null
@@ -0,0 +1,38 @@
+{
+  "network": {
+    "name": "o-ran-topology",
+    "pattern": {
+      "tower": {
+        "representation": "hexagon",
+        "cellAngle": 120
+      },
+      "smo": {
+        "five-g-core-count": 1,
+        "near-rt-ric-spiral-radius": 1,
+        "o-could-resource-pool-count": 1
+      },
+      "near-rt-ric": {
+        "o-ran-cu-spiral-radius": 1
+      },
+      "o-ran-cu": {
+        "tower-spiral-radius": 2
+      },
+      "o-ran-du": {
+        "fronthaul-gateway-count": 0,
+        "o-ran-ru-count": 1
+      },
+      "o-ran-ru": {
+        "nr-cell-du-count": 1
+      },
+      "nr-cell-du": {
+        "sector-count": 1
+      }
+    }
+  },
+  "output-folder": "output",
+  "generation-tasks": {
+    "topology": true,
+    "svg": true,
+    "kml": true
+  }
+}
\ No newline at end of file