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
Update config.lua file: Update path to SDL bin folder and storage folder like this.
config.SDLStoragePath = "/home/luxoft/develop15/bin/storage/"
config.pathToSDL = "/home/luxoft/develop15/bin/"
Update "sdl_preloaded_pt.json" file to allow SubscribeVehicleData and OnVehicleData (refer to "sdl_preloaded_pt.json" file is attached)
Bug Report
Add missing PRNDL enum value to the HMI API
Descriptions:
In the Mobile API for the enum PRNDL there is
one extra value "UNKNOWN" which is not present
in the HMI API.
Preconditions:
config.SDLStoragePath = "/home/luxoft/develop15/bin/storage/"
config.pathToSDL = "/home/luxoft/develop15/bin/"
Steps to reproduce:
Expected Behavior
When SDL receives OnVehicleData(prndl = "FAULT"), SDL forwards to mobile with the same value.
Observed Behavior
When SDL receives OnVehicleData(prndl = "FAULT"), SDL forwards to mobile with the different value OnVehicleData(prndl = "UNKNOWN")
Refer to ATF log file, SDL log file and ATF script in attached files
Attachments
APPLINK-18848.zip
OS & Version Information
The text was updated successfully, but these errors were encountered: