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/ONAP",
        "networkType": "core/access/transport"
    }
}

...

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

...

Response can be a json blob (or parameter list) containing a minimum set of relevant attributes such as the below (based on 3GPP TS 28.541):

Attribute

AN

CN

TN

Latency

Yes

Yes

Yes

maxNumberofUEs

Yes



maxNumberofConns


Yes


Max Throughput

Yes

Yes

Yes

Terminal density

Yes



Query NSSI selection capability

...