blob: a536c37db7c45b9024eec72ebbf708601d6eca47 [file] [log] [blame]
Pawel Kadlubanski43269652018-06-15 16:13:45 +02001{
2 "simulatorParams": {
micdziedb22e45d2018-08-17 09:58:00 +02003 "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7",
Pawel Kadlubanski43269652018-06-15 16:13:45 +02004 "testDuration": "10",
5 "messageInterval": "1"
6 },
Marcin Migdal577247a2018-09-07 12:59:00 +02007 "commonEventHeaderParams": {
Marcin Migdal67de9d42018-08-16 10:30:54 +02008 "eventName": "pnfRegistration_Nokia_5gDu",
9 "nfNamingCode": "gNB",
10 "nfcNamingCode": "oam",
11 "sourceName": "NOK6061ZW3",
Pawel Kadlubanski43269652018-06-15 16:13:45 +020012 "sourceId": "val13",
Marcin Migdal67de9d42018-08-16 10:30:54 +020013 "reportingEntityName": "NOK6061ZW3"
Marcin Migdal577247a2018-09-07 12:59:00 +020014 },
15 "pnfRegistrationParams": {
16 "serialNumber": "6061ZW3",
17 "vendorName": "Nokia",
Marcin Migdal577247a2018-09-07 12:59:00 +020018 "unitFamily": "BBU",
19 "modelNumber": "val6",
20 "softwareVersion": "val7",
binieke3e79772019-03-12 17:23:16 +010021 "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 }
Pawel Kadlubanski43269652018-06-15 16:13:45 +020051 }
52}