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

Update _3gpp-nr-nrm-dmrofunction.yang add support for mLModelRefList and...

Update _3gpp-nr-nrm-dmrofunction.yang add support for mLModelRefList  and aIMLInferenceFunctionRefList 
parent f6005b85
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module _3gpp-nr-nrm-dmrofunction {
  import _3gpp-nr-nrm-gnbcucpfunction { prefix gnbcucp3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }

  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -18,6 +19,7 @@ module _3gpp-nr-nrm-dmrofunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2024-08-06 { reference CR-1332 ; }
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2022-01-07 { reference CR-0633; }
  revision 2021-08-05 { reference S5-214053/CR-0518; }
@@ -65,6 +67,16 @@ module _3gpp-nr-nrm-dmrofunction {
        enabled or disabled.";
      type boolean;
    }
    leaf-list mLModelRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of MLModel ¨
      (See TS 28.105 [105]).";
    }
    leaf-list aIMLInferenceFunctionRefList {
      type types3gpp:DistinguishedName;
      description "This attribute holds a DN list of AIMLInferenceFunction
      (See TS 28.105 [105]) .";
    }
  }

  grouping DMROFunctionSubtree {