Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSON Viewer
modeText
{
  "subnetCapabilityQuery": {
    "subnetTypes": [
      "AN","CN","TN-FH","TN-MH","TN-BH"
    ]
  },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core/access/transport"
    }
}

...

Response example:


JSON Viewer
modeText
{
"AN":{
  "latency": "",
  "xxxmaxNumberofUEs": "xxx",
  "xxxmaxThroughput":"xxx" "",
  "terminalDensity": ""
},
"CN":{
  "latency": "",
  "maxThroughput": "",
  "maxNumberofConns": ""
},
"TN-FH":{
  "latency": "",
  "maxThroughput": ""
},
"TN-MH":{
  "latency": "",
  "maxThroughput": ""
},
"TN-BH":{
  "latency": "",
  "maxThroughput": ""
}
}

Note: Refer SO for subnet specific capabilities

...