Commit b76ac0fe authored by cintiarosa's avatar cintiarosa
Browse files

correct lint errors

parent 4549f59e
Loading
Loading
Loading
Loading
Loading
+13 −6
Original line number Diff line number Diff line
@@ -11,11 +11,13 @@ module _3gpp-5gc-nrm-lmffunction {
  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 represents the LMF function defined in 3GPP TS 23.501.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2023-09-18 { reference CR- ; }
  revision 2023-09-18 { reference CR-1043 ; }
  revision 2019-10-25 { reference "S5-194457 S5193518"; }

@@ -29,9 +31,9 @@ module _3gpp-5gc-nrm-lmffunction {
    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;
      key "mcc mnc";
@@ -39,12 +41,18 @@ module _3gpp-5gc-nrm-lmffunction {
    }

    list managedNFProfile {
      description "This parameter defines profile for managed NF";
      reference "TS 23.501 ";
      key idx;
      min-elements 1;
      uses types3gpp:ManagedNFProfile;
    }

    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";
      min-elements 1;
      key "groupId";
      uses types5g3gpp:CommModel;
@@ -62,7 +70,6 @@ module _3gpp-5gc-nrm-lmffunction {
      config false;
    }
  }
  
  augment "/me3gpp:ManagedElement" {
    list LMFFunction {
      description "5G Core LMF Function";