Commit 884f0160 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel19_CR_TS_28.623_Correct_the_misaligment_for_the_YANG_SS_for_adminstrativeState_in_ThresholdMonitor_and_PerfMetricJob' into 'Integration_Rel19_SA5_162_YANG'

Rel-19 CR0554 TS 28.623 Correct the misaligment for the YANG SS for adminstrativeState in ThresholdMonitor and PerfMetricJob

See merge request !1813
parents 47cb85aa 03bac82b
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ module _3gpp-common-measurements {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2025-07-31 { reference CR-0554; }
  revision 2025-05-19 { reference CR-0532; }
  revision 2025-02-07 { reference CR-0461; }
  revision 2025-01-29 { reference CR-0512; } 
@@ -248,7 +249,7 @@ module _3gpp-common-measurements {
    description "Represents the attributes of the IOC PerfMetricJob";

    leaf administrativeState {
      default UNLOCKED;
      default LOCKED;
      type types3gpp:BasicAdministrativeState ;
      description "Enable or disables production of the metrics";
    }
@@ -339,7 +340,7 @@ module _3gpp-common-measurements {
        to monitor.";

    leaf administrativeState {
      default UNLOCKED;
      default LOCKED;
      type types3gpp:BasicAdministrativeState ;
      description "Enables or disables the ThresholdMonitor.";
    }