aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/config/config.json
blob: 2a67be511c45f975ca9d822ea439d70e05068345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "simulatorParams": {
    "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7",
    "testDuration": "10",
    "messageInterval": "1"
  },
  "messageParams": {
    "pnf_serialNumber": "6061ZW3",
    "pnf_vendorName": "Nokia",
    "pnf_oamV4IpAddress": "val3",
    "pnf_oamV6IpAddress": "val4",
    "pnf_unitFamily": "BBU",
    "pnf_modelNumber": "val6",
    "pnf_softwareVersion": "val7",
    "pnf_unitType": "val8",
    "eventName": "pnfRegistration_Nokia_5gDu",
    "nfNamingCode": "gNB",
    "nfcNamingCode": "oam",
    "sourceName": "NOK6061ZW3",
    "sourceId": "val13",
    "reportingEntityName": "NOK6061ZW3"
  }
}