Commit 0d6844c4 authored by Kirill Smelkov's avatar Kirill Smelkov

X json-fmt ors schemas

parent f1cfcc44
...@@ -75,13 +75,19 @@ ...@@ -75,13 +75,19 @@
}, },
"mme_list": { "mme_list": {
"$ref": "instance-enb-input-schema.json#/properties/mme_list", "$ref": "instance-enb-input-schema.json#/properties/mme_list",
"default": {"1": {"mme_addr": "127.0.1.100"}} "default": {
"1": {
"mme_addr": "127.0.1.100"
}
}
}, },
"plmn_list": { "plmn_list": {
"$ref": "instance-enb-input-schema.json#/properties/plmn_list", "$ref": "instance-enb-input-schema.json#/properties/plmn_list",
"description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)", "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
"default": { "default": {
"1": {"plmn": "00101"} "1": {
"plmn": "00101"
}
} }
}, },
"lte_handover_a3_offset": { "lte_handover_a3_offset": {
......
...@@ -52,13 +52,20 @@ ...@@ -52,13 +52,20 @@
}, },
"amf_list": { "amf_list": {
"$ref": "instance-enb-input-schema.json#/properties/amf_list", "$ref": "instance-enb-input-schema.json#/properties/amf_list",
"default": {"1": {"amf_addr": "127.0.1.100"}} "default": {
"1": {
"amf_addr": "127.0.1.100"
}
}
}, },
"plmn_list": { "plmn_list": {
"$ref": "instance-enb-input-schema.json#/properties/plmn_list_5g", "$ref": "instance-enb-input-schema.json#/properties/plmn_list_5g",
"description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)", "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
"default": { "default": {
"1": {"plmn": "00101", "tac": 100} "1": {
"plmn": "00101",
"tac": 100
}
} }
}, },
"nssai": { "nssai": {
......
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