-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Issue #10592 [ota-provider-app] Make various values to ApplyUpdateResponse Command configurable #15208
Merged
Conversation
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
pullapprove
bot
requested review from
andy31415,
anush-apple,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
hawk248,
harsha-rajendran,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
lazarkov,
LuDuda,
lzgrablic02,
mrjerryjohns,
msandstedt and
robszewczyk
February 15, 2022 18:57
pullapprove
bot
requested review from
sagar-apple,
saurabhst,
selissia,
tcarmelveilleux,
tecimovic,
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple and
xylophone21
February 15, 2022 18:57
carol-apple
approved these changes
Feb 15, 2022
…ApplyUpdateResponse Command configurable project-chip#10592 - Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable. Tested various -a and -t command line options for ApplyUpdateResponse.
isiu-apple
force-pushed
the
issue_10592
branch
from
February 15, 2022 19:27
ba5a2cb
to
a92c3a5
Compare
harsha-rajendran
approved these changes
Feb 15, 2022
PR #15208: Size comparison from 101ff17 to a92c3a5 Increases (1 build for linux)
Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
jamesluo11
pushed a commit
to jamesluo11/connectedhomeip
that referenced
this pull request
Apr 26, 2022
…plyUpdateResponse Command configurable (project-chip#15208) * Issue project-chip#10592 - [ota-provider-app] Make various values to ApplyUpdateResponse Command configurable project-chip#10592 - Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable. Tested various -a and -t command line options for ApplyUpdateResponse. * Update readme.md to add the comments for the new -a command line argument. * Add applyUpdateAction to the wordlist for spellchecker.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The following fields of the
ApplyUpdateResponse
command are currently not configurable.The Action field of the
ApplyUpdateResponse
command can be:The
DelayedActionTime
fieldThe user should be able to configure the app to return any valid
Action
and/orDelayedActionTime
values when handling the command.Fixes: #10592
Change overview
-a
command line argument to the OTA Provider app to allow specifying one of the 3 valid arguments for theAction
field of theApplyUpdateResponse
command.Testing
proceed
,awaitNextAction
, anddiscontinue
, for theAction
field value with 0 and 120 values forDelayedActionTime
.