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
In case if RPC service has switched to protected mode and SDL sends multi-frame message payload of 1st frame is encrypted. However it shouldn't be encrypted and it's size should always be 8 bytes. (See #2384)
Reproduction Steps
Start SDL, HMI, connect mobile device
Register new App
Switch RPC service to protected mode
=> SDL starts PTU through protected channel and sends encrypted OnSystemRequest notification to mobile with Policy Table Snapshot (PTS). In case if PTS is >16kb it would be split into a few frames.
Bug Report
In case if RPC service has switched to protected mode and SDL sends multi-frame message payload of 1st frame is encrypted. However it shouldn't be encrypted and it's size should always be 8 bytes. (See #2384)
Reproduction Steps
=> SDL starts PTU through protected channel and sends encrypted
OnSystemRequest
notification to mobile with Policy Table Snapshot (PTS). In case if PTS is >16kb it would be split into a few frames.Expected Behavior
Observed Behavior
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: