linting ... 43/12043/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 12 Nov 2023 17:12:28 +0000 (18:12 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 12 Nov 2023 17:12:34 +0000 (18:12 +0100)
- create test config file

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

diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json
new file mode 100644 (file)
index 0000000..b9fe710
--- /dev/null
@@ -0,0 +1,45 @@
+{
+  "network": {
+    "name": "o-ran-network",
+    "center": {
+      "latitude": 40.535,
+      "longitude": -74.447,
+      "aboveMeanSeaLevel": 50
+    },
+    "pattern": {
+      "tower": {
+        "representation": "hexagon"
+      },
+      "smo": {
+        "five-g-core-count": 1,
+        "near-rt-ric-spiral-radius": 0,
+        "o-could-resource-pool-count": 1
+      },
+      "near-rt-ric": {
+        "o-ran-cu-spiral-radius": 0
+      },
+      "o-ran-cu": {
+        "o-ran-du-spiral-radius": 0
+      },
+      "o-ran-du": {
+        "fronthaul-gateway-count": 0,
+        "tower-spiral-radius": 0,
+        "o-ran-ru-count": 1
+      },
+      "o-ran-ru": {
+        "nr-cell-du-count": 1
+      },
+      "nr-cell-du": {
+        "sector-count": 1,
+        "cell-angle": 120,
+        "max-reach": 400
+      }
+    }
+  },
+  "output-folder": "output",
+  "generation-tasks": {
+    "topology": true,
+    "svg": true,
+    "kml": true
+  }
+}
\ No newline at end of file