Skip to content

Commit

Permalink
submodule: bump openthread from 03113e8 to 54571af
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `03113e8` to `54571af`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@03113e8...54571af)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent f38d3b3 commit 0cfcc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 81 files
+14 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+5 −2 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+1 −1 .github/workflows/makefile-check.yml
+1 −1 .github/workflows/otci.yml
+6 −6 .github/workflows/otns.yml
+6 −6 .github/workflows/posix.yml
+9 −9 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+5 −5 .github/workflows/toranj.yml
+3 −3 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+1 −0 .gitignore
+5 −1 examples/platforms/simulation/radio.c
+14 −2 examples/platforms/utils/mac_frame.cpp
+4 −2 examples/platforms/utils/mac_frame.h
+1 −1 include/openthread/instance.h
+8 −5 include/openthread/platform/radio.h
+9 −0 include/openthread/thread.h
+53 −16 src/cli/README.md
+132 −57 src/cli/cli_link_metrics.cpp
+12 −5 src/cli/cli_link_metrics.hpp
+4 −1 src/core/BUILD.gn
+4 −0 src/core/border_router/infra_if.cpp
+4 −4 src/core/border_router/routing_manager.cpp
+1 −1 src/core/border_router/routing_manager.hpp
+46 −9 src/core/mac/mac_frame.cpp
+44 −18 src/core/mac/mac_frame.hpp
+6 −2 src/core/meshcop/border_agent.cpp
+65 −0 src/core/net/dns_client.cpp
+6 −1 src/core/net/dns_client.hpp
+177 −16 src/core/net/dnssd_server.cpp
+62 −28 src/core/net/dnssd_server.hpp
+25 −22 src/core/net/ip6.cpp
+9 −5 src/core/net/ip6.hpp
+125 −127 src/core/net/srp_client.cpp
+44 −44 src/core/net/srp_client.hpp
+1 −9 src/core/openthread-core-config.h
+32 −7 src/core/thread/address_resolver.cpp
+10 −2 src/core/thread/address_resolver.hpp
+9 −3 src/core/utils/power_calibration.cpp
+6 −4 src/lib/spinel/radio_spinel.cpp
+10 −1 src/lib/spinel/radio_spinel.hpp
+1 −0 src/lib/spinel/spinel.c
+43 −0 src/lib/spinel/spinel.h
+14 −2 src/lib/spinel/spinel_driver.hpp
+1 −0 src/ncp/changed_props_set.cpp
+1 −0 src/ncp/ncp_base.cpp
+6 −0 src/ncp/ncp_base.hpp
+6 −0 src/ncp/ncp_base_dispatcher.cpp
+94 −0 src/ncp/ncp_base_mtd.cpp
+12 −8 src/posix/platform/infra_if.cpp
+9 −1 src/posix/platform/infra_if.hpp
+7 −0 src/posix/platform/openthread-core-posix-config.h
+9 −0 src/posix/platform/platform-posix.h
+8 −0 src/posix/platform/radio.cpp
+2 −4 src/posix/platform/system.cpp
+18 −3 tests/fuzz/fuzzer_platform.cpp
+1 −1 tests/scripts/thread-cert/border_router/test_dnssd_server.py
+1 −1 tests/scripts/thread-cert/border_router/test_dnssd_server_multi_border_routers.py
+101 −0 tests/scripts/thread-cert/border_router/test_multi_ail.py
+44 −3 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+4 −2 tests/scripts/thread-cert/config.py
+50 −17 tests/scripts/thread-cert/node.py
+18 −10 tests/scripts/thread-cert/run_cert_suite.py
+69 −17 tests/scripts/thread-cert/thread_cert.py
+9 −5 tests/scripts/thread-cert/v1_2_LowPower_7_1_01_SingleProbeLinkMetricsWithEnhancedAcks.py
+5 −5 tests/scripts/thread-cert/v1_2_LowPower_7_1_02_SingleProbeLinkMetricsWithoutEnhancedAck.py
+7 −7 tests/scripts/thread-cert/v1_2_LowPower_7_2_01_ForwardTrackingSeries.py
+9 −8 tests/scripts/thread-cert/v1_2_LowPower_test_forward_tracking_series.py
+5 −5 tests/scripts/thread-cert/v1_2_test_single_probe.py
+2 −0 tests/toranj/openthread-core-toranj-config-posix.h
+62 −9 tests/unit/test_dns_client.cpp
+186 −18 tests/unit/test_dnssd_discovery_proxy.cpp
+24 −6 tests/unit/test_mac_frame.cpp
+3 −2 tests/unit/test_power_calibration.cpp
+12 −1 tools/cp-caps/README.md
+65 −0 tools/cp-caps/rcp_caps_test.py
+130 −7 tools/otci/otci/otci.py

0 comments on commit 0cfcc7b

Please sign in to comment.