smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

SDL Core ignores OnWayPointChange from NAVIGATION App Service Provider #3569

Closed jacobkeeler closed 3 years ago

jacobkeeler commented 3 years ago

Bug Report

NAVIGATION app services have the option to handle the GetWayPoints RPC, but cannot provide updates for these waypoints via OnWayPointChange since SDL Core will ignore this message from mobile.

Reproduction Steps
  1. Register NAVIGATION ASP for app1 with handledRPCs: [45] and activate the new service
  2. Subscribe app2 to waypoints using SubscribeWayPoints
  3. Send OnWayPointChange from app1
Expected Behavior

app2 receives OnWayPointChange from app1

Observed Behavior

OnWayPointChange notification from app1 is ignored

OS & Version Information
jacobkeeler commented 3 years ago

Closing with the merge of #3573