Commit 3a357201 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 41029dae
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
}, },
"gnb_id": { "gnb_id": {
"title": "gNB ID", "title": "gNB ID",
"description": "gNB ID. (must set if there are NR cells)", "description": "gNB ID. (must be set if there are NR cells)",
"type": "string" "type": "string"
}, },
"gnb_id_bits": { "gnb_id_bits": {
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
}, },
"amf_list": { "amf_list": {
"title": "AMF list", "title": "AMF list",
"description": "List of AMF to which the gNodeB is connected. (must set if there are NR cells)", "description": "List of AMF to which the gNodeB is connected. (must be set if there are NR cells)",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"properties": { "properties": {
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
}, },
"plmn_list_5g": { "plmn_list_5g": {
"title": "PLMN list (5G)", "title": "PLMN list (5G)",
"description": "List of PLMNs broadcasted by the gNodeB, at most 12. (must set if there are NR cells)", "description": "List of PLMNs broadcasted by the gNodeB, at most 12. (must be set if there are NR cells)",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"properties": { "properties": {
......
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