/
Fault Management
Fault Management
- Martin Skorupski
Owned by Martin Skorupski
Note:
Compared to previous O-RAN-SC OAM release the AlarmLog and its interface was developed.
Message Flow
Diagram
Description
- in case of failures an O1 device sends a VES event of domain 'fault' to the VES Collector on SMO
- The VES collector forwards the fault content to the Message Bus (DMaaP)
- The DeviceManager component on O1-Controller polls for fault events on DMaaP and ...
- ... receives its content
- The DeviceManager within the O1-Controller processes the fault event and ...
- ... updates the alarm log.
Verification Command
The following command should display the content within the O1-Controller Alarm Log:
HTTP-POST BasicAuth admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2UAccept: application/yang-data+json Content-Type: application/yang-data+json /rests/operations/data-provider:read-faultlog-list { "input": { "filter": [], "sortorder": [ { "property": "node-id", "sortorder": "ascending" } ], "pagination": { "size": 1000, "page": 1 } } }