Commit 660cf19b authored by lengyelb's avatar lengyelb
Browse files

manuallyCleared -> clearingType Edit _3gpp-common-fm.yang

parent cdf15b7c
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -588,10 +588,13 @@ module _3gpp-common-fm {
      }
    }

    leaf manuallyCleared {
      type boolean;
    leaf clearingType {
      type enumeration {
        enum AUTOMATIC;
        enum MANUAL;
      }
      config false;
      default false;
      default AUTOMATIC;
      description "Indicates whether the alarm needs 
        to be cleared manually by the MnS consumer (ADMC) 
        or the producer will clear it automatically (ADAC).";