Commit 20f7f59
authored
Bumps [openthread](https://github.com/openthread/openthread) from `941a317` to `dd33295`.
- [Commits](openthread/openthread@941a317...dd33295)
---
updated-dependencies:
- dependency-name: openthread
dependency-version: dd33295ce9d6a74285b7bd11248e1816e5405da1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent daedd93 commit 20f7f59
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule openthread updated 67 files
- .github/workflows/size-check.yml+70
- .github/workflows/size-report.yml+14-47
- include/openthread/instance.h+1-1
- include/openthread/ip6.h+23
- src/cli/cli.cpp+26
- src/cli/cli.hpp+2
- src/cli/cli_dns.cpp-2
- src/cli/cli_dns.hpp-1
- src/cli/cli_history.cpp-2
- src/cli/cli_history.hpp-1
- src/cli/cli_link_metrics.cpp-2
- src/cli/cli_link_metrics.hpp-2
- src/cli/cli_mesh_diag.cpp-2
- src/cli/cli_mesh_diag.hpp-2
- src/cli/cli_ping.cpp-2
- src/cli/cli_ping.hpp-2
- src/cli/cli_utils.cpp+2
- src/cli/cli_utils.hpp+10
- src/core/BUILD.gn+1
- src/core/CMakeLists.txt+1
- src/core/api/backbone_router_ftd_api.cpp+2-2
- src/core/api/ip6_api.cpp+14-2
- src/core/backbone_router/bbr_leader.cpp+1-1
- src/core/backbone_router/bbr_manager.cpp+25-36
- src/core/backbone_router/bbr_manager.hpp+3-3
- src/core/common/notifier.cpp+1-1
- src/core/common/time_ticker.cpp+1-1
- src/core/instance/instance.hpp+2-2
- src/core/mac/data_poll_handler.cpp+2-1
- src/core/mac/mac.cpp+3-1
- src/core/mac/mac_frame.cpp+26
- src/core/mac/mac_frame.hpp+24
- src/core/meshcop/joiner.cpp+1
- src/core/meshcop/joiner_router.cpp+2
- src/core/net/dns_client.cpp+2
- src/core/net/ip6.cpp+65-4
- src/core/net/ip6.hpp+2-1
- src/core/net/ip6_filter.cpp+3-2
- src/core/net/ip6_filter.hpp+23
- src/core/net/netif.cpp+3-3
- src/core/net/netif.hpp+3-3
- src/core/net/srp_advertising_proxy.cpp+4-1
- src/core/thread/child.cpp+8-8
- src/core/thread/child.hpp+11-11
- src/core/thread/key_manager.cpp+9
- src/core/thread/key_manager.hpp+14
- src/core/thread/lowpan.cpp+10-4
- src/core/thread/lowpan.hpp+6-2
- src/core/thread/mesh_forwarder_ftd.cpp+1
- src/core/thread/mle_ftd.cpp+5-4
- src/core/thread/mlr_manager.cpp+100-91
- src/core/thread/mlr_manager.hpp+31-28
- src/core/thread/mlr_types.hpp+18-15
- src/core/thread/network_data_tlvs.hpp+4-1
- src/core/thread/thread_link_info.cpp+4-18
- src/core/thread/thread_tlvs.cpp+55
- src/core/thread/thread_tlvs.hpp+18-2
- tests/nexus/CMakeLists.txt+2
- tests/nexus/test_1_2_BBR_TC_2.cpp+1-4
- tests/nexus/test_1_2_MATN_TC_21.cpp+1-1
- tests/nexus/test_1_2_MATN_TC_26.cpp+2-2
- tests/nexus/test_1_2_MATN_TC_3.cpp+1-1
- tests/nexus/test_history_tracker.cpp+38-29
- tests/nexus/test_ipv6_fragmentation.cpp+116
- tests/nexus/test_ipv6_recursion.cpp+150
- tests/nexus/test_tmf_origin.cpp+178
- tests/unit/test_pskc.cpp+18
0 commit comments