-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OTA Requestor and Provider fixes (#10037)
* Fix for 9525: Close the BDX ExchangeContext when transfer is over * Fix for 9478: Add configuration for sending "Busy" status and DelayedActionTime Add the following command line options to the Provider Linux executable: -q/--QueryImageBehavior <UpdateAvailable | Busy | UpdateNotAvailable> Status value in the Query Image Response -d/--DelayedActionTimeSec <time> Value in seconds for the DelayedActionTime in the Query Image Response * Address PR comments: Rename fields, add a log message. Also revert to treating AckEOFReceived as an unexpected event on the Downloader * Move gOtaFilepath declaration to be with the rest of CLI argument global variables * Address review comment: Close the exchange in the additional error cases * Restyled by clang-format Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
Showing
4 changed files
with
94 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters