Commit 670071fe authored by lengyelb's avatar lengyelb
Browse files

Added CCOFUnction and NTNFunction and related IOCs and datatypes, moved NRTAC...

Added  CCOFUnction and NTNFunction and related IOCs and datatypes, moved NRTAC type to 5g-common-types
parent 19a19604
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -11,16 +11,31 @@ module _3gpp-5g-common-yang-types {
  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.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-05-10 { reference CR-0916; }
  revision 2021-08-05 { reference S5-214053/CR-0518; }
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2019-10-20 { reference "Initial version."; }
 
  typedef NRTAC {
    type string;
    description "This holds the identity of the common Tracking Area Code 
      for the PLMNs. 

      allowedValues:
      a)	It is the TAC or Extended-TAC. 
      b)	A cell can only broadcast one TAC or Extended-TAC. See TS 36.300, 
        subclause 10.1.7 (PLMNID and TAC relation).
      c)	TAC is defined in subclause 19.4.2.3 of 3GPP TS 23.003
      [13] and Extended-TAC is defined in subclause 9.3.1.29 of 3GPP TS 38.473.
      d)	For a 5G SA (Stand Alone), it has a non-null value.";
  }
  
  grouping SNssai {
    description 
      "Single Network Slice Selection Assistance Information(S-NSSAI)";
+3 −2
Original line number Diff line number Diff line
@@ -13,10 +13,11 @@ module _3gpp-5gc-nrm-amfregion {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the AMF Region which consists one or
    multiple AMF Sets.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2022-01-07 { reference CR-0643; }
  revision 2020-11-06 { reference CR-0412 ; }
@@ -45,7 +46,7 @@ module _3gpp-5gc-nrm-amfregion {
                   reference "TS 38.413 clause 9.3.3.10";
      min-elements 1;
      config false;
      type types3gpp:Tac;
      type types5g3gpp:NRTAC;
    }
    
    list sNSSAIList {
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ module _3gpp-5gc-nrm-amfset {
      reference "TS 38.413 clause 9.3.3.10";
      min-elements 1;
      config false;
      type types3gpp:Tac;
      type types5g3gpp:NRTAC;
    }
    
    list sNSSAIList {
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ module _3gpp-5gc-nrm-smffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
  revision 2020-11-08 { reference CR-0412 ; }
@@ -44,7 +45,7 @@ module _3gpp-5gc-nrm-smffunction {
      reference "TS 38.413 clause 9.3.3.10";
      min-elements 1;
      config false;
      type types3gpp:Tac;
      type types5g3gpp:NRTAC;
    }

    leaf sBIFQDN {
+3 −2
Original line number Diff line number Diff line
@@ -12,10 +12,11 @@ module _3gpp-5gc-nrm-upffunction {
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "UPFFunction derived from basic ManagedFunction.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
  revision 2020-11-08 { reference CR-0412 ; }
@@ -41,7 +42,7 @@ module _3gpp-5gc-nrm-upffunction {
                   reference "TS 38.413 clause 9.3.3.10";
      min-elements 1;
      config false;
      type types3gpp:Tac;
      type types5g3gpp:NRTAC;
    }

    list sNSSAIList {
Loading