Skip to content

Commit

Permalink
submodule: bump openthread from 99b3ed4 to aebecca (#748)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `99b3ed4` to `aebecca`.
- [Commits](openthread/openthread@99b3ed4...aebecca)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 09b6a7d commit 39124fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 75 files
+2 −0 CMakeLists.txt
+2 −0 src/core/BUILD.gn
+1 −0 src/core/CMakeLists.txt
+9 −11 src/core/backbone_router/bbr_manager.cpp
+21 −0 src/core/common/message.cpp
+64 −0 src/core/common/message.hpp
+73 −0 src/core/common/offset_range.cpp
+172 −0 src/core/common/offset_range.hpp
+10 −33 src/core/common/tlvs.cpp
+10 −29 src/core/common/tlvs.hpp
+9 −0 src/core/config/openthread-core-config-check.h
+0 −32 src/core/config/srp_client.h
+21 −17 src/core/meshcop/border_agent.cpp
+4 −6 src/core/meshcop/commissioner.cpp
+4 −4 src/core/meshcop/dataset.cpp
+4 −5 src/core/meshcop/dataset.hpp
+7 −7 src/core/meshcop/dataset_manager.cpp
+3 −1 src/core/meshcop/dataset_manager_ftd.cpp
+7 −5 src/core/meshcop/dataset_updater.cpp
+8 −6 src/core/meshcop/joiner_router.cpp
+5 −2 src/core/meshcop/meshcop_tlvs.cpp
+29 −4 src/core/meshcop/tcat_agent.cpp
+1 −0 src/core/meshcop/tcat_agent.hpp
+4 −0 src/core/net/netif.cpp
+234 −21 src/core/net/srp_client.cpp
+70 −13 src/core/net/srp_client.hpp
+15 −15 src/core/thread/discover_scanner.cpp
+70 −66 src/core/thread/link_metrics.cpp
+3 −7 src/core/thread/link_metrics.hpp
+1 −1 src/core/thread/mesh_forwarder.hpp
+21 −8 src/core/thread/mesh_forwarder_ftd.cpp
+22 −31 src/core/thread/mle.cpp
+22 −27 src/core/thread/mle_router.cpp
+8 −6 src/core/thread/mle_types.cpp
+5 −5 src/core/thread/mle_types.hpp
+9 −8 src/core/thread/mlr_manager.cpp
+10 −10 src/core/thread/network_data_leader.cpp
+6 −8 src/core/thread/network_data_leader.hpp
+11 −9 src/core/thread/network_data_leader_ftd.cpp
+11 −13 src/core/thread/network_diagnostic.cpp
+15 −19 src/core/utils/mesh_diag.cpp
+2 −4 src/core/utils/mesh_diag.hpp
+8 −0 src/lib/CMakeLists.txt
+6 −0 src/lib/spinel/CMakeLists.txt
+8 −0 src/lib/spinel/openthread-spinel-config.h
+6 −0 src/lib/spinel/radio_spinel.cpp
+9 −0 src/lib/spinel/radio_spinel.hpp
+11 −0 src/posix/platform/README_RCP_CAPS_DIAG.md
+87 −0 src/posix/platform/rcp_caps_diag.cpp
+9 −0 src/posix/platform/rcp_caps_diag.hpp
+64 −0 tests/scripts/expect/cli-tcat-decommission.exp
+1 −1 tests/scripts/thread-cert/test_dnssd_name_with_special_chars.py
+8 −6 tests/scripts/thread-cert/test_srp_auto_host_address.py
+1 −1 tests/scripts/thread-cert/test_srp_client_remove_host.py
+1 −1 tests/scripts/thread-cert/test_srp_client_save_server_info.py
+2 −2 tests/scripts/thread-cert/test_srp_lease.py
+1 −1 tests/scripts/thread-cert/test_srp_many_services_mtu_check.py
+1 −1 tests/scripts/thread-cert/test_srp_register_services_diff_lease.py
+1 −1 tests/scripts/thread-cert/test_srp_server_anycast_mode.py
+2 −2 tests/scripts/thread-cert/test_srp_server_reboot_port.py
+1 −1 tests/scripts/thread-cert/test_srp_sub_type.py
+1 −0 tests/scripts/thread-cert/test_srp_ttl.py
+2 −1 tests/toranj/cli/test-400-srp-client-server.py
+1 −0 tests/toranj/cli/test-501-multi-br-failure-recovery.py
+1 −0 tests/toranj/cli/test-502-multi-br-leader-failure-recovery.py
+2 −0 tests/toranj/openthread-core-toranj-config.h
+1 −0 tests/unit/CMakeLists.txt
+4 −1 tests/unit/test_lowpan.cpp
+187 −0 tests/unit/test_offset_range.cpp
+1 −1 tests/unit/test_srp_adv_proxy.cpp
+1 −1 tests/unit/test_srp_server.cpp
+23 −23 tests/unit/test_tlv.cpp
+2 −1 tools/tcat_ble_client/bbtc.py
+16 −0 tools/tcat_ble_client/cli/base_commands.py
+3 −1 tools/tcat_ble_client/cli/cli.py

0 comments on commit 39124fb

Please sign in to comment.