Commit 36c25715 authored by srinivasaraj's avatar srinivasaraj
Browse files

Rel_20_CR_TS_28623_28310_Update_PEE_parameters_association

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -37,6 +37,28 @@ components:
        - GRID_ELECTRICITY
        - BACKUP_ENERGY
        - LOCALLY_GENERATED_ENERGY
    PeeParameters:
      description: ->
        This <<dataType>> represents the parameter list for the control and monitoring of power, energy and environmental parameters.
      type: object
      properties:
        siteIdentification:
          type: string
        siteLatitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Latitude'
        siteLongitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Longitude'
        siteAltitude:
          type: number
          format: float
        siteDescription:
          type: string  
        equipmentType:
          type: string
        environmentType:
          type: string
        powerInterface:
          type: string

#-------- Definition of concrete IOCs --------------------------------------------
    SubNetwork-ncO-EnergyInformationNrm:
@@ -55,6 +77,11 @@ components:
            attributes:
              type: object
              properties:
                peeParametersList:
                  type: array
                  uniqueItems: true
                  items:
                    $ref: '#/components/schemas/PeeParameters'
                energySupplyMode:
                  $ref: '#/components/schemas/EnergySupplyMode'
                energySourceList:
+0 −27
Original line number Diff line number Diff line
@@ -30,28 +30,6 @@ components:
        autoScalable:
          type: boolean
          default: FALSE
    PeeParameters:
      description: ->
        This <<dataType>> represents the parameter list for the control and monitoring of power, energy and environmental parameters.
      type: object
      properties:
        siteIdentification:
          type: string
        siteLatitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Latitude'
        siteLongitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Longitude'
        siteAltitude:
          type: number
          format: float
        siteDescription:
          type: string  
        equipmentType:
          type: string
        environmentType:
          type: string
        powerInterface:
          type: string
    TransportProtocol:
      anyOf:
        - type: string
@@ -454,11 +432,6 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/VnfParameters'
        peeParametersList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/PeeParameters'
        priorityLabel:
          type: integer
        supportedPerfMetricGroups: