Commit 4bc95873 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 90942011
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"serialisation": "json-in-xml", "serialisation": "json-in-xml",
"software-type": { "software-type": {
"enb": { "enb": {
"title": "eNB/gNB XXX ...", "title": "eNB/gNB XXX + neigh ...",
"software-type": "enb", "software-type": "enb",
"description": "eNodeB/gNodeB Configuration", "description": "eNodeB/gNodeB Configuration",
"request": "instance-enb-input-schema.json", "request": "instance-enb-input-schema.json",
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
"ru": { "ru": {
"title": "Radio Unit", "title": "Radio Unit",
"description": "Configuration of Radio Unit attached to eNB/gNB", "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"
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"shared": true, "shared": true,
"request": "cell/input-schema.json" "request": "cell/input-schema.json"
}, },
"peer_cell": { "cell/peer": {
"title": "Peer Cell", "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",
...@@ -49,13 +49,27 @@ ...@@ -49,13 +49,27 @@
"shared": true, "shared": true,
"index": 3 "index": 3
}, },
"ue": { "uesim": {
"title": "UE XXX +ru/cell/ue/...", "title": "UEsim",
"description": "UE Configuration", "description": "UEsim Configuration",
"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": 4
},
"ue": {
"title": "UE",
"description": "Configuration of UE simulated by UEsim",
"software-type": "ue",
"shared": true,
"request": "ue/input-schema.json"
},
"ue/cell": {
"title": "UE Cell",
"description": "Information about Cell to which UEsim attaches",
"software-type": "ue",
"shared": true,
"request": "ue/cell/input-schema.json"
} }
} }
} }
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