3 | How do we retreive Mapping of the relevant information from the CM VES Message - CmHandle
- Xpath
- Operation that happened
| Only fields that seem to suggest to have these info. are. - moiChanges.operation
- moiChanges.value
moiChanges.path ??
Related work in ONAP suggests this possible alternative schema: https://wiki.o-ran-sc.org/display/SIM/Network+Slicing+Use+Case#NetworkSlicingUseCase-ExampleVESPMstndDefined So wanted to confirm if measurements.measurement-type-instance-reference is xpath? | The fields which are of importance are : - event.sourceId ( we can extract cmHandle details from the sourceId )
- moiChanges.operation
- moiChanges.path
- moiChanges.value
CM VES related details present in CM handling guide Jira Legacy |
---|
server | System Jira |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | INT-2177 |
---|
|
Vishal Varvate to provide in few examples of the CM VES messages. More information is present in the meetings recording. Sample CM VES event having
Code Block |
---|
title | Sample provided byVishal Varvate having href and path attribute. |
---|
collapse | true |
---|
| { |
"eventId": "stnddefined000001", |
"eventName": "stnddefined_Metrics", |
"lastEpochMicrosec": 1670938742757000.0, |
"nfVendorName": "Capgemini Engineering", |
"reportingEntityId": "nearrtric-22_cucpserver2", |
"reportingEntityName": "honeycomb", |
"sourceId": "nearrtric-22_cucpserver2", |
"sourceName": "Capgemini Engineering", |
"startEpochMicrosec": 1670938742757000.0, |
"stndDefinedNamespace": "3GPP-Provisioning", |
"timeZoneOffset": "UTC+05:30", |
"vesEventListenerVersion": "7.2" |
"schemaReference": "https://forge.3gpp.org/rep/sa5/MnS/blob/Rel16/OpenAPI/provMnS.yaml#/components/schemas/NotifyMoiChanges", |
"href": "172.16.100.130", |
"notificationType": "notifyMOIChanges", |
"eventTime": "2021-08-23T11:52:10.6Z", |
"correlatedNotifications": [], |
"additionalText": "AdditionalTextDetails", |
"sourceIndicator": "MANAGEMENT_OPERATION", |
path="/restconf/data/ran-network:ran-network/NearRTRIC=22/GNBCUCPFunction=cucpserver2/NRCellCU=15549/NRCellRelation=14427/isHOAllowed", |
"stndDefinedFieldsVersion": "1.0" |
}cm-event-list-example.json | 4 | - Is CMNotify Message same as CM VES Message and notify more about this if this is relevant.
Image Removed
| Yes. CMNotify and CM VES message are the same. |