Commit 0d2c18f1 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ecmappingrule.yang

parent 19561e3a
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ module _3gpp-nr-nrm-ecmappingrule {

  revision 2024-08-12 { reference CR-1336 ; } 
  
  feature EnergyCostMappingRule {
    description "Indicates whether alarm acknowledgement by the consumer is 
      supported.";
  }

  grouping ECMappingRuleInput {
    description 
    "Input to the unified mapping rule to support energy cost reporting.";
@@ -39,6 +44,7 @@ module _3gpp-nr-nrm-ecmappingrule {
      description "Time interval (in seconds) that 
        should be applied for collecting values of mapping 
        rule attribute to be used for computing the energy cost.";
      units seconds;
    }
  }

@@ -63,16 +69,16 @@ module _3gpp-nr-nrm-ecmappingrule {
      container attributes {
        uses NGRANECMappingRuleGrp;
      }
      uses NGRANECMappingRuleGrp;
    }  
  }
  
  augment "/subnet3gpp:SubNetwork" {
    if-feature EnergyCostMappingRule;
    uses NGRANECMappingRuleSubtree;
  }

  augment "/me3gpp:ManagedElement" {
    if-feature EnergyCostMappingRule;
    uses NGRANECMappingRuleSubtree;
  }

}