Commit b4727053 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 346744c5
...@@ -12,25 +12,28 @@ ...@@ -12,25 +12,28 @@
"index": 0 "index": 0
}, },
"ru": { "ru": {
"title": "_ Radio Unit (eNB/gNB, UEsim)", "title": "→ Radio Unit",
"description": "Configuration of Radio Unit attached to eNB/gNB or UEsim", "description": "Configuration of Radio Unit attached to eNB/gNB or UEsim",
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "ru/input-schema.json" "request": "ru/input-schema.json",
"index": 1
}, },
"cell": { "cell": {
"title": "_ Cell (eNB/gNB)", "title": "→ Cell",
"description": "Configuration of Cell served by eNB/gNB", "description": "Configuration of Cell served by eNB/gNB",
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "cell/input-schema.json" "request": "cell/input-schema.json",
"index": 2
}, },
"cell/peer": { "cell/peer": {
"title": "_ Peer Cell (eNB/gNB)", "title": "→ 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": "cell/peer/input-schema.json",
"index": 3
}, },
"core-network": { "core-network": {
"title": "Core Network", "title": "Core Network",
...@@ -38,16 +41,16 @@ ...@@ -38,16 +41,16 @@
"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": 2 "index": 4
}, },
"core-network-slave": { "core-network-slave": {
"title": "_ Sim Card (Core Network)", "title": "→ Sim Card",
"description": "Core Network Sim Card Configuration", "description": "Core Network Sim Card Configuration",
"software-type": "core-network", "software-type": "core-network",
"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": 3 "index": 5
}, },
"uesim": { "uesim": {
"title": "UEsim", "title": "UEsim",
...@@ -55,21 +58,27 @@ ...@@ -55,21 +58,27 @@
"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": 4 "index": 6
},
"ue/ru": {
"$ref": "#/software-type/ru",
"index": 7
}, },
"ue": { "ue": {
"title": "_ UE (UEsim)", "title": "→ UE",
"description": "Configuration of UE simulated by UEsim", "description": "Configuration of UE simulated by UEsim",
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/input-schema.json" "request": "ue/input-schema.json",
"index": 8
}, },
"ue/cell": { "ue/cell": {
"title": "_ UE Cell (UEsim)", "title": "→ UE Cell",
"description": "Information about Cell to which UEsim attaches", "description": "Information about Cell to which UEsim attaches",
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/cell/input-schema.json" "request": "ue/cell/input-schema.json",
"index": 9
} }
} }
} }
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