Commit 7972b437 authored by lengyelb's avatar lengyelb
Browse files

Added missing attribute unreliableAlarmScope and corrected name of...

Added missing attribute unreliableAlarmScope  and corrected name of corelatedNotifications.notificationIds
parent fe52fd6b
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ module _3gpp-common-fm {
        type types3gpp:DistinguishedName;
      }
      
      leaf-list notificationId {
      leaf-list notificationIds {
        type int32;
        min-elements 1;
      }
@@ -480,6 +480,21 @@ module _3gpp-common-fm {
      yext3gpp:notNotifyable;
      uses AlarmRecordGrp;
    }

    leaf-list unreliableAlarmScope {
      type types3gpp:DistinguishedName;
      config false;
      yext3gpp:notNotifyable;
      description "Identifies, the part of the alarm scope that may not be 
        reliable.

        If this parameter is equal to the instance carried in systemDN, 
        then all AlarmRecord instances in the AlarmList may not be reliable.

        If this parameter is equal to some instance represented by 
        MonitoredEntity, then only AlarmRecord related to this instance and 
        its descendants may not be reliable.";
    }
  }

  grouping FmSubtree {