SDL.OnReceivedPolicyUpdate dependencies:
"-DEXTENDED_POLICY=PROPRIETARY" flag or without this flag
and -DEXTENDED_POLICY=EXTERNAL_PROPRIETARY
flag. Otherwise SDL handles the entire PTU flow by itself.After getting OnReceivedPolicyUpdate (policyFile) from HMI, SDL must stop timeout started by OnSystemRequest and validate the Policy Table Update (policyFile) of optional, required, or omitted:
Name | Type | Mandatory | Additional |
---|---|---|---|
policyfile | String | true | minlength: 1 maxlength: 255 |
{ "id" : 176, "jsonrpc" : "2.0", "method" : "SDL.OnReceivedPolicyUpdate", "params" : { "policyfile" : "/fs/sharedFolder/ptu.json" } }