-
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
Update thread-network-diagnostics-cluster to align with the spec #18920
Update thread-network-diagnostics-cluster to align with the spec #18920
Conversation
PR #18920: Size comparison from 5865352 to cc034ff Decreases (2 builds for esp32, linux)
Full report (27 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
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.
I agree with the xml changes but shouldn't that be reflected in the encoding of the attributes on read commands as they are both encoded as lists
in src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp
err = encoder.EncodeList([OpDatasetComponents](const auto & aEncoder) -> CHIP_ERROR {
ReturnErrorOnFailure(aEncoder.Encode(OpDatasetComponents));
return CHIP_NO_ERROR;
});
err = encoder.EncodeList([securityPolicy](const auto & aEncoder) -> CHIP_ERROR {
ReturnErrorOnFailure(aEncoder.Encode(securityPolicy));
return CHIP_NO_ERROR;
});
Good catch, updated |
PR #18920: Size comparison from 5121bf8 to 8af5381 Increases (4 builds for cc13x2_26x2, esp32)
Decreases (21 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect, telink)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #18920: Size comparison from a35c4c4 to cc31daf Increases (4 builds for cc13x2_26x2, esp32)
Decreases (19 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect, telink)
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Problem
What is being fixed? Examples:
Change overview
Update thread-network-diagnostics-cluster to align with the spec
Testing
How was this tested? (at least one bullet point required)