Commit 97877048 authored by lengyelb's avatar lengyelb
Browse files

Locally rebased and commited !1548

parent eea23a43
Loading
Loading
Loading
Loading
Loading
+16 −9
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2025-02-06 { reference "CR-0503" ; }
  revision 2025-02-06 { reference "CR-0503 CR-0507" ; }
  revision 2025-02-05 { reference "CR-0460" ; }
  revision 2024-11-05 { reference "CR-0470" ; }
  revision 2024-10-06 { reference "CR-0459"; }
@@ -166,18 +166,25 @@ module _3gpp-common-trace {
      max-elements 1;
    }

    list cAGIdList {
      key idx;
    choice npnidChoice {
      leaf-list cAGIdList {
        type string; 
      max-elements 256;
      description "It specifies the PNI-NPN identified by CAG ID ";
      leaf idx { type string; }
        description "It identifies a CAG list containing up to 256 
          CAG-identifiers per UE or up to 12 CAG-identifiers per cell, 
          see TS 38.331.
          CAG ID is used to combine with PLMN ID to identify a PNI-NPN.
          CAG ID is a hexadecimal range with size 32 bit.";
    }

    list nIDList {
      key idx;
      leaf-list nIDList {
        type string;
      max-elements 16;
      description "It specifies the SNPN identified by Network ID";
      leaf idx { type string; }
        description "It identifies a list of NIDs containing up to 16 NIDs, 
          see TS 38.331.
          NID is used to combine with PLMN ID to identify an SNPN. 
          NID is a hexadecimal range with size 44 bit.";
      }
    }
  }

+15 −6
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ module _3gpp-common-yang-extensions {
    If support for an extension is missing the extension statement needs
    individual handling or it SHOULD be removed from the module using
    the extension e.g. with a deviation.
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623
      Generic Network Resource Model (NRM)
@@ -46,6 +46,7 @@ module _3gpp-common-yang-extensions {
      Solution Set (SS) definitions
      3GPP TS 28.623";

  revision 2025-02-06{ reference "CR-0507, 0507" ; } 
  revision 2024-04-05 { reference "CR-0332, 0333" ; } 
  revision 2023-09-17 { reference "CR-0270, 0271" ; } 
  revision 2022-10-31 { reference "CR-0195, 0196";   }
@@ -65,7 +66,9 @@ module _3gpp-common-yang-extensions {
       Zero or one only-system-created statement per parent statement is
       allowed. No sub-statements are allowed.
            
       Adding this statement is an NBC change, removing it is BC.";
       Adding this statement is an NBC change, 
       removing it is BC, however if the system behavior is also changed in 
       parallel (the system stops creating the MOIs), this behavior is NBC.";
  }

  extension notNotifyable {
@@ -73,14 +76,16 @@ module _3gpp-common-yang-extensions {
      "Indicates that data change notifications shall not be sent 
      for this attribute. If the extension is not present and other 
      conditions are fulfilled data change notification should be sent.
      
      If a list or container already has the notNotifyable 
      extension, that is also valid for all contained data nodes.

      The statement MUST only be a substatement of a leaf, leaf-list, list,
      container statement that is contained within the 'attributes' 
      container of an IOC and that represents an attribute or sub-parts of 
      an attribute .
      
      an attribute. If the attribute is represented by a container or list, 
      the statement shall be put on these, not on data nodes inside the 
      list/container.
      Zero or one notNotifyable statement is allowed per parent statement.
      NO substatements are allowed.
            
@@ -103,8 +108,12 @@ module _3gpp-common-yang-extensions {

      It is unnecessary to use and MUST NOT be used for key leafs.

      The statement MUST only be a substatement of a leaf, leaf-list, list 
      statement that is config=true.
      The statement MUST only be a substatement of a leaf, leaf-list, list,
      container statement that is contained within the 'attributes' 
      container of an IOC and that represents an attribute or sub-parts of 
      an attribute and is config=true. If the attribute is represented by a 
      container or list, the statement shall be put on these, not on data 
      nodes inside the list/container.
      Zero or one inVariant statement is allowed per parent statement.
      NO substatements are allowed.
            
+7 −7
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ module _3gpp-common-yang-types {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623";

  revision 2025-02-20 { reference CR-0511; } 
  revision 2025-02-18 { reference CR-0511; } 
  revision 2025-02-06 { reference CR-0507; } 
  revision 2024-05-18 { reference CR-0359; } 
  revision 2024-04-12 { reference CR-0346; } 
  revision 2023-11-06 { reference CR-0305; }
@@ -313,7 +314,7 @@ module _3gpp-common-yang-types {

  grouping GeographicalCoordinates {
    description "This datatype represents the geographical coordinates";
    reference "#GPP TS 28.558 clause 6.3.8";
    reference "3GPP TS 28.538 clause 6.3.8";
    
    leaf latitude {
      type Latitude;
@@ -324,11 +325,6 @@ module _3gpp-common-yang-types {
      type Longitude;
      mandatory true; 
    }
    
    leaf altitude {
      type Altitude;
    }
    
  }

  typedef OnOff {
@@ -645,6 +641,10 @@ module _3gpp-common-yang-types {
        global reference frame (WGS 84). Positive values correspond to 
        degrees east of 0 degrees longitude.";
    }
    
    leaf altitude { 
      type Altitude; 
    }     
  }
   
  grouping GeoAreaGrp {