Commit fb95e0ca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 51e07987
{ {
"name": "ORS Amarisoft", "name": "Amarisoft",
"description": "4G and 5G amarisoft stack for ORS", "description": "4G and 5G amarisoft stack",
"serialisation": "json-in-xml", "serialisation": "json-in-xml",
"software-type": { "software-type": {
{% if bbu != 'ors' %}
"ue": {
"title": "UE",
"description": "UE Configuration",
"software-type": "ue",
"request": "instance-ue-input-schema.json",
"response": "instance-ue-schema.json",
"index": 4
},
{% endif %}
"enb": { "enb": {
"title": "eNB", "title": "eNB/gNB XXX +ru/cell/peer/...",
"software-type": "enb", "software-type": "enb",
"description": "eNodeB Configuration", "description": "eNodeB/gNodeB Configuration",
"request": "instance-{{ software_name }}-enb-input-schema.json", "request": "instance-{{ software_name }}-enb-input-schema.json",
"response": "instance-{{ software_name }}-enb-schema.json", "response": "instance-{{ software_name }}-enb-schema.json",
"index": 0 "index": 0
}, },
"gnb": {
"title": "gNB",
"software-type": "gnb",
"description": "gNodeB Configuration",
"request": "instance-{{ software_name }}-gnb-input-schema.json",
"response": "instance-{{ software_name }}-gnb-schema.json",
"index": 1
},
"core-network": { "core-network": {
"title": "Core Network", "title": "Core Network",
"software-type": "core-network", "software-type": "core-network",
...@@ -45,7 +27,14 @@ ...@@ -45,7 +27,14 @@
"response": "instance-core-network-slave-schema.json", "response": "instance-core-network-slave-schema.json",
"shared": true, "shared": true,
"index": 3 "index": 3
},
"ue": {
"title": "UE XXX +ru/cell/ue/...",
"description": "UE Configuration",
"software-type": "ue",
"request": "instance-ue-input-schema.json",
"response": "instance-ue-schema.json",
"index": 4
} }
// XXX enb-slave, ue-slave
} }
} }
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