Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent c3ed990 commit 7a204ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 66 files
+1 −9 .github/workflows/build.yml
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+4 −4 NOTICE
+1 −1 README.md
+6 −0 examples/apps/cli/main.c
+95 −9 examples/platforms/simulation/trel.c
+18 −2 examples/platforms/utils/mac_frame.cpp
+10 −0 examples/platforms/utils/mac_frame.h
+1 −1 include/openthread/instance.h
+22 −1 include/openthread/platform/trel.h
+11 −1 src/cli/cli.cpp
+1 −1 src/core/api/border_agent_api.cpp
+4 −2 src/core/api/coap_secure_api.cpp
+2 −19 src/core/coap/coap_secure.cpp
+13 −14 src/core/coap/coap_secure.hpp
+9 −63 src/core/common/linked_list.hpp
+4 −0 src/core/config/openthread-core-config-check.h
+0 −4 src/core/config/secure_transport.h
+87 −10 src/core/diags/README.md
+242 −56 src/core/diags/factory_diags.cpp
+37 −3 src/core/diags/factory_diags.hpp
+24 −0 src/core/mac/mac.cpp
+31 −0 src/core/mac/mac_types.cpp
+20 −0 src/core/mac/mac_types.hpp
+468 −463 src/core/meshcop/border_agent.cpp
+25 −23 src/core/meshcop/border_agent.hpp
+3 −13 src/core/meshcop/commissioner.cpp
+4 −0 src/core/meshcop/commissioner.hpp
+2 −18 src/core/meshcop/joiner.cpp
+4 −4 src/core/meshcop/joiner.hpp
+20 −0 src/core/meshcop/meshcop.cpp
+12 −0 src/core/meshcop/meshcop.hpp
+230 −160 src/core/meshcop/secure_transport.cpp
+195 −141 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
+4 −0 src/core/radio/ble_secure.hpp
+1 −1 src/core/radio/radio.hpp
+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
+31 −0 src/core/thread/mle.cpp
+5 −0 src/core/thread/mle.hpp
+2 −1 src/core/thread/mle_router.cpp
+4 −4 src/lib/spinel/radio_spinel.cpp
+2 −0 src/posix/platform/CMakeLists.txt
+22 −294 src/posix/platform/settings.cpp
+0 −51 src/posix/platform/settings.hpp
+370 −0 src/posix/platform/settings_file.cpp
+131 −0 src/posix/platform/settings_file.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 7a204ce

Please sign in to comment.