software-ors.cfg.json 1.19 KB
Newer Older
1
{
2 3
  "name": "ORS Amarisoft",
  "description": "4G and 5G amarisoft stack for ORS",
4
  "serialisation": "json-in-xml",
5 6 7 8 9
  "software-type": {
    "enb": {
      "title": "eNB",
      "software-type": "enb",
      "description": "eNodeB Configuration",
Kirill Smelkov's avatar
.  
Kirill Smelkov committed
10 11
      "request": "instance-ors-enb-input-schema.json",
      "response": "instance-ors-enb-schema.json",
Kirill Smelkov's avatar
.  
Kirill Smelkov committed
12
      "index": 0
13 14 15 16 17
    },
    "gnb": {
      "title": "gNB",
      "software-type": "gnb",
      "description": "gNodeB Configuration",
Kirill Smelkov's avatar
.  
Kirill Smelkov committed
18 19
      "request": "instance-ors-gnb-input-schema.json",
      "response": "instance-ors-gnb-schema.json",
20
      "index": 1
21
    },
22 23 24 25 26 27
    "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",
28
      "index": 2
29
    },
30 31 32 33
    "core-network-slave": {
      "title": "Core Network Sim Card",
      "description": "Core Network Sim Card Configuration",
      "software-type": "core-network",
Kirill Smelkov's avatar
.  
Kirill Smelkov committed
34
      "request": "sim/input-schema.json",
35
      "response": "instance-core-network-slave-schema.json",
36
      "shared": true,
37
      "index": 3
38
    }
39
  }
40
}