Skip to content

Commit

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

---
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 Oct 14, 2024
1 parent 805dd69 commit fecdcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 58 files
+0 −39 .github/workflows/build.yml
+1 −1 .github/workflows/unit.yml
+5 −2 examples/platforms/simulation/radio.c
+11 −6 examples/platforms/utils/mac_frame.cpp
+1 −0 examples/platforms/utils/mac_frame.h
+1 −1 include/openthread/instance.h
+28 −0 include/openthread/platform/infra_if.h
+3 −3 script/check-size
+0 −2 script/test
+1 −1 src/core/api/ip6_api.cpp
+1 −1 src/core/api/nat64_api.cpp
+12 −0 src/core/border_router/infra_if.cpp
+13 −2 src/core/border_router/infra_if.hpp
+38 −11 src/core/border_router/routing_manager.cpp
+11 −8 src/core/border_router/routing_manager.hpp
+2 −21 src/core/common/message.cpp
+42 −16 src/core/common/message.hpp
+1 −2 src/core/mac/data_poll_sender.cpp
+3 −4 src/core/mac/mac.cpp
+23 −48 src/core/mac/mac_frame.cpp
+3 −12 src/core/mac/mac_frame.hpp
+1 −1 src/core/mac/sub_mac.cpp
+2 −2 src/core/mac/sub_mac_csl_receiver.cpp
+33 −7 src/core/net/dns_client.cpp
+1 −1 src/core/net/dns_client.hpp
+56 −59 src/core/net/ip6.cpp
+27 −47 src/core/net/ip6.hpp
+34 −9 src/core/net/nd6.cpp
+79 −49 src/core/net/nd6.hpp
+12 −2 src/core/radio/radio.hpp
+1 −1 src/core/thread/csl_tx_scheduler.cpp
+1 −1 src/core/thread/discover_scanner.cpp
+29 −33 src/core/thread/mesh_forwarder.cpp
+1 −1 src/core/thread/mesh_forwarder_ftd.cpp
+25 −72 src/core/thread/mle.cpp
+7 −38 src/core/thread/mle.hpp
+84 −54 src/core/thread/mle_router.cpp
+27 −3 src/core/thread/mle_router.hpp
+29 −0 src/core/thread/mle_types.hpp
+2 −0 src/core/thread/mlr_manager.cpp
+4 −0 src/lib/spinel/spinel_buffer.cpp
+27 −26 src/lib/spinel/spinel_decoder.hpp
+1 −1 tests/gtest/fake_platform.cpp
+8 −0 tests/gtest/fake_platform.hpp
+40 −0 tests/gtest/radio_spinel_rcp_test.cpp
+0 −8 tests/nexus/build.sh
+2 −3 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+1 −0 tests/scripts/thread-cert/config.py
+2 −3 tests/scripts/thread-cert/test_detach.py
+6 −6 tests/toranj/build.sh
+3 −0 tests/toranj/cli/cli.py
+42 −0 tests/toranj/cli/test-012-reset-recovery.py
+1 −0 tests/unit/test_dnssd_discovery_proxy.cpp
+0 −6 tests/unit/test_mac_frame.cpp
+1 −1 tests/unit/test_message.cpp
+56 −5 tests/unit/test_routing_manager.cpp
+12 −0 tools/tcat_ble_client/cli/dataset_commands.py
+3 −0 tools/tcat_ble_client/dataset/dataset.py

0 comments on commit fecdcc2

Please sign in to comment.