diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2020-09-17 05:48:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-17 05:48:03 +0000 |
commit | 633af62e329892feb8c7a3354a9bdb37eaef3f3d (patch) | |
tree | d4a5e082ec3b2204e9f84b80605ab8ef1539a6e9 /mso-api-handlers/mso-api-handler-infra/src/main/resources/subnetCapability.json | |
parent | 4b7611ffa47492aa6080fc58c0d04c23f32804b3 (diff) | |
parent | 30c6bacb158f5446915a772745f33a28d8da5ea2 (diff) |
Merge "Implement Subnet Capability query functionality"
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" + } +} |