Commit 5af2586c authored by Lu Xu's avatar Lu Xu 👀

try

parent 73c3184a
......@@ -30,6 +30,25 @@
"title": "MME Address",
"description": "IP address (and optional port) of S1AP SCTP connection to the MME. The default port is 36412.",
"type": "string"
},
"qci_dscp_mapping":{
"title": "qci_dscp_mapping",
"description": "qci_dscp_mapping",
"type": "array",
"items": {
"title": "xx",
"type":"object",
"properties": {
"qci": {
"title": "QCI",
"type":"integer"
},
"dscp": {
"title": "DSCP",
"type":"integer"
}
}
}
}
},
"type": "object"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment