diff options
author | deepikasatheesh <deepika.s84@wipro.com> | 2020-09-08 05:51:24 -0700 |
---|---|---|
committer | deepikasatheesh <deepika.s84@wipro.com> | 2020-09-10 07:59:09 -0700 |
commit | 30c6bacb158f5446915a772745f33a28d8da5ea2 (patch) | |
tree | 3d448d0faa9d37a5661322208219ac10d3a34808 /mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json | |
parent | 332383726cf074facc419588258abff96a9a113f (diff) |
Implement Subnet Capability query functionality
Issue-ID: SO-3222
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I1797aeb1f2b4b461cee627200bda8312a0803524
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json b/mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json new file mode 100644 index 0000000000..0d5acef64a --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json @@ -0,0 +1,25 @@ +{ + "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" + } +} |