switch drools pdp image to new one
[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     "oamV4IpAddress": "val3",
19     "oamV6IpAddress": "val4",
20     "unitFamily": "BBU",
21     "modelNumber": "val6",
22     "softwareVersion": "val7",
23     "unitType": "val8"
24   },
25   "notificationParams": {
26     "changeIdentifier": "PM_MEAS_FILES",
27     "changeType": "FileReady",
28     "arrayOfNamedHashMap": [
29       {"name": "A20161221.1031-1041.bin.gz", "hashMap": {
30         "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
31         "compression": "gzip",
32         "fileFormatType": "org.3GPP.32.435#measCollec",
33         "fileFormatVersion": "V10"
34       }
35       },
36       {"name": "A20161222.1042-1102.bin.gz", "hashMap": {
37         "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
38         "compression": "gzip",
39         "fileFormatType": "org.3GPP.32.435#measCollec",
40         "fileFormatVersion": "V10"
41       }
42       }
43     ]
44   }
45 }