Inform the User about the status of PTU by updating the appropriate UI screens.
SDL operates with the following PTU statuses:
- UPDATE_NEEDED
- one of the triggers for PTU occurs (see BC.PolicyUpdate)
- UPDATING
- SDL starts the PTU flow by creating the Snapshot of Local Policy Table (after receiving a successful SDL.PolicyUpdate response from HMI)
- UP_TO_DATE
- SDL merges the Updated Policy Table to the Local one
Name | Type | Mandatory | Additional |
---|---|---|---|
status | Common.UpdateResult | true |
{ "jsonrpc" : "2.0", "method" : "SDL.OnStatusUpdate", "params" : { "status" : "UPDATE_NEEDED" } }