-
Notifications
You must be signed in to change notification settings - Fork 43
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 0173] - Read Generic Network Signal Data Implementation #210
[SDL 0173] - Read Generic Network Signal Data Implementation #210
Conversation
@atiwari9 please approve this PR |
Approved from Ford side. Ready for Livio review |
ad93db4
to
cf36a64
Compare
Not certain if this is just because the revisions haven't been implemented yet, but currently the HMI does not include |
@jacobkeeler would you like to review revisions in a separate PR or I will merge it to feature branch? The same actual for sdl_core smartdevicelink/sdl_core#2981 , smartdevicelink/sdl_atf_test_scripts#2223 |
@jacobkeeler, thanks for comment, we will fix this HMI issue. |
@jacobkeeler Thanks for finding this issue. Logic of SubscribeVD/UnsubscribeVD has been updated to consider availability of custom vehicle params which may be not defined and unknown for HMI. |
36e5be2
to
67f24dd
Compare
67f24dd
to
1348934
Compare
Was added GetPolicyConfigurationData view for configuring and sending request. GetURLs request was removed from web hmi and changed to GetPolicyConfigurationData request for policy update sequence.
Updated name in ffw/BasicCommunicationRPC.js: - requstedData -> requestedData - dataToremove -> dataToRemove
There were done some minor changes to make parameters version update only after PTU file has been recevied
Change custom vehcile data type from OEM_SPECIFIC to VEHICLEDATA_OEM_CUSTOM_DATA.
Also was fixed sending of the empty OnVD notification Fixed removal of custom VD parameters if it was removed in editor. Fixed calculation of result code for SubscribeVD and UnsubscribeVD.
1348934
to
0ae8a93
Compare
HMI has been rebased on the latest develop in 0ae8a93 |
The problem was when the application try to subscribe to vehicledata second time, result code should be IGNORED instead of DATA_NOT_AVAILABLE
Implements #0200
SDL core issue : smartdevicelink/sdl_core#2840
SDL evolution issue : smartdevicelink/sdl_evolution#768
This PR is ready for review.
Testing Plan
Manual testing done accotring to attached manual test plan
RGNSD.zip
Summary
Was added
GetPolicyConfigurationData
view for configuring and sending request.GetURLs
request was removed from web hmi and changed toGetPolicyConfigurationData
request for policy update sequence.CLA