diff --git a/yang-models/_3gpp-5gc-nrm-lmffunction.yang b/yang-models/_3gpp-5gc-nrm-lmffunction.yang index b7b954153e3baf28ad00fd21c72937ec497e3122..bd81ebfed577be3989acb2de8b9c810ab1592c68 100755 --- a/yang-models/_3gpp-5gc-nrm-lmffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-lmffunction.yang @@ -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" {