Commit 63937cfd authored by Mirko Cano Soveri's avatar Mirko Cano Soveri
Browse files

Merge branch 'Integration_Rel17_SA5_149_YANG' into 'Rel-17'

Merge YANG integration branch into Rel-17 after SA5#149 and SA#100

See merge request !633
parents b700fd14 9de92609
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ module _3gpp-5g-common-yang-types {
  namespace "urn:3gpp:sa5:_3gpp-5g-common-yang-types";
  prefix "types5g3gpp";
  
  
  import ietf-yang-types { prefix yang; }
  import _3gpp-common-yang-types { prefix types3gpp; }

  organization "3GPP SA5";
@@ -12,6 +12,7 @@ module _3gpp-5g-common-yang-types {
    network slicing.";
  reference "3GPP TS 28.541";

  revision 2023-05-09 { reference CR-0915; }
  revision 2021-08-05 { reference S5-214053/CR-0518; }
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2019-10-20 { reference "Initial version."; }
@@ -24,9 +25,8 @@ module _3gpp-5g-common-yang-types {
    leaf sd {
      description "Slice Differentiator
        If not needed, the value can be set to FFFFFF.";
      type string{
      type yang:hex-string {
        length 6;
        pattern '[a-fA-F0-9]*';
      }
      reference "3GPP TS 23.003";
    }
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ module _3gpp-5gc-nrm-QFQoSMonitoringControl {
in 3GPP TS 23.501.";
  reference "3GPP TS 28.541";

  revision 2020-11-05 { reference CR-0412 ; }
  revision 2020-11-07 { reference CR-0412 ; }
  revision 2020-08-03 { reference "CR-0321"; }
  revision 2020-04-10 { reference "S5-202101";   }

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ module _3gpp-5gc-nrm-externalseppfunction {
               and policing on inter-PLMN control plane interface. For more information about the SEPP, see 3GPP TS 23.501.";
  reference "3GPP TS 28.541";
  
  revision 2019-11-17 {
  revision 2019-11-19 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 ";
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module _3gpp-5gc-nrm-nrffunction {
               For more information about the NRF, see 3GPP TS 23.501 [2].";
  reference "3GPP TS 28.541";
  
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2020-11-07 { reference CR-0412 ; }
  revision 2020-08-03 { reference "CR-0321"; }
  revision 2019-10-28 { reference S5-193518 ; }
  revision 2019-05-15 { reference "initial revision"; }
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ module _3gpp-5gc-nrm-nssffunction {
    information about the NSSF, see 3GPP TS 23.501.";
  reference "3GPP TS 28.541";
  
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2020-11-07 { reference CR-0412 ; }
  revision 2020-08-03 { reference "CR-0321"; }
  revision 2019-10-25 { reference "S5-194457 S5-195427 S5-193518"; }
  revision 2019-05-15 { reference "initial revision"; }
Loading