Commit e86d7697 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7bedfd32
...@@ -3,30 +3,20 @@ ...@@ -3,30 +3,20 @@
"description": "4G and 5G amarisoft stack for ORS", "description": "4G and 5G amarisoft stack for ORS",
"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",
"software-type": "enb", "software-type": "enb",
"description": "eNodeB Configuration", "description": "eNodeB Configuration",
"request": "instance-{{ software_name }}-enb-input-schema.json", "request": "instance-ors-enb-input-schema.json",
"response": "instance-{{ software_name }}-enb-schema.json", "response": "instance-ors-enb-schema.json",
"index": 0 "index": 0
}, },
"gnb": { "gnb": {
"title": "gNB", "title": "gNB",
"software-type": "gnb", "software-type": "gnb",
"description": "gNodeB Configuration", "description": "gNodeB Configuration",
"request": "instance-{{ software_name }}-gnb-input-schema.json", "request": "instance-ors-gnb-input-schema.json",
"response": "instance-{{ software_name }}-gnb-schema.json", "response": "instance-ors-gnb-schema.json",
"index": 1 "index": 1
}, },
"core-network": { "core-network": {
...@@ -46,6 +36,5 @@ ...@@ -46,6 +36,5 @@
"shared": true, "shared": true,
"index": 3 "index": 3
} }
// XXX enb-slave, ue-slave
} }
} }
{
"name": "ORS Amarisoft",
"description": "4G and 5G amarisoft stack for ORS",
"serialisation": "json-in-xml",
"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": {
"title": "eNB",
"software-type": "enb",
"description": "eNodeB Configuration",
"request": "instance-{{ software_name }}-enb-input-schema.json",
"response": "instance-{{ software_name }}-enb-schema.json",
"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": {
"title": "Core Network",
"software-type": "core-network",
"description": "Core Network Configuration",
"request": "instance-core-network-input-schema.json",
"response": "instance-core-network-schema.json",
"index": 2
},
"core-network-slave": {
"title": "Core Network Sim Card",
"description": "Core Network Sim Card Configuration",
"software-type": "core-network",
"request": "instance-core-network-slave-input-schema.json",
"response": "instance-core-network-slave-schema.json",
"shared": true,
"index": 3
}
// 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