-
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
TBRM: Add missing PendingDatasetTimestamp attribute and CASE session check #34768
Conversation
Review changes with SemanticDiff. Analyzed 8 of 33 files. File Information
|
...p/clusters/thread-border-router-management-server/thread-border-router-management-server.cpp
Outdated
Show resolved
Hide resolved
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.
In future it would be good to push the manual changes and the effects of zap_regen_all
as separate commits to make them easier to review.
You'll need to update the zap file for the Network Manager example app (by opening it in ZAP and ensuring the PendingDatasetTimestamp attribute is enabled) for the builds to pass. Also update the |
PR #34768: Size comparison from bbef51a to a067fc4 Full report (16 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, qpg, stm32, tizen)
|
PR #34768: Size comparison from bbef51a to 690ca3e Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34768: Size comparison from bbef51a to 3468f0a Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34768: Size comparison from bbef51a to d0c5c4e Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
examples/network-manager-app/network-manager-common/network-manager-app.zap
Show resolved
Hide resolved
...p/clusters/thread-border-router-management-server/thread-border-router-management-server.cpp
Outdated
Show resolved
Hide resolved
...p/clusters/thread-border-router-management-server/thread-border-router-management-server.cpp
Outdated
Show resolved
Hide resolved
Error propagation is no longer broken.
…check (project-chip#34768) * TBRM: Add missing PendingDatasetTimestamp attribute and CASE session check * review change * zap regenerate and update the Test_TC_TBRM_2_1.yaml * Restyled by clang-format * Read function error map to IM-space error * Add attribute report for PendingDatasetTimestamp * review changes --------- Co-authored-by: Restyled.io <[email protected]>
Add the PendingDatasetTimestamp to ThreadBorderRouterManagement cluster and add CASE session check for SetDataset commands.
Fixes #34751