We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core doesn't send UP_TO_DATE in case of HMI PTU after Ignition cycle
PTU using in-vehicle modem
exchange_after_x_ignition_cycles
HMI start HMI PTU sequence and finished successfully Core sends SDL.OnStatusUpdate(UPDATE_NEEDED, UPDATING, UP_TO_DATE) to HMI
HMI finishes PTU sequence successfully Core doesn't send UP_TO_DATE to HMI
The text was updated successfully, but these errors were encountered:
@theresalech Please notice Luxoft team is going to prepare a fix and ATF script(s) to verify it.
Sorry, something went wrong.
CLosed via #3834
No branches or pull requests
Bug Report
Core doesn't send UP_TO_DATE in case of HMI PTU after Ignition cycle
Reproduction Steps
PTU using in-vehicle modem
optionexchange_after_x_ignition_cycles
= 1=> Core starts PTU and sends SDL.OnStatusUpdate(UPDATE_NEEDED, UPDATING) to HMI
=> Core sends SDL.OnStatusUpdate(UP_TO_DATE) to HMI
Expected Behavior
HMI start HMI PTU sequence and finished successfully
Core sends SDL.OnStatusUpdate(UPDATE_NEEDED, UPDATING, UP_TO_DATE) to HMI
Observed Behavior
HMI finishes PTU sequence successfully
Core doesn't send UP_TO_DATE to HMI
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: