Commit 34deea8c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a5ebea25
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
"type": "string", "type": "string",
"options": { "hidden": true } "options": { "hidden": true }
}, },
"cell_kind": {
"type": "string",
"const": "enb",
"template": "enb",
"options": { "hidden": true }
},
"rf_mode": { "rf_mode": {
"title": "RF mode", "title": "RF mode",
......
...@@ -27,13 +27,21 @@ ...@@ -27,13 +27,21 @@
"request": "cell/input-schema.json", "request": "cell/input-schema.json",
"index": 3 "index": 3
}, },
"cell/peer": { "peer": {
"title": "→ eNB/gNB | Peer",
"description": "Handover information about nearby eNB/gNB",
"software-type": "enb",
"shared": true,
"request": "peer/input-schema.json",
"index": 4
},
"peer/cell": {
"title": "→ eNB/gNB | Peer Cell", "title": "→ eNB/gNB | Peer Cell",
"description": "Handover information about Peer Cell served by nearby eNB/gNB", "description": "Handover information about Peer Cell served by nearby eNB/gNB",
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "cell/peer/input-schema.json", "request": "peer/cell/input-schema.json",
"index": 4 "index": 5
}, },
"core-network": { "core-network": {
"title": "Core Network", "title": "Core Network",
...@@ -41,7 +49,7 @@ ...@@ -41,7 +49,7 @@
"description": "Core Network Configuration", "description": "Core Network Configuration",
"request": "instance-core-network-input-schema.json", "request": "instance-core-network-input-schema.json",
"response": "instance-core-network-schema.json", "response": "instance-core-network-schema.json",
"index": 5 "index": 6
}, },
"core-network-slave": { "core-network-slave": {
"title": "→ Core Network | Sim Card", "title": "→ Core Network | Sim Card",
...@@ -50,7 +58,7 @@ ...@@ -50,7 +58,7 @@
"request": "sim/input-schema.json", "request": "sim/input-schema.json",
"response": "instance-core-network-slave-schema.json", "response": "instance-core-network-slave-schema.json",
"shared": true, "shared": true,
"index": 6 "index": 7
}, },
"uesim": { "uesim": {
"title": "UEsim", "title": "UEsim",
...@@ -58,7 +66,7 @@ ...@@ -58,7 +66,7 @@
"software-type": "ue", "software-type": "ue",
"request": "instance-ue-input-schema.json", "request": "instance-ue-input-schema.json",
"response": "instance-ue-schema.json", "response": "instance-ue-schema.json",
"index": 7 "index": 8
}, },
"ue/ru": { "ue/ru": {
"title": "→ UEsim | Radio Unit", "title": "→ UEsim | Radio Unit",
...@@ -66,7 +74,7 @@ ...@@ -66,7 +74,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ru/input-schema.json", "request": "ru/input-schema.json",
"index": 8 "index": 9
}, },
"ue": { "ue": {
"title": "→ UEsim | UE", "title": "→ UEsim | UE",
...@@ -74,7 +82,7 @@ ...@@ -74,7 +82,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/input-schema.json", "request": "ue/input-schema.json",
"index": 9 "index": 10
}, },
"ue/cell": { "ue/cell": {
"title": "→ UEsim | UE Cell", "title": "→ UEsim | UE Cell",
...@@ -82,7 +90,7 @@ ...@@ -82,7 +90,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/cell/input-schema.json", "request": "ue/cell/input-schema.json",
"index": 10 "index": 11
} }
} }
} }
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