Versions Compared

Key

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

...

JSON Viewer
modeText
{
  "subnetCapabilityQuery": {
    "subnetTypessubnetType": [
      "TN_FH","TN_MH","TN_BH"
    ]
  },
    "esrInfo": {
        "vendor": "huawei/ONAP",
        "networkType": "TN"
    }
}

Response example:(TN)

JSON Viewer
modeText
{
	"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):

...