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
Core currently has a hardcoded max of 24 parameters per functional groupings in its policy table update code. Since there are more than 24 types of vehicle data, this presents the possibility of a perfectly fine policy table being marked invalid on the grounds. This is caused by the policy_table_interface_ext.xml files having a maxsize="24" in the Parameters typedef.
Reproduction Steps
build SDL core in debug
connect with policy server that has functional group with more than 24 parameters
Force OnSystemRequest by connecting app
Expected Behavior
Core accepts policy table and uses it correctly
Observed Behavior
Core sees policy table as invalid and throws it out
Bug Report
Core currently has a hardcoded max of 24 parameters per functional groupings in its policy table update code. Since there are more than 24 types of vehicle data, this presents the possibility of a perfectly fine policy table being marked invalid on the grounds. This is caused by the
policy_table_interface_ext.xml
files having amaxsize="24"
in the Parameterstypedef
.Reproduction Steps
Expected Behavior
Core accepts policy table and uses it correctly
Observed Behavior
Core sees policy table as invalid and throws it out
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: