Commit 510235d9 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ecmappingrule.yang

parent 0d2c18f1
Loading
Loading
Loading
Loading
+9 −16
Original line number Diff line number Diff line
@@ -23,10 +23,13 @@ module _3gpp-nr-nrm-ecmappingrule {
      supported.";
  }
  
  grouping ECMappingRuleInput {
    description 
    "Input to the unified mapping rule to support energy cost reporting.";
  
  grouping NGRANECMappingRuleGrp {
    description "Represents the NGRANECMappingRule IOC.";
    list rules {
      description "This IOC represents a unified mapping rule.";
    key id;
    uses top3gpp:Top_Grp;
    container attributes {
      leaf eCMRInputMinValue {
      type uint8;
      description "The minimum value of to be applied 
@@ -47,16 +50,6 @@ module _3gpp-nr-nrm-ecmappingrule {
      units seconds;
    }
    }

  grouping NGRANECMappingRuleGrp {
    description "Represents the NGRANECMappingRule IOC.";
    list rules {
      description "This IOC represents a unified mapping rule.";
    key id;
    uses top3gpp:Top_Grp;
    container attributes {
      uses ECMappingRuleInput;
      }
  }
  }