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

Compare with Current View Page History

« Previous Version 12 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 "faultFields:alarmCondition" set to "30" ("CUS Link Failure"), with "faultFields:eventSeverity" anything but "NORMAL"
  • Find O-RU identity in the alarm, provided in "commonEventHeader:sourceName", and then find the corresponding O-DU through hard coded mapping (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, providing 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