Jason Zhang

Results 7 issues of Jason Zhang

This commit added new entry `ExternalRoutes` inside message `wpan_border_router` to indicate the information about the external route added in leader network data The `ExternalRoutes` has three bool fields: - `has_default_route_added`:...

comp: telemetry

TODO: - support sending request to given network interface - add more units tests

To track ongoing effort and the TODO items - [ ] https://github.com/openthread/openthread/pull/10550 - [ ] update `thread_cert._remove_backbone_network()`, it can only remove `backbone0` - [ ] update `thread_cert._collect_test_info_after_setup()`, it only supports...

tests

This new test case ensures under the multi-ail topology, the count of peer BR on AIL (adjcent BR) is less than the count of peer BR seen in the network...

This is the part of the effort in https://github.com/openthread/openthread/issues/12190 This pull request introduces new equality operators for `otTimestamp` and `otOperationalDataset`, focusing on the fields relevant for network commissioning checks. It...

Current [ThreadHelper::AttachAllNodesTo()](https://github.com/openthread/ot-br-posix/blob/a40c685f96cae17c0dc0b47d9c422cc33a136d4b/src/host/thread_helper.cpp#L523) does not check if `aDatasetTlvs` is equal to existing active dataset, we need to add a check, if two dataset equal: - if Thread is disabled, only enable...