Commit 4dd90fe9 authored by lengyelb's avatar lengyelb
Browse files

Edit _3gpp-common-fm.yang added manuallyCleared

parent 7ec28953
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ module _3gpp-common-fm {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.111";

  revision 2025-07-01 { reference "CR-xxx18 CR-xxx18"; }  
  revision 2025-05-01 { reference "CR-0042 CR-0043"; }  // common for R18, R19
  revision 2025-03-25 { reference "CR-0025 CR-0026"; } 
  revision 2024-05-12 { 
@@ -586,6 +587,15 @@ module _3gpp-common-fm {
        min-elements 1;
      }
    }

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

  grouping AlarmListGrp {