Commit ecb39e9f authored by rosabolzek's avatar rosabolzek
Browse files

corect lint errors and revision

parent 4d39f8fe
Loading
Loading
Loading
Loading
Loading
+15 −9
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ module _3gpp-5g-common-yang-types {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2026-01-25 { reference "CR-0060"; }  // common for R19, R20
  revision 2025-11-07 { reference CR-1640 ; }
  revision 2025-11-02 { reference CR-1658 ; }
  revision 2025-07-25 { reference CR-1558 ; }
@@ -514,12 +515,14 @@ module _3gpp-5g-common-yang-types {

    grouping CaraConfigurationGrp {
    description "This data type represents the configuration used for mobile 
    NR node (e.g., IAB-node, MWAB-node) to perform certificate enrolment procedure with
    Certification Authority server (CA/RA) as specified in TS 28.315 clause 5.3";
    NR node (e.g., IAB-node, MWAB-node) to perform certificate enrolment 
    procedure with Certification Authority server (CA/RA) as specified in 
    TS 28.315 clause 5.3";
    
    leaf caraAddress {
      type inet:host;
      description "IP address or FQDN of the CMP (Certificate Management Protocol) server";
      description "IP address or FQDN of the CMP (Certificate Management
       Protocol) server";
    }

    leaf portNumber {
@@ -560,15 +563,17 @@ module _3gpp-5g-common-yang-types {
  
  grouping MnrOamIPConfigGrp { 
    description "This data type includes the configutation for OAM connectivity  
      used for mobile NR node (e.g., IAB-node, MWAB-node) to establish connection with
      used for mobile NR node (e.g., IAB-node, MWAB-node) to establish 
      connection with
      management system. The configuration attributes include: 
      Configuration of certification authority (CA/RA) server, 
      Configuration of security gateway (SeGW), and 
      Configuration of software configuration server (SCS)";
    
    list caraConfiguration {
      description "configuration used for mobile NR node (e.g., IAB-node, MWAB-node)
        to perform certificate enrolment procedure as specified in TS 28.315.";
      description "configuration used for mobile NR node (e.g., IAB-node, 
      MWAB-node) to perform certificate enrolment procedure as specified
      in TS 28.315.";
      uses CaraConfigurationGrp;
      max-elements 1;
      key caraAddress; 
@@ -598,7 +603,8 @@ module _3gpp-5g-common-yang-types {
    
    leaf gNBId {
      type int64 { range "0..4294967295"; }
      description "It is either the gNB ID of the IAB-donor-CU that target IAB-DU
      description "It is either the gNB ID of the IAB-donor-CU that target 
      IAB-DU
      connects to or the gNB Id of the IAB-nonor-CU that serves IAB-MT, or
      the gNBId of the gNB that serves MWAB-UE.";
    }
@@ -627,8 +633,8 @@ module _3gpp-5g-common-yang-types {
      key idx;
      leaf idx { type string; }
      max-elements 1; 
      description "It is the TAI (see subclause 9.3.3.11 in TS 38.413) pertaining
        to the cells where IAB-MT or MWAB-UE is connected";
      description "It is the TAI (see subclause 9.3.3.11 in TS 38.413) 
      pertaining to the cells where IAB-MT or MWAB-UE is connected";
    }
    list geoArea {
      uses types3gpp:GeoAreaGrp;
+4 −2
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
TTA, TTC). All rights reserved.";
  reference "3GPP TS 29.510";

  revision 2026-01-25 { reference "CR-0060"; }  // common for R19, R20
  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-07-25 { reference "initial revision"; }

@@ -589,7 +590,8 @@ grouping ManagedNFProfileGrp {

        leaf enterpriseCode {
          type uint32;
          description "IANA-assigned SMI Network Management Private Enterprise Code";
          description "IANA-assigned SMI Network Management Private 
          Enterprise Code";
        }

        list vendorSpecificFeature {
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ module _3gpp-5gc-nrm-nfservice {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 29.510";
  
  revision 2026-01-25 { reference "CR-0060"; }  // common for R19, R20
  revision 2025-01-25 { reference CR-1442; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2021-01-25 { reference CR-0454 ; }
@@ -230,7 +231,8 @@ module _3gpp-5gc-nrm-nfservice {
     
     leaf enterpriseCode {
       type uint32;
       description "IANA-assigned SMI Network Management Private Enterprise Code";
       description "IANA-assigned SMI Network Management Private 
       Enterprise Code";
     }

     list vendorSpecificFeature {
+1 −0
Original line number Diff line number Diff line
@@ -705,6 +705,7 @@ module _3gpp-common-fm {
    }

    list comments {
      config false;
      yext3gpp:notNotifyable;
      description "List of comments and data about the comments.";
      key idx;