Commit 55200059 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

Local merge of branch 28.623_Rel17_CR0180_YANG_Corrections merge request...

Local merge of branch 28.623_Rel17_CR0180_YANG_Corrections  merge request sa5/MnS!361
parent fa51e55f
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ module _3gpp-common-yang-types {
    network slicing.";
  reference "3GPP TS 28.623";

  revision 2022-07-26 { reference CR-0180 ; }
  revision 2022-02-09 { reference "CR-0144"; }
  revision 2021-11-01 { reference "CR-0141"; }
  
@@ -429,6 +430,24 @@ module _3gpp-common-yang-types {
    }
  }
  
  typedef BasicAdministrativeState {
    reference "3GPP TS 28.625 and ITU-T X.731";
    type enumeration {
      enum LOCKED {
        value 0;
        description "The resource is administratively prohibited from performing
                 services for its users.";
      }

      enum UNLOCKED {
        value 1;
        description "The resource is administratively permitted to perform
          services for its users. This is independent of its inherent
          operability.";
      }
    }
  }
  
  typedef AdministrativeState {
    reference "3GPP TS 28.625 and ITU-T X.731";
    type enumeration {