Commit 2d4ccda6 authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'S5-216037_Rel-16_CR_28.623_Add_new_common_types_or_YANG' into 'balazs-r16-140'

S5 216037 rel 16 cr 28.623 add new common types or yang

See merge request sa5/MnS!236
parents 1b31b87f 05a85dd6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -11,8 +11,9 @@ module _3gpp-common-yang-types {
  description "The model defines a YANG mapping of the top level 
    information classes used for management of 5G networks and 
    network slicing.";
  reference "3GPP TS 28.541";
  reference "3GPP TS 28.623";

  revision 2021-11-01 { reference "CR-0141"; }
  revision 2020-11-06 {
    description "Removed incorrect S-NSSAI definitions.";
    reference "CR-0118";
@@ -37,6 +38,15 @@ module _3gpp-common-yang-types {
    reference  "Initial version.";
  }

  typedef EnabledDisabled {
    type enumeration {
      enum DISABLED ;
      enum ENABLED ;
    }
  }
  
  // grouping ManagedNFProfile will be removed as it is 
  //  being moved to _3gpp-5gc-nrm-nfprofile
  grouping ManagedNFProfile {
    description "Defines profile for managed NF";
    reference "3GPP TS 23.501";