Commit b78aa8ba authored by cintiarosa's avatar cintiarosa
Browse files

Edit _3gpp-5gc-nrm-lmffunction.yang add attributes mLModelRefList and...

Edit _3gpp-5gc-nrm-lmffunction.yang add attributes mLModelRefList and aIMLInferenceFunctionRefList in order to aligne with stage 2 and yaml
parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ module _3gpp-5gc-nrm-lmffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2025-07-19 { reference CR- ; }
  revision 2025-03-25 { reference CR-1489 ; }
  revision 2024-11-01 { reference CR-1405 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
@@ -276,6 +277,20 @@ module _3gpp-5gc-nrm-lmffunction {
      leaf idx { type uint32; }
      uses TrpInfoGrp;
    }
    leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of MLModel
      ";
      reference "(See TS 28.105).";
      config false;
    }
    leaf-list aIMLInferenceFunctionRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of 
      aIMLInferenceFunction";
      reference "(See TS 28.105).";
      config false;
    }
  }
  
  augment "/me3gpp:ManagedElement" {