Commit e42d5790 authored by lengyelb's avatar lengyelb
Browse files

MR794 locally merged; TS28.541_CR0148_Update_recommended_QoS_model_usage

parent 127d623a
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ module _3gpp-nr-nrm-operatordu {
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-nr-nrm-gnbdufunction {prefix gnbdu3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -15,6 +16,7 @@ module _3gpp-nr-nrm-operatordu {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2023-09-30 { reference "CR1048"; }
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2021-10-01 { reference "Initial revision"; }

@@ -29,6 +31,17 @@ module _3gpp-nr-nrm-operatordu {
        mandatory true;
      }
    }
    leaf configurable5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Configurable5QISet that the OperatorDU
      supports (is associated to).";
    }

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Dynamic5QISet that the OperatorDU 
      supports (is associated to).";
    }    
  }

  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction" {