You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Ref: NONRTRIC-501 - Getting issue details... STATUS

  • O-RU sends alarm as VES event to "unauthenticated.SEC_FAULT_OUTPUT"
  • Poll DMaaP for alarms from "unauthenticated.SEC_FAULT_OUTPUT"
  • Filter the alarms for CUS Link Failure, provided in "faultFields:alarmCondition", with "faultFields:eventSeverity" anything but "NORMAL"
  • Find the O-DU that is affected by this. Find O-RU identity in the alarm, provided in "commonEventHeader:sourceName", and then find the corresponding O-DU (hard coded for now)
  • REST conf call to OAM Controller through SDNR, using endpoint "/rests/data/network-topology:network-topology/topology=topology-netconf/node=[O-DU-ID]/yang-ext:mount/o-ran-sc-du-hello-world:network-function/du-to-ru-connection=[O-RU-ID]", to set the administrative state of the O-DU to UNLOCKED, data ={"o-ran-sc-du-hello-world:du-to-ru-connection":  [{"name": "O-RU-ID", "administrative-state": "UNLOCKED"}]}
  • (Poll DMaaP and trace out the alarm clear, "faultFields:eventSeverity" "NORMAL")


  • No labels