Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample Fileready notification received from RAN-Simulator:

language
Code Block
Expand
texttitleFileready Eventevent

{


"event":

{


"commonEventHeader":

{


"version":

"4.0.1",


"vesEventListenerVersion":

"7.0.1",


"domain":

"notification",


"eventName":

"Notification_RnNode-Slicing_FileReady",


"eventId":

"FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1",


"lastEpochMicrosec":

8745745764578,


"priority":

"Normal",


"reportingEntityName":

"cucpserver2",


"sequence":

0,


"sourceName":

"cucpserver2",


"startEpochMicrosec":

8745745764578,


"timeZoneOffset":

"UTC+05.30"


},


"notificationFields":

{


"changeIdentifier":

"PM_MEAS_FILES",


"changeType":

"FileReady",


"notificationFieldsVersion":

"2.0",


"arrayOfNamedHashMap":

[{


"name":

"A2021-01-15T05-46-30.387-2021-01-15T05-46-30.387-7836-cucpserver2.bin.gz",


"hashMap":

{

{
"location":

"ftpes://192.168.0.101:22/ftp/rop/A2021-01-15T05-46-30.387-2021-01-15T05-46-30.387-7836-cucpserver2.bin.gz",


"compression":

"gzip",


"fileFormatType":

"org.3GPP.32.435#measCollec",


"fileFormatVersion":

"V10"

} }] } }


}
}]
}
}
}



13. Datafile Collector

Datafile Collector reads the File Ready VES notifications from the message router. It fetches the PM file from the simulator using the FTP/SFTP location in the notification and places it in the data router. PM Mapper reads this PM file (xml format).

...