Fix/add use cases under SMO package
[it/dep.git] / smo-install / test / pythonsdk / src / orantests / network_slicing / resources / subnetCapability.json
diff --git a/smo-install/test/pythonsdk/src/orantests/network_slicing/resources/subnetCapability.json b/smo-install/test/pythonsdk/src/orantests/network_slicing/resources/subnetCapability.json
new file mode 100644 (file)
index 0000000..9da0846
--- /dev/null
@@ -0,0 +1,31 @@
+{
+  "AN_NF": {
+    "latency": 5,
+    "maxNumberofUEs": 200,
+    "maxThroughput": 90,
+    "termDensity": 40
+  },
+  "AN": {
+    "latency": 20,
+    "maxNumberofUEs": 100,
+    "maxThroughput": 150,
+    "termDensity": 50
+  },
+  "CN": {
+    "latency": 10,
+    "maxThroughput": 50,
+    "maxNumberofConns": 100
+  },
+  "TN_FH": {
+    "latency": 10,
+    "maxThroughput": 90
+  },
+  "TN_MH": {
+    "latency": 5,
+    "maxThroughput": 90
+  },
+  "TN_BH": {
+    "latency": 10,
+    "maxThroughput": 100
+  }
+}
\ No newline at end of file