You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation of DC_ChargeLoopReq in state DCChargeLoop fails due to message element DisplayParameters::ChargingComplete not used in request message
Expected behaviour
As per ISO 15118-20 section 8.3.4.5.5.2, both DisplayParameters and its sub-element ChargingComplete are defined as optional message elements. On the other hand, in the current implementation on master branch, ChargingComplete is defined as a mandatory message element, which causes the validation of DC_ChargeLoopReq message to fail.
The text was updated successfully, but these errors were encountered:
Current behaviour
Validation of DC_ChargeLoopReq in state DCChargeLoop fails due to message element
DisplayParameters::ChargingComplete
not used in request messageExpected behaviour
As per ISO 15118-20 section 8.3.4.5.5.2, both
DisplayParameters
and its sub-elementChargingComplete
are defined as optional message elements. On the other hand, in the current implementation on master branch,ChargingComplete
is defined as a mandatory message element, which causes the validation of DC_ChargeLoopReq message to fail.The text was updated successfully, but these errors were encountered: