Commit 474f90b5 authored by lengyelb's avatar lengyelb
Browse files

Updated administrativestate default

parent c3b3318b
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ module _3gpp-common-managed-function {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "The module defines a base class/grouping for major 3GPP 
    functions.
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference 
    "3GPP TS 28.622 
@@ -24,6 +24,7 @@ module _3gpp-common-managed-function {
    3GPP TS 28.620 
    Umbrella Information Model (UIM)";

  revision 2025-08-06 { reference CR-0550; }
  revision 2024-02-24 { reference CR-0346; } 
  revision 2023-09-18 { reference CR-0271; } 
  revision 2023-04-26 { reference CR-0250; }
@@ -118,7 +119,7 @@ module _3gpp-common-managed-function {

    leaf administrativeState  {
      type types3gpp:BasicAdministrativeState;
      mandatory true;
      default LOCKED;
      description "Permission to use or prohibition against using the instance";
    }

+2 −2
Original line number Diff line number Diff line
@@ -243,7 +243,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";
    }
@@ -334,7 +334,7 @@ module _3gpp-common-measurements {
        to monitor.";

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