From bc0754b45540c56eeb9fc2aa2649a030136d0742 Mon Sep 17 00:00:00 2001 From: deepikasatheesh Date: Tue, 10 Nov 2020 04:27:55 -0800 Subject: Read subnetCapabilities configuration file from SO pod Issue-ID: SO-3372 Signed-off-by: deepikasatheesh Change-Id: I1055ec23b572d4f8b19ba326615248153c895227 --- .../subnetCapability.json | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json') diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json new file mode 100644 index 0000000000..55b3831502 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json @@ -0,0 +1,31 @@ +{ + "AN": { + "latency": 5, + "maxNumberofUEs": "100", + "maxThroughput": "150", + "terminalDensity": "50" + }, + "CN": { + "latency": 10, + "maxThroughput": "50", + "maxNumberofConns": "100" + }, + "TN_FH": { + "latency": 10, + "maxThroughput": "100" + }, + "TN_MH": { + "latency": 5, + "maxThroughput": "50" + }, + "TN_BH": { + "latency": 10, + "maxThroughput": "100" + }, + "AN_NF": { + "latency": 5, + "maxNumberofUEs": "100", + "maxThroughput": "150", + "terminalDensity": "50" + } +} -- cgit 1.2.3-korg