-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
lib: nrf_cloud: use BLOCK2 for resumption offset #19441
base: main
Are you sure you want to change the base?
lib: nrf_cloud: use BLOCK2 for resumption offset #19441
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 63441eeecf658a9b76ba29fee7ebca54959e8492 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1a039c9
to
6fe31c4
Compare
6fe31c4
to
5ef78d3
Compare
|
||
* Fixed: | ||
|
||
* An issue that would cause resumption to fail when FOTA images are downloaded using the CoAP backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this changelog entry and add a comment on the 2.9 release notes PR - #19240.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took out the entry from the 2.9 release notes.
Fix an issue where resumption wasn't requesting the correct offset of the FOTA file to download using COAP. This patch uses the standard offset option instead of a custom one. Signed-off-by: Maximilian Deubel <[email protected]>
5ef78d3
to
63441ee
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
@jtguggedal @plskeggs this is unreliable for some reason - please check |
@jtguggedal I looked at the PR and am concerned about the manual manipulation of the block2 option when the coap_client can further modify it. Back when Justin implemented this we discussed doing so but upstream in Jira issue NRFCDP-423. My testing of this PR using the nrf_cloud_multi_service sample fails. I will put more detail in CIA-1400. |
@maxd-nordic @jtguggedal I think the easiest fix for NCS 2.9.0 is to revert the change which made CoAP downloads the default for the nRF Cloud libraries: And then post 2.9.0 make the required upstream improvement to provide official support for this and fully debug it. |
I agree, it's problably better. For now I added a known issue for it, which anyway applies to v2.8.0: #19231 (comment) . I'll leave it to you guys in the nRF Cloud team to decide on and make the needed fixes for v2.9.0. |
not ready for RC-2 cleared milestone. |
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
Fix an issue where resumption wasn't requesting the correct offset of the FOTA file to download using COAP.
This patch uses the standard offset option instead of a custom one.