Commit ac0e11a0 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

correct lint errors

parent b1c43d89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ module _3gpp-5gc-nrm-FiveQiDscpMappingSet {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";


  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-01-25 { reference CR-1442 ; }
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2020-08-03 { reference "CR-0321"; }
+4 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ module _3gpp-5gc-nrm-amffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-03-25 { reference "CR-1489 CR-1512" ; }
  revision 2024-11-01 { reference CR-1405; }
  revision 2024-10-06 { reference CR-1389; }
@@ -470,9 +471,11 @@ module _3gpp-5gc-nrm-amffunction {
      uses types5g3gpp:PLMNInfo;
    }

    container aMFIdentifier {
    list aMFIdentifier {
      description "An AMF identifier, comprising an AMF Region ID, an
        AMF Set ID and an AMF Pointer.";
        key idx;
        leaf idx { type uint32; }
      uses types3gpp:AmfIdentifier;
    }

+3 −1
Original line number Diff line number Diff line
module _3gpp-5gc-nrm-dnfunction {
  yang-version 1.1;

  namespace urn:3gpp:sa5_3gpp-5gc-nrm-dnfunction;
  namespace urn:3gpp:sa5:_3gpp-5gc-nrm-dnfunction;
  prefix dn3gpp;

  import _3gpp-common-managed-function { prefix mf3gpp; }
@@ -9,6 +9,7 @@ module _3gpp-5gc-nrm-dnfunction {
  import _3gpp-common-top { prefix top3gpp; }

  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC is defined only to describe the IOCs representing
               Data Network (DN) interaction interface with 5GC (i.e. EP_N6).
               It has no attributes defined.
@@ -16,6 +17,7 @@ module _3gpp-5gc-nrm-dnfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2025-07-25 { reference CR-1552 ; }
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2019-10-28 { reference S5-193518 ; }

+3 −2
Original line number Diff line number Diff line
module _3gpp-5gc-nrm-ep {
  yang-version 1.1;
  namespace "urn:3gpp:tsg:sa5:nrm:_3gpp-5gc-nrm-ep";
  prefix "cep3gpp";
  namespace urn:3gpp:sa5:_3gpp-5gc-nrm-ep;
  prefix cep3gpp;

  import _3gpp-common-ep-rp { prefix eprp3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
@@ -25,6 +25,7 @@ module _3gpp-5gc-nrm-ep {
  import ietf-inet-types { prefix inet; }

  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the 5GC related endpoint
               Information Object Classes (IOCs) that are part of the 5G Core
               Network Resource Model.
+15 −7
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ module _3gpp-5gc-nrm-gmlcfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

    revision 2025-07-25 { reference CR-1558 ; }
    revision 2025-03-25 { reference CR-1489 ; }
    revision 2025-03-25 {
    description "Initial revision.";
@@ -23,10 +24,12 @@ module _3gpp-5gc-nrm-gmlcfunction {
  }

    grouping GmlcInfoGrp {
    description "Information of a GMLC NF Instance (see TS 29.510, clause 6.1.6.2.41).";
    description "Information of a GMLC NF Instance (see TS 29.510,
    clause 6.1.6.2.41).";

        leaf servingClientTypes {
            description "Identity of the GMLC group that is served by the GMLC instance.";
            description "Identity of the GMLC group that is served by
             the GMLC instance.";
            type enumeration {
                enum EMERGENCY_SERVICES {
                description "External client for emergency services";
@@ -41,16 +44,19 @@ module _3gpp-5gc-nrm-gmlcfunction {
                description "External client for Lawful Intercept services";
                }
                enum EXTERNAL_CLIENT_FOR_LAWFUL_INTERCEPT_SERVICES {
                description "External client for PLMN Operator Broadcast services";
                description "External client for PLMN Operator Broadcast
                services";
                }
                enum PLMN_OPERATOR_OM {
                 description "External client for PLMN Operator O&M";
                }
                enum PLMN_OPERATOR_ANONYMOUS_STATISTICS {
                description "External client for PLMN Operator anonymous statistics";
                description "External client for PLMN Operator anonymous
                statistics";
                }
                enum PLMN_OPERATOR_TARGET_MS_SERVICE_SUPPORT {
                description "External client for PLMN Operator target MS service support";
                description "External client for PLMN Operator target MS
                service support";
                }
            }

@@ -80,10 +86,12 @@ module _3gpp-5gc-nrm-gmlcfunction {
        }
        leaf sBIFqdn {
          type string;
          description "FQDN of the registered NF instance in the service-based interface.";
          description "FQDN of the registered NF instance in the
           service-based interface.";
        }
        list managedNFProfile {
        description "This parameter defines profile for managed NF. See TS 23.501";
        description "This parameter defines profile for managed NF.
         See TS 23.501";
        key idx;
        min-elements 1;
        uses types3gpp:ManagedNFProfile;
Loading