-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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 doesn't allow VD parameters if parameters section is omitted in policies for OnVehicleData #3577
Labels
Comments
Scripts affected:
|
1 task
Closing with the merge of #3590 |
jacobkeeler
changed the title
SDL doesn't allow VD parameters if parameters section is omited in policies for OnVehicleData
SDL doesn't allow VD parameters if parameters section is omitted in policies for OnVehicleData
Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
SDL doesn't allow VD parameters if parameters section is omited in policies for
OnVehicleData
In general there are 3 options related to parameters for RPC in policies:
parameters
section is omitted - allow all parametersparameters
section contains empty array (e.g.[]
) - disallow all parametersparameters
section contains some parameters (e.g.["speed, "gps"]
) - allow only defined parametersReproduction Steps
OnVehicleData
but with omittedparameters
sectionVI.OnVehicleData
from HMI with any VD parameterExpected Behavior
SDL allows transferring
OnVehicleData
to AppObserved Behavior
SDL doesn't allow transferring
OnVehicleData
to AppOS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: