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

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

Update _3gpp-nr-nrm-dlbofunction.yang add support for mLModelRefList and aIMLInferenceFunctionRefList 
parent 4b3c553b
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module _3gpp-nr-nrm-dlbofunction {
  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-dlbofunction {
    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-03-25 { reference "CR-0683"; }
  revision 2021-10-22 { reference "CR-0577"; }  
@@ -60,7 +62,6 @@ module _3gpp-nr-nrm-dlbofunction {
        type int32 { range "-20..20"; }
        units "0.5 dB";
    }

    leaf minimumTimeBetweenHoTriggerChange {
      description "This parameter defines the minimum allowed time interval 
        between two Handover Trigger change performed by MRO. This is used 
@@ -68,7 +69,16 @@ module _3gpp-nr-nrm-dlbofunction {
        type int32 { range "0..604800"; }
        units "1";
    }

    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 DLBOFunctionSubtree {