smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
240 stars 245 forks source link

SDL does not send UI.ChangeRegistration(AppHMIType) request to HMI during PTU #3882

Closed VjKlepikov closed 2 years ago

VjKlepikov commented 2 years ago

Bug Report

SDL does not send UI.ChangeRegistration(AppHMIType) to HMI in case the app's AppHMIType received during Policies update with different from app's AppHMIType requested during registration

Reproduction Steps
  1. SDL, HMI are started
  2. App is registered with 'MEDIA' appHMIType
  3. PTU is performed with 'REMOTE_CONTROL' appHMIType for App
Expected Behavior

SDL sends UI.ChangeRegistration(appID, AppHMIType) request to HMI

Observed Behavior

SDL does not send UI.ChangeRegistration(appID, AppHMIType) request to HMI

OS & Version Information

OS/Version: Ubuntu 18 SDL Core Version: develop, https://github.com/smartdevicelink/sdl_core/tree/release/8.1.0 (25e47c7)

Logs:

Logs.zip

VjKlepikov commented 2 years ago

Please notice this is a non-regression issue. It's also reproduced on release 8.0

LitvinenkoIra commented 2 years ago

Luxoft team is going to fix this issue

jacobkeeler commented 2 years ago

Closed via #3927