1
2
3
4
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
54
|
{
"simulatorParams": {
"vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7",
"testDuration": "10",
"messageInterval": "1"
},
"commonEventHeaderParams": {
"eventName": "pnfRegistration_Nokia_5gDu",
"nfNamingCode": "gNB",
"nfcNamingCode": "oam",
"sourceName": "NOK6061ZW3",
"sourceId": "val13",
"reportingEntityName": "NOK6061ZW3"
},
"pnfRegistrationParams": {
"serialNumber": "6061ZW3",
"vendorName": "Nokia",
"oamV4IpAddress": "val3",
"oamV6IpAddress": "val4",
"unitFamily": "BBU",
"modelNumber": "val6",
"softwareVersion": "val7",
"unitType": "val8",
"additionalFields": {
"attachmentPoint": "bla-bla-30-3",
"svlan": "1005",
"cvlan": "678"
}
},
"notificationParams": {
"changeIdentifier": "PM_MEAS_FILES",
"changeType": "FileReady",
"arrayOfNamedHashMap": [
{
"name": "A20161221.1031-1041.bin.gz",
"hashMap": {
"location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
"compression": "gzip",
"fileFormatType": "org.3GPP.32.435#measCollec",
"fileFormatVersion": "V10"
}
},
{
"name": "A20161222.1042-1102.bin.gz",
"hashMap": {
"location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
"compression": "gzip",
"fileFormatType": "org.3GPP.32.435#measCollec",
"fileFormatVersion": "V10"
}
}
]
}
}
|