Commit 38dc96fb authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

correct lint errors

parent a49e09e0
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ module _3gpp-5gc-nrm-ep {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2025-07-25 { reference CR-1558 ; }
  revision 2024-08-19 { reference CR-1314 ; }
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2019-11-18 { reference "Ericsson refactoring."; }
@@ -128,9 +129,12 @@ module _3gpp-5gc-nrm-ep {

  grouping EP_N32Grp {
    uses eprp3gpp:EP_Common;
    container remotePlmnId {
    list  remotePlmnId {
      key idx;
      leaf idx { type uint32;}
      description "PLMN Identifiers of the remote sepp.
                   The PLMN Identifier is composed of a Mobile Country Code (MCC) and a Mobile Network Code (MNC).";
      The PLMN Identifier is composed of a Mobile Country Code 
      (MCC) and a Mobile Network Code (MNC).";
      uses types3gpp:PLMNId;
    }

+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ module _3gpp-5gc-nrm-ngeirfunction {
    }

    list managedNFProfile {
      description "This parameter defines profile for managed NF.
      See TS 23.501";
      key idx;
      leaf idx { type uint32;}
      min-elements 1;
+11 −7
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ module _3gpp-5gc-nrm-smsffunction {
  import _3gpp-5gc-nrm-managed-nfprofile { prefix mnfp3gpp;}

  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the SMSF function defined in 3GPP TS 23.501.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
@@ -20,18 +21,15 @@ module _3gpp-5gc-nrm-smsffunction {
  revision 2025-07-25 { reference CR-1558 ; }
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2019-10-25 { reference "S5-194457 S5-195427 S5-193518"; }

  revision 2019-05-15 {
    description "initial revision";

  }
  revision 2019-05-15 { reference "initial revision";}

  grouping SMSFFunctionGrp {
    uses mf3gpp:ManagedFunctionGrp;

    list pLMNIdList {
      description "List of at most six entries of PLMN Identifiers, but at least one (the primary PLMN Id).
                   The PLMN Identifier is composed of a Mobile Country Code (MCC) and a Mobile Network Code (MNC).";
      description "List of at most six entries of PLMN Identifiers, but at
       least one (the primary PLMN Id). The PLMN Identifier is composed of
       a Mobile Country Code (MCC) and a Mobile Network Code (MNC).";

      min-elements 1;
      max-elements 6;
@@ -40,6 +38,8 @@ module _3gpp-5gc-nrm-smsffunction {
    }

    list managedNFProfile {
      description "This parameter defines profile for managed NF.
      See TS 23.501";
      key idx;
      leaf idx { type uint32;}
      min-elements 1;
@@ -47,6 +47,10 @@ module _3gpp-5gc-nrm-smsffunction {
    }

    list commModelList {
      description "The attribute specifies a list of commModel which is 
      defined as a datatype (see clause 5.3.69). It can be used by NF 
      and NF services to interact with each other in 5G Core network ";
      reference "see TS 23.501.";
      min-elements 1;
      key "groupId";
      uses types5g3gpp:CommModel;