Commit 7d4a76ad authored by Kirill Smelkov's avatar Kirill Smelkov

software/ors-amarisoft: Start to generalize software.cfg.json

- Indicate that it is not for ORS, but for generic case.
- Move ue to the end, to where it logically belongs.
- Indicate shared instances clearly with clear visually appearing indent.
  For now it is only about SIM card, but later we will be adding more kinds of
  shared instances, so it will be needed to clearly see on the UR if an item is
  a kind of service, or a shared instance of a service.
parent 681a8d6e
{
"name": "ORS Amarisoft",
"description": "4G and 5G amarisoft stack for ORS",
"name": "Amarisoft stack",
"description": "4G and 5G amarisoft stack",
"serialisation": "json-in-xml",
"software-type": {
"ue": {
"title": "UE",
"description": "UE Configuration",
"software-type": "ue",
"request": "instance-ue-input-schema.json",
"response": "instance-ue-schema.json",
"index": 5
},
"enb": {
"title": "eNB",
"software-type": "enb",
......@@ -36,13 +28,21 @@
"index": 3
},
"core-network-slave": {
"title": "Core Network Sim Card",
"title": "→ Core Network | Sim Card",
"description": "Core Network Sim Card Configuration",
"software-type": "core-network",
"request": "sim/input-schema.json",
"response": "sim/schema.json",
"shared": true,
"index": 4
},
"ue": {
"title": "UE",
"description": "UE Configuration",
"software-type": "ue",
"request": "instance-ue-input-schema.json",
"response": "instance-ue-schema.json",
"index": 5
}
}
}
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