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
SDL does not send 0 value in supportedDiagModes array to mobile app in RAI response
supportedDiagModes
smartdeviceLink.ini
0x00
SupportedDiagModes
According to API https://github.com/smartdevicelink/rpc_spec/blob/20d64e68e1a2af630ac9f33888c971573bcebdd9/MOBILE_API.xml#L5127 min value for supportedDiagModes is 0. So SDL resends supportedDiagModes array with 0 element value to the mobile app in RAI
logs.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
SDL does not send 0 value in
supportedDiagModes
array to mobile app in RAI responseReproduction Steps
smartdeviceLink.ini
file: add0x00
element to theSupportedDiagModes
arrayExpected Behavior
According to API https://github.com/smartdevicelink/rpc_spec/blob/20d64e68e1a2af630ac9f33888c971573bcebdd9/MOBILE_API.xml#L5127 min value for
supportedDiagModes
is 0.So SDL resends
supportedDiagModes
array with 0 element value to the mobile app in RAIObserved Behavior
SDL does not send 0 value in
supportedDiagModes
array to mobile app in RAI responseOS & Version Information
Logs
logs.zip
The text was updated successfully, but these errors were encountered: