pkg/wakaama: Notify resource updates when writing to resources #20326
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.
Contribution description
Currently one can update LwM2M resources using the functionalities in
common.h
. But this doesn't automatically marks them as changed for the LwM2M client to check if an observe notification may be required.This PR proposes to include marking the resource as changed upon write, thus giving the possibility to generate observation notifications.
I had to include a path to the package to mark the
uriP
argument asconst
. Additionally fixed the numbering of the patches files in the package (because apparently I can't count).Testing procedure
Issues/PRs references
You may want to take a look at #16204