Commit 3218cb9
authored
submodule: bump openthread from
Bumps [openthread](https://github.com/openthread/openthread) from `2dc41cf` to `06e210f`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@2dc41cf...06e210f)
---
updated-dependencies:
- dependency-name: openthread
dependency-version: 06e210fe89849baabae7a6ee1d336242d41f2776
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>2dc41cf to 06e210f
1 parent 8c3aefe commit 3218cb9
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule openthread updated 77 files
- examples/platforms/simulation/openthread-core-simulation-config.h+3
- examples/platforms/utils/mac_frame.cpp+10-2
- src/core/api/random_noncrypto_api.cpp+6-6
- src/core/backbone_router/bbr_leader.cpp+1-7
- src/core/backbone_router/bbr_local.cpp+2-3
- src/core/border_router/dhcp6_pd_client.cpp+3-3
- src/core/border_router/routing_manager.cpp+3-3
- src/core/border_router/rx_ra_tracker.cpp+1-1
- src/core/coap/coap.cpp+3-3
- src/core/common/random.cpp+47-11
- src/core/common/random.hpp+27-34
- src/core/common/time_ticker.cpp+1-8
- src/core/common/time_ticker.hpp-1
- src/core/common/tlvs.hpp+15-1
- src/core/common/trickle_timer.cpp+8-7
- src/core/config/mac.h+9
- src/core/instance/instance.cpp+1-1
- src/core/mac/channel_mask.cpp+1-1
- src/core/mac/mac.cpp+2-2
- src/core/mac/mac_frame.cpp+35-1
- src/core/mac/mac_frame.hpp+16
- src/core/mac/mac_types.cpp+1-1
- src/core/mac/sub_mac.cpp+14-1
- src/core/meshcop/border_agent.cpp+2-5
- src/core/meshcop/meshcop_leader.cpp+1-1
- src/core/meshcop/timestamp.cpp+1-1
- src/core/net/dns_client.cpp+1-1
- src/core/net/dns_dso.cpp+1-1
- src/core/net/ip6.cpp+1-1
- src/core/net/ip6_mpl.cpp+1-1
- src/core/net/mdns.cpp+5-5
- src/core/net/nat64_translator.cpp+1-1
- src/core/net/srp_client.cpp+2-2
- src/core/net/srp_server.cpp+3-2
- src/core/thread/announce_sender.cpp+1-1
- src/core/thread/dua_manager.cpp+2-1
- src/core/thread/message_framer.cpp+1-1
- src/core/thread/mle.cpp+5-4
- src/core/thread/mle_ftd.cpp+6-5
- src/core/thread/mlr_manager.cpp+248-137
- src/core/thread/mlr_manager.hpp+36-30
- src/core/thread/network_data_leader.cpp+2-2
- src/core/thread/network_data_notifier.cpp+1-1
- src/core/thread/network_data_publisher.cpp+2-2
- src/core/thread/network_diagnostic.cpp+1-1
- src/core/thread/radio_selector.cpp+1-1
- src/core/thread/router_table.cpp+2-2
- src/core/utils/channel_manager.cpp+1-1
- src/core/utils/jam_detector.cpp+1-1
- tests/nexus/CMakeLists.txt+2-1
- tests/nexus/openthread-core-nexus-config.h+1
- tests/nexus/run_nexus_tests.sh+1
- tests/nexus/test_border_admitter.cpp+2-5
- tests/nexus/test_dtls.cpp+2-2
- tests/nexus/test_mlr_manager.cpp+87-6
- tests/nexus/test_retransmission_security.cpp+135
- tests/nexus/test_srp_lease.cpp+3-3
- tests/nexus/verify_retransmission_security.py+190
- tests/unit/CMakeLists.txt+1
- tests/unit/test_checksum.cpp+2-2
- tests/unit/test_child.cpp+1-4
- tests/unit/test_child_table.cpp+1-4
- tests/unit/test_dns.cpp+20-31
- tests/unit/test_hdlc.cpp+10-14
- tests/unit/test_hkdf_sha256.cpp+2-5
- tests/unit/test_link_quality.cpp+8-11
- tests/unit/test_lowpan.cpp+3-6
- tests/unit/test_multipan_rcp_instances.cpp+2-11
- tests/unit/test_platform.cpp+16-19
- tests/unit/test_random.cpp+225
- tests/unit/test_spinel_buffer.cpp+18-25
- tests/unit/test_spinel_decoder.cpp+1-4
- tests/unit/test_spinel_encoder.cpp+1-4
- tests/unit/test_srp_server.cpp+5-5
- tests/unit/test_string.cpp+1-4
- tests/unit/test_timer.cpp+4-8
- tests/unit/test_util.cpp+1-4
0 commit comments