Commit 4b3c553b authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-desmanagementfunction.yang add support for mLModelRefList...

Update _3gpp-nr-nrm-desmanagementfunction.yang add support for mLModelRefList and AIMLInferenceFunction
parent 8b43ea3b
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ module _3gpp-nr-nrm-desmanagementfunction {
  import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; }
  import _3gpp-common-subnetwork { prefix subnet3gpp; }
  import _3gpp-5g-common-yang-types { prefix type5g3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }

  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -19,6 +20,7 @@ module _3gpp-nr-nrm-desmanagementfunction {
    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 2021-08-05 { reference S5-214053/CR-0518; }
  revision 2020-05-08 { reference S5-203316; }
@@ -140,6 +142,16 @@ module _3gpp-nr-nrm-desmanagementfunction {
        enum no;
      }  
    }
    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 EsNotAllowedTimePeriodGrp {