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
|
{
"simulatorParams": {
"vesServerUrl": "http://______$IP_OF_VES_____:_____$PORT_OF_VES/eventListener/v7",
"testDuration": "10",
"messageInterval": "1"
},
"commonEventHeaderParams": {
"eventName": "pnfRegistration_Nokia_5gDu",
"nfNamingCode": "gNB",
"nfcNamingCode": "oam",
"sourceName": "NOK6061ZW3",
"sourceId": "val13",
"reportingEntityName": "NOK6061ZW3"
},
"notificationParams": {
"changeIdentifier": "PM_MEAS_FILES",
"changeType": "FileReady",
"arrayOfNamedHashMap": [
{"name": "1MB.tar.gz", "hashMap": {
"location": "sftp://$IPSFTP}/1MB.tar.gz",
"compression": "gzip",
"fileFormatType": "org.3GPP.32.435#measCollec",
"fileFormatVersion": "V10"
}
}
}
]
}
}
|