Commit deb49659 authored by srinivasaraj's avatar srinivasaraj
Browse files

TS28.541_Rel-18_CR1241_Add_support_for_Energy_Cost_mapping_rule - renaming attribute and data type

parent 2bd761cd
Loading
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ components:
          items:
            $ref: '#/components/schemas/LboAllowed'

    ECMappingRule:
    ECMappingRuleComponent:
      type: object
      properties:
        componentType:
@@ -364,14 +364,18 @@ components:
          type: integer
        weight:
          type: integer
          default: 100
          minimum: 0
          maximum: 100
    EnergySavingProfile:
      type: object
      properties:
        ecMappingRuleList:
        eCMappingRule:
          type: array
          items:
            $ref: '#/components/schemas/ECMappingRule'
        ecTimeInterval:
            $ref: '#/components/schemas/ECMappingRuleComponent'
          minItems: 1
        eCTimeInterval:
          type: integer

    CNSliceSubnetProfile: