Commit 2bd761cd authored by srinivasaraj's avatar srinivasaraj
Browse files

TS28.541_Rel-18_CR1241_Add_support_for_Energy_Cost_mapping_rule

parent 7a3c9a46
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -351,6 +351,29 @@ components:
          items:
            $ref: '#/components/schemas/LboAllowed'

    ECMappingRule:
      type: object
      properties:
        componentType:
          type: string
          enum:
            - ENERGY_CONSUMPTION
        minimumValue:
          type: integer
        maximumValue:
          type: integer
        weight:
          type: integer
    EnergySavingProfile:
      type: object
      properties:
        ecMappingRuleList:
          type: array
          items:
            $ref: '#/components/schemas/ECMappingRule'
        ecTimeInterval:
          type: integer

    CNSliceSubnetProfile:
      type: object
      properties:
@@ -896,6 +919,8 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    isolationProfileRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    energySavingProfile:
                      $ref: '#/components/schemas/EnergySavingProfile'

    EP_Transport-Single:
      allOf: