Commit 47a619f6 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

Update _3gpp-5gc-nrm-anlffunction.yang add support for mLModelRefList and...

Update _3gpp-5gc-nrm-anlffunction.yang add support for mLModelRefList  and aIMLInferenceFunctionRefList 
parent a7e99a63
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ module _3gpp-5gc-nrm-anlffunction {
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-5gc-nrm-nwdaffunction { prefix nwdaf3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  
  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -16,6 +17,7 @@ module _3gpp-5gc-nrm-anlffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2024-08-07 { reference 1331; }
  revision 2023-11-03 { reference "initial revision"; }
  
  grouping AnLFFunctionGrp {
@@ -29,6 +31,16 @@ module _3gpp-5gc-nrm-anlffunction {
      config false;
      description "It indicates the activation status of the AnLF";
    }
     leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of MLModel ¨
      (See TS 28.105 [105]).";
    }
    leaf-list aIMLInferenceFunctionRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of AIMLInferenceFunction
      (See TS 28.105 [105]) .";
    }   
  }
    
  augment "/me3gpp:ManagedElement/nwdaf3gpp:NWDAFFunction" {