Commit 0d4589b7 authored by lengyelb's avatar lengyelb
Browse files

removed unneeded idx leaf from NRECMappingRule

parent 45ad6ea6
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ module _3gpp-nr-nrm-ecmappingrule {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2024-08-21 { reference CR-1337 ; } 
  revision 2025-05-06 { reference "CR-1526 CR-1527" ; }  // common for R18, R19
  revision 2024-08-12 { reference "CR-1336 CR-1337"; } 
  
  grouping NRECMappingRuleGrp {
    description "Represents the unified mapping rule to support Energy Cost Mapping 
@@ -43,11 +44,16 @@ module _3gpp-nr-nrm-ecmappingrule {
  grouping NRECMappingRuleSubtree {
    description "Helps augmenting NRECMappingRule into multiple places.";
    list NRECMappingRule {
      description "Represents the unified mapping rule, applicable for the 
        group of gNBs (within a certain area), for the calculation of the 
        energy cost (see TS 34.423). 
        
        NRECMappingRule can be name-contained by SubNetwork or ManagedElement. 
        It applies to all ManagedEntity contained by the parent.";
      key id;
      uses top3gpp:Top_Grp;
      min-elements 1;
      max-elements 1;
      leaf idx { type uint32; }
      container attributes {
        uses NRECMappingRuleGrp;  
      }