HMI sends array with empty structure { {} } in fuelRange on GetVehicleData_response / OnVehicleData_notification to SDL
Expected Behavior
for GetVehicleData:
SDL does respond GENERIC_ERROR to mobile
for OnVehicleData:
SDL does ignore this notification and SDL does not send OnVehicleData notification to mobile app.
Observed Behavior
for GetVehicleData:
SDL responds SUCCESS to mobile
for OnVehicleData:
SDL does not ignore this notification and sends OnVehicleData notification to mobile app.
Bug Report
SDL process empty structure as valid from HMI
Reproduction Steps
Expected Behavior
for GetVehicleData: SDL does respond
GENERIC_ERROR
to mobile for OnVehicleData: SDL does ignore this notification and SDL does not send OnVehicleData notification to mobile app.Observed Behavior
for GetVehicleData: SDL responds
SUCCESS
to mobile for OnVehicleData: SDL does not ignore this notification and sends OnVehicleData notification to mobile app.OS & Version Information
Test Case, Sample Code, and / or Example App