Update pnfsimulator config
[integration.git] / test / mocks / pnfsimulator / config / config.json
1 {
2   "simulatorParams": {
3     "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7",
4     "testDuration": "10",
5     "messageInterval": "1"
6   },
7   "commonEventHeaderParams": {
8     "eventName": "pnfRegistration_Nokia_5gDu",
9     "nfNamingCode": "gNB",
10     "nfcNamingCode": "oam",
11     "sourceName": "NOK6061ZW3",
12     "sourceId": "val13",
13     "reportingEntityName": "NOK6061ZW3"
14   },
15   "pnfRegistrationParams": {
16     "serialNumber": "6061ZW3",
17     "vendorName": "Nokia",
18     "unitFamily": "BBU",
19     "modelNumber": "val6",
20     "softwareVersion": "val7",
21     "unitType": "val8",
22     "additionalFields": {
23       "attachmentPoint": "bla-bla-30-3",
24       "svlan": "1005",
25       "cvlan": "678"
26     },
27     "notificationParams": {
28       "changeIdentifier": "PM_MEAS_FILES",
29       "changeType": "FileReady",
30       "arrayOfNamedHashMap": [
31         {
32           "name": "A20161221.1031-1041.bin.gz",
33           "hashMap": {
34             "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
35             "compression": "gzip",
36             "fileFormatType": "org.3GPP.32.435#measCollec",
37             "fileFormatVersion": "V10"
38           }
39         },
40         {
41           "name": "A20161222.1042-1102.bin.gz",
42           "hashMap": {
43             "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
44             "compression": "gzip",
45             "fileFormatType": "org.3GPP.32.435#measCollec",
46             "fileFormatVersion": "V10"
47           }
48         }
49       ]
50     }
51   }
52 }