Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 12d17b1 commit 89d8328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 38 files
+6 −0 examples/apps/cli/main.c
+95 −9 examples/platforms/simulation/trel.c
+1 −1 include/openthread/instance.h
+22 −1 include/openthread/platform/trel.h
+4 −2 src/core/api/coap_secure_api.cpp
+2 −19 src/core/coap/coap_secure.cpp
+9 −14 src/core/coap/coap_secure.hpp
+9 −63 src/core/common/linked_list.hpp
+14 −9 src/core/diags/README.md
+20 −50 src/core/diags/factory_diags.cpp
+24 −0 src/core/mac/mac.cpp
+1 −1 src/core/meshcop/border_agent.cpp
+1 −1 src/core/meshcop/commissioner.cpp
+2 −1 src/core/meshcop/joiner.cpp
+2 −8 src/core/meshcop/secure_transport.cpp
+21 −28 src/core/meshcop/secure_transport.hpp
+2 −2 src/core/net/netif.cpp
+4 −5 src/core/net/tcp6.cpp
+3 −1 src/core/radio/ble_secure.cpp
+18 −5 src/core/radio/trel_interface.cpp
+35 −5 src/core/radio/trel_interface.hpp
+41 −2 src/core/radio/trel_link.cpp
+38 −13 src/core/radio/trel_link.hpp
+1 −1 src/core/thread/address_resolver.cpp
+23 −0 src/core/thread/mle.cpp
+4 −0 src/core/thread/mle.hpp
+35 −1 src/posix/platform/trel.cpp
+5 −4 tests/gtest/fake_platform.cpp
+25 −13 tests/nexus/test_dtls.cpp
+0 −12 tests/scripts/expect/cli-diags.exp
+3 −2 tests/scripts/expect/posix-diag-rcp.exp
+0 −2 tests/scripts/expect/posix-power-calibration.exp
+7 −7 tests/scripts/thread-cert/test_diag.py
+19 −0 tests/toranj/cli/cli.py
+178 −0 tests/toranj/cli/test-706-multi-radio-trel-peer-addr-port-change-discovery.py
+1 −0 tests/toranj/start.sh
+12 −12 tests/unit/test_linked_list.cpp
+2 −0 tests/unit/test_platform.cpp

0 comments on commit 89d8328

Please sign in to comment.