Skip to content
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

Implement TestEventTriggerDelegate for OTA requestor #19623

Closed
Damian-Nordic opened this issue Jun 15, 2022 · 0 comments · Fixed by #19716
Closed

Implement TestEventTriggerDelegate for OTA requestor #19623

Damian-Nordic opened this issue Jun 15, 2022 · 0 comments · Fixed by #19716
Assignees

Comments

@Damian-Nordic
Copy link
Contributor

Problem

Testing OTA requestor is tough because it may involve waiting for very long time before the requestor sends another QueryImage command.

Proposed Solution

Implement TestEventTriggerDelegate that could be used to trigger OTA query without waiting for the next timer expiry.

The delegate should handle the following event triggers: 0x0100_0000_0000_01<fi> where <fi> is Fabric Index of the OTA provider to query, or <00> if the OTA provider should be automatically selected.
The trigger key can be run-time configurable, although most examples can simply use a constant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant