Create a script to generate a Topology
[oam.git] / code / network-topology-instance-generator / config.json
diff --git a/code/network-topology-instance-generator/config.json b/code/network-topology-instance-generator/config.json
new file mode 100644 (file)
index 0000000..1c8118c
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "network": {
+    "name": "o-ran-sc-f-release-network-view",
+    "pattern": {
+      "smo": 1,
+      "o-cloud": 2,
+      "near-rt-ric": 2,
+      "o-cu": 2,
+      "o-du": 3,
+      "fronthaul-gateway": 1,
+      "o-ru": 3,
+      "user-equipment": 3
+    }
+  }
+}
\ No newline at end of file