Commit fe95858a authored by zhangchi1's avatar zhangchi1
Browse files

Edit TS29522_PDTQPolicyNegotiation.yaml

parent 0f5e5192
Loading
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -375,18 +375,6 @@ components:
          description: >
            Indicates whether the PDTQ warning notification is enabled (true) or not (false).
            Default value is false when this attribute is omitted.
        energyInd:
          type: boolean
          default: false
          description: >
            Contains the Energy Indicator that indicates whether there is 
            interest in transferring data in time windows that consume lower energy.
            true indicates that there is interest in transferring data in time windows that
            consume lower energy.
            false (default) indicates that there is no interest in transferring data in time
            windows that consume lower energy.
        timeWinTol:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
@@ -410,6 +398,16 @@ components:
            Indicates whether the PDTQ warning notification is enabled (true) or not (false).
        notifUri:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
        energyInd:
          type: boolean
          default: false
          description: >
            Contains the Energy Indicator that indicates whether there is interest in
            transferring data in time windows that consume lower energy.
            true indicates that there is interest in transferring data in time windows that
            consume lower energy.
            false indicates that there is no interest in transferring data in time
            windows that consume lower energy.

    PdtqNotification:
      description: Represents a PDTQ Warning Notification.