Skip to content

Commit

Permalink
submodule: bump openthread from 2e24098 to 3ebc3d3 (#678)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `2e24098` to `3ebc3d3`.
- [Commits](openthread/openthread@2e24098...3ebc3d3)

---
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 Mar 13, 2024
1 parent 50e14d6 commit 8bdcffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 33 files
+4 −2 examples/platforms/simulation/simul_utils.c
+2 −0 examples/platforms/simulation/simul_utils.h
+66 −2 examples/platforms/simulation/system.c
+91 −82 src/core/border_router/routing_manager.cpp
+23 −21 src/core/border_router/routing_manager.hpp
+38 −19 src/core/net/nd6.cpp
+138 −113 src/core/net/nd6.hpp
+12 −10 src/posix/platform/configuration.cpp
+5 −1 src/posix/platform/configuration.hpp
+8 −6 src/posix/platform/daemon.cpp
+6 −2 src/posix/platform/daemon.hpp
+1 −1 src/posix/platform/firewall.cpp
+5 −3 src/posix/platform/hdlc_interface.cpp
+4 −1 src/posix/platform/hdlc_interface.hpp
+17 −14 src/posix/platform/infra_if.cpp
+7 −3 src/posix/platform/infra_if.hpp
+141 −0 src/posix/platform/logger.hpp
+34 −35 src/posix/platform/multicast_routing.cpp
+5 −2 src/posix/platform/multicast_routing.hpp
+128 −81 src/posix/platform/netif.cpp
+7 −5 src/posix/platform/radio.cpp
+8 −5 src/posix/platform/radio.hpp
+9 −8 src/posix/platform/resolver.cpp
+5 −1 src/posix/platform/resolver.hpp
+35 −33 src/posix/platform/spi_interface.cpp
+4 −1 src/posix/platform/spi_interface.hpp
+69 −14 src/posix/platform/trel.cpp
+13 −8 src/posix/platform/udp.cpp
+6 −2 src/posix/platform/udp.hpp
+44 −0 tests/scripts/expect/posix-rcp-local-host.exp
+3 −2 tests/scripts/thread-cert/border_router/test_manual_maddress.py
+1 −0 tests/scripts/thread-cert/test_mle_msg_key_seq_jump.py
+38 −41 tests/unit/test_routing_manager.cpp

0 comments on commit 8bdcffe

Please sign in to comment.