Commit 564b453f authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'Rel17_28.623_CR0270_28.541_CR1042_YANG_Corrections' into...

Merge branch 'Rel17_28.623_CR0270_28.541_CR1042_YANG_Corrections' into 'Integration_Rel17_SA5_151_YANG'

Rel17_28.623_CR0270_28.541_CR1042_YANG_Corrections into Integration

See merge request !776
parents de521826 03f8a6fa
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -9,9 +9,12 @@ module _3gpp-5g-common-yang-types {
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "The model defines common types for 5G networks and 
    network slicing.";
    network slicing.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2023-09-17 { reference CR-1042 ; } 
  revision 2023-05-09 { reference CR-0915; }
  revision 2021-08-05 { reference S5-214053/CR-0518; }
  revision 2020-11-05 { reference CR-0412 ; }
@@ -24,9 +27,9 @@ module _3gpp-5g-common-yang-types {
  
    leaf sd {
      description "Slice Differentiator
        If not needed, the value can be set to FFFFFF.";
        If not needed, the value can be set to ff:ff:ff.";
      type yang:hex-string {
        length 6;
        length 8;
      }
      reference "3GPP TS 23.003";
    }
+4 −1
Original line number Diff line number Diff line
@@ -10,9 +10,12 @@ module _3gpp-5gc-nrm-FiveQiDscpMappingSet {
  
  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description " This IOC represents the set of mapping between 5QIs and DSCP.";
  description " This IOC represents the set of mapping between 5QIs and DSCP.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2023-09-17 { reference CR-1042 ; } 
  revision 2020-08-03 { reference "CR-0321"; }
  revision 2020-05-27 { reference "CR-0287"; }

+4 −1
Original line number Diff line number Diff line
@@ -12,9 +12,12 @@ module _3gpp-5gc-nrm-GtpUPathQoSMonitoringControl {
  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the capabilities and properties for control 
    of GTP-U path QoS monitoring defined in 3GPP TS 23.501.";
    of GTP-U path QoS monitoring defined in 3GPP TS 23.501.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2023-09-17 { reference CR-1042 ; } 
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2020-09-30 { reference "CR-0393"; }
  revision 2020-08-03 { reference "CR-0321"; }
+4 −2
Original line number Diff line number Diff line
@@ -12,10 +12,12 @@ module _3gpp-5gc-nrm-QFQoSMonitoringControl {
  organization "3gpp SA5";  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the capabilities and properties for control 
    of QoS monitoring per QoS flow per UE for URLLC service defined 
    
in 3GPP TS 23.501.";
    in 3GPP TS 23.501.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2023-09-17 { reference CR-1042 ; } 
  revision 2020-11-07 { reference CR-0412 ; }
  revision 2020-08-03 { reference "CR-0321"; }
  revision 2020-04-10 { reference "S5-202101";   }
+4 −1
Original line number Diff line number Diff line
@@ -11,9 +11,12 @@ module _3gpp-5gc-nrm-affunction {
  organization "3gpp SA5";
  description "This IOC is defined only to describe the IOCs representing
               its interaction interface with 5GC (i.e. EP_Rx and EP_N5).
               It has no attributes defined.";
               It has no attributes defined.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2023-09-17 { reference CR-1042 ; } 
  revision 2019-10-28 { reference S5-193518 ; }
  
  revision 2019-05-15 {
Loading