Commit 4549f59e authored by cintiarosa's avatar cintiarosa
Browse files

add AIML support to LMFFuntion

parent 097ef14d
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -49,6 +49,18 @@ module _3gpp-5gc-nrm-lmffunction {
      key "groupId";
      uses types5g3gpp:CommModel;
    }
    leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of MLModel ¨
        (See TS 28.105).";
      config false;
    }
    leaf-list aIMLInferenceFunctionRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of AIMLInferenceFunction
        (See TS 28.105).";
      config false;
    }
  }
  
  augment "/me3gpp:ManagedElement" {