Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent f38d3b3 commit f7b53bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 43 files
+3 −3 .github/workflows/otns.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
+53 −16 src/cli/README.md
+132 −57 src/cli/cli_link_metrics.cpp
+12 −5 src/cli/cli_link_metrics.hpp
+4 −0 src/core/border_router/infra_if.cpp
+46 −9 src/core/mac/mac_frame.cpp
+44 −18 src/core/mac/mac_frame.hpp
+6 −2 src/core/meshcop/border_agent.cpp
+125 −127 src/core/net/srp_client.cpp
+44 −44 src/core/net/srp_client.hpp
+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
+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
+101 −0 tests/scripts/thread-cert/border_router/test_multi_ail.py
+13 −0 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+4 −2 tests/scripts/thread-cert/config.py
+36 −17 tests/scripts/thread-cert/node.py
+37 −13 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
+24 −6 tests/unit/test_mac_frame.cpp
+130 −7 tools/otci/otci/otci.py

0 comments on commit f7b53bf

Please sign in to comment.