software-tdd3700.cfg.json 1.63 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 10 11 12 13 14 15 16 17 18 19
  "software-type": {
    "enb": {
      "title": "eNB",
      "software-type": "enb",
      "description": "eNodeB Configuration",
      "request": "instance-tdd3700-enb-input-schema.json",
      "response": "instance-tdd3700-enb-schema.json",
      "index": 0
    },
    "gnb": {
      "title": "gNB",
      "software-type": "gnb",
      "description": "gNodeB Configuration",
      "request": "instance-tdd3700-gnb-input-schema.json",
      "response": "instance-tdd3700-gnb-schema.json",
20
      "index": 1
21
    },
22
    "mme": {
23
      "title": "EPC",
24
      "software-type": "mme",
25
      "description": "EPC Configuration",
26 27 28
      "request": "instance-mme-input-schema.json",
      "response": "instance-mme-schema.json",
      "index": 2
29
    },
30
    "mme-slave": {
31 32
      "title": "EPC Sim Card",
      "description": "EPC Sim Card Configuration",
33 34 35
      "software-type": "mme",
      "request": "instance-mme-slave-input-schema.json",
      "response": "instance-mme-slave-schema.json",
36
      "shared": true,
37
      "index": 3
38 39 40 41 42 43 44
    },
    "ue-lte": {
      "title": "UE-LTE",
      "description": "UE LTE Configuration",
      "software-type": "ue-lte",
      "request": "instance-tdd3700-ue-lte-input-schema.json",
      "response": "instance-tdd3700-ue-lte-schema.json",
45
      "index": 4
46 47 48 49 50 51 52
    },
    "ue-nr": {
      "title": "UE-NR",
      "description": "UE NR Configuration",
      "software-type": "ue-nr",
      "request": "instance-tdd3700-ue-nr-input-schema.json",
      "response": "instance-tdd3700-ue-nr-schema.json",
53
      "index": 5
54
    }
55
  }
56
}