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

Update _3gpp-5gc-nrm-anlffunction.yang include references to mLModelRefList...

Update _3gpp-5gc-nrm-anlffunction.yang include references to mLModelRefList and aIMLInferenceFunctionRefList
parent 59e4898c
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ module _3gpp-5gc-nrm-anlffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2024-08-06 { reference CR-1332; }  
  revision 2023-11-03 { reference "initial revision"; }
  
  grouping AnLFFunctionGrp {
@@ -29,6 +30,17 @@ 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" {