-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Description
Bug Report
Currently, if there are no registered apps, triggering a PTU results in the HMI sending a BasicCommunication.OnSystemRequest with fileName: null.
The PTS filename is never set in the HMI because SDL does not send a BasicCommunication.PolicyUpdate request(which contains the PTS path) to the HMI. This prevents us from being able to use the HMI vehicle modem to handle the PTU if no apps are registered.
Reproduction Steps
Using the sdl hmi with external proprietary checked:
- Build core with external proprietary
- Start the policy server
- Modify the
0x07endpoint in the PT - Register app, successful PTU should occur
- Unregister app
- Change the kilometers to 5000 to trigger a PTU
Expected Behavior
- SDL sends a
BasicCommunication.PolicyUpdaterequest to the HMI. - The HMI sends a
BasicCommunication.OnSystemRequest(PROPRIETARY)notification to SDL with a valid PTSfileName.
Observed Behavior
- SDL does NOT send a
BasicCommunication.PolicyUpdaterequest to the HMI. - The HMI sends a
BasicCommunication.OnSystemRequest(PROPRIETARY)notification to SDL withfileName: null.
OS & Version Information
- OS/Version: Ubuntu 18.04
- SDL Core Version: origin/develop (94f92bb)
- Testing Against: Test Suite
Metadata
Metadata
Assignees
Labels
No labels