X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fnetwork_slicing%2Fresources%2FsubnetCapability.json;fp=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fnetwork_slicing%2Fresources%2FsubnetCapability.json;h=9da084675edba9182691bf6cb49c3423a35826ff;hp=0000000000000000000000000000000000000000;hb=bc6231f7d4d44ab5f269683c42eb90c2ce4ec9a6;hpb=f97b292fa01903c18b71ec8a549824c7ec3bea93 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 index 00000000..9da08467 --- /dev/null +++ b/smo-install/test/pythonsdk/src/orantests/network_slicing/resources/subnetCapability.json @@ -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