Skip to content
Documentation Menu

TC_E_39_CS — Stop transaction options - Deauthorized - timeout

TC_E_39_CS — Stop transaction options - Deauthorized - timeout

Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block E. Transactions, page 133.

Identification

FieldValue
Test case nameStop transaction options - Deauthorized - timeout
Test case IdTC_E_39_CS
Use case Id(s)E06(S3)
Requirement(s)E06.FR.04, E06.FR.15
System under testCharging Station
Functional blockE. Transactions

Description

OCPP 2.x.x has a flexible transaction mechanism that allows the transaction start and stop points to be configured differently. This test covers one of the start options.

Purpose

To verify if the Charging Station stops a transaction when the transaction gets deauthorized because the cable was not plugged in within the Configured durationout and it has been configured to do so.

Prerequisite(s)

  • The Charging Station does NOT have the following configuration; The mutability of TxStopPoint is ReadOnly AND the value Authorized is NOT set.
  • If the mutability of TxStopPoint is ReadWrite, then the value Authorized must be supported.

Before (Preparations)

Configuration State:

  • If the mutability of TxStopPoint is ReadWrite then TxStopPoint contains Authorized
  • TxCtrlr.EVConnectionTimeOut is <Configured ev_connection_timeout>
  • AuthCtrlr.AuthEnabled is true (If implemented AND ReadWrite) AuthCtrlr.DisableRemoteAuthorization is false (If implemented)

Memory State:

  • N/a

Reusable State(s):

  • State is Authorized (local)

Main (Test scenario)

Charging StationCSMS
1. The Charging Station sends a TransactionEventRequest; Note(s):; - This step needs to be executed after the <Configured ev_connection_timeout> expires, if the transaction has been started. So in the case TxStartPoint contains ParkingBayOccupancy OR Authorized2. The OCTT responds with a TransactionEventResponse
Note(s): Optionally the Charging Station can send a StatusNotificationRequest or NotifyEventRequest with status Available

Tool validations

Step 1:

Message: TransactionEventRequest

  • triggerReason must be EVConnectTimeout
  • eventType must be Ended
  • transactionInfo.stoppedReason must be Timeout

Post scenario validations

  • N/a