Commit 4f4e1011 authored by srinivasaraj's avatar srinivasaraj
Browse files

Rel_19_CR1459_TS_28.541_Enhance_energy_cost_mapping_rule_to_include_renewable_...

Rel_19_CR1459_TS_28.541_Enhance_energy_cost_mapping_rule_to_include_renewable_energy_information_to_assist_LBO
parent d95d3166
Loading
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -764,6 +764,23 @@ components:
          - M8
          - M9
          - MDT_UE_LOCATION
    ECMappingRuleComponent:
      type: object
      properties:
        componentType:
          type: string
          enum:
            - ENERGY_CONSUMPTION
            - RENEWABLE_ENERGY_FACTOR
        minimumValue:
          type: integer
        maximumValue:
          type: integer
        weight:
          type: integer
          default: 100
          minimum: 0
          maximum: 100

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-NrNrm:
@@ -2192,6 +2209,12 @@ components:
                      type: integer
                    ecTimeInterval:
                      type: integer
                    eCMappingRuleComponentList:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ECMappingRuleComponent'
                      minItems: 1

#-------- Definition of JSON arrays for name-contained IOCs ----------------------