software-tdd3700.cfg.json 1.66 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
  "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
    },
    "enb-epc": {
      "title": "eNB and EPC",
      "software-type": "enb-epc",
      "description": "eNodeB and EPC Configuration",
      "request": "instance-tdd3700-enb-epc-input-schema.json",
      "response": "instance-tdd3700-enb-epc-schema.json",
      "index": 1
    },
    "gnb": {
      "title": "gNB",
      "software-type": "gnb",
      "description": "gNodeB Configuration",
      "request": "instance-tdd3700-gnb-input-schema.json",
      "response": "instance-tdd3700-gnb-schema.json",
      "index": 2
    },
    "gnb-epc": {
      "title": "gNB and EPC",
      "software-type": "gnb-epc",
      "description": "gNodeB and EPC Configuration",
      "request": "instance-tdd3700-gnb-epc-input-schema.json",
      "response": "instance-tdd3700-gnb-epc-schema.json",
      "index": 3
    },
    "epc": {
      "title": "EPC",
      "software-type": "epc",
      "description": "EPC Configuration",
      "request": "instance-epc-input-schema.json",
      "response": "instance-epc-schema.json",
      "index": 4
    },
    "epc-slave": {
      "title": "Sim Card",
      "description": "EPC Configuration",
      "software-type": "epc",
      "request": "instance-epc-slave-input-schema.json",
      "response": "instance-epc-slave-schema.json",
      "shared": true,
      "index": 5
54
    }
55
  }
56
}