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

Update _3gpp-5gc-nrm-anlffunction.yang

parent 05214838
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@ module _3gpp-5gc-nrm-anlffunction {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the AnLF function in 5GC.
               For more information about the AnLF, see 3GPP TS 23.288.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    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 {
    description "Represents the AnLFFunction IOC";
@@ -34,12 +34,14 @@ module _3gpp-5gc-nrm-anlffunction {
    leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of MLModel ¨
      (See TS 28.105 [105]).";
        (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 [105]) .";
        (See TS 28.105).";
      config false;
    }

  }