Commit 58c22221 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

CR S5-253090

parent cd0cdeaf
Loading
Loading
Loading
Loading
+18 −1
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-25 { reference CR-1558 ; }
  revision 2025-03-25 { reference CR-1489 ; }
  revision 2024-11-01 { reference CR-1405 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
@@ -276,11 +277,27 @@ module _3gpp-5gc-nrm-lmffunction {
      leaf idx { type uint32; }
      uses TrpInfoGrp;
    }
    
    leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      config false;
      description "This attribute holds a DN list of MLModel. See TS 28.105";
    }
    
    leaf-list aIMLInferenceFunctionRef {
      type types3gpp:DistinguishedName;
      config false;
      description "This attribute holds a DN list of AIMLInferenceFunction. 
        See TS 28.105";
    }
  }
  
  augment "/me3gpp:ManagedElement" {
    list LMFFunction {
      description "5G Core LMF Function defined in TS 23.501";
      description "5G Core LMF Function defined in TS 23.501.
        Attribute mLModelRefList indicates that AI/ML is supported for LMF for 
        UE positioning. Attribute aIMLInferenceFunctionRefList indicates that 
        AI/ML Inference Function is supported for LMF for UE positioning.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {