Skip to content

Commit

Permalink
Bump third_party/openthread/repo from aed9cd1 to 2aeb8b8 (#35538)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `aed9cd1` to `2aeb8b8`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@aed9cd1...2aeb8b8)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
  • Loading branch information
dependabot[bot] and andy31415 committed Sep 11, 2024
1 parent 794df82 commit 12d9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 67 files
+1 −1 .github/workflows/docker.yml
+2 −2 .github/workflows/otbr.yml
+1 −1 .github/workflows/otci.yml
+23 −23 .github/workflows/simulation-1.4.yml
+2 −1 etc/cmake/options.cmake
+1 −1 examples/config/ot-core-config-check-size-br.h
+1 −1 examples/config/ot-core-config-check-size-ftd.h
+1 −1 examples/config/ot-core-config-check-size-mtd.h
+7 −0 examples/platforms/simulation/CMakeLists.txt
+2 −2 examples/platforms/simulation/infra_if.c
+1 −1 examples/platforms/simulation/openthread-core-simulation-config.h
+10 −0 examples/platforms/simulation/platform-config.h
+2 −2 examples/platforms/simulation/platform-simulation.h
+4 −4 examples/platforms/simulation/system.c
+1 −1 include/openthread/instance.h
+27 −0 include/openthread/thread.h
+1 −1 script/check-arm-build
+2 −2 script/check-gn-build
+11 −11 script/check-simulation-build-cmake
+2 −1 script/cmake-build
+3 −3 script/make-pretty
+14 −10 script/test
+1 −1 src/cli/cli.cpp
+3 −0 src/core/BUILD.gn
+2 −0 src/core/CMakeLists.txt
+12 −0 src/core/api/thread_api.cpp
+10 −0 src/core/config/mle.h
+0 −7 src/core/mac/mac_frame.cpp
+1 −270 src/core/mac/mac_frame.hpp
+47 −0 src/core/mac/mac_header_ie.cpp
+332 −0 src/core/mac/mac_header_ie.hpp
+5 −5 src/core/mac/sub_mac.cpp
+29 −0 src/core/meshcop/dataset_manager.cpp
+22 −0 src/core/meshcop/dataset_manager.hpp
+5 −1 src/core/meshcop/tcat_agent.cpp
+13 −13 src/core/meshcop/tcat_agent.hpp
+10 −10 src/core/radio/ble_secure.cpp
+4 −4 src/core/radio/ble_secure.hpp
+22 −2 src/core/thread/mle.cpp
+29 −6 src/core/thread/mle.hpp
+2 −3 src/lib/spinel/spinel.h
+8 −0 src/ncp/CMakeLists.txt
+4 −3 src/ncp/ncp_base_mtd.cpp
+10 −0 src/ncp/ncp_config.h
+62 −0 src/ncp/platform/infra_if.cpp
+19 −0 src/posix/platform/include/openthread/openthread-system.h
+0 −15 src/posix/platform/netif.cpp
+1 −1 src/posix/platform/openthread-core-posix-config.h
+22 −0 src/posix/platform/platform-posix.h
+37 −1 src/posix/platform/resolver.cpp
+19 −0 src/posix/platform/resolver.hpp
+9 −0 src/posix/platform/system.cpp
+3 −0 tests/scripts/expect/cli-coaps.exp
+2 −2 tests/scripts/thread-cert/border_router/nat64/test_upstream_dns.py
+3 −3 tests/scripts/thread-cert/border_router/test_firewall.py
+3 −3 tests/scripts/thread-cert/border_router/test_multi_ail.py
+1 −1 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+1 −0 tests/scripts/thread-cert/config.py
+6 −6 tests/scripts/thread-cert/node.py
+1 −1 tests/scripts/thread-cert/pktverify/packet_verifier.py
+3 −3 tests/scripts/thread-cert/thread_cert.py
+5 −4 tools/tcat_ble_client/bbtc.py
+4 −0 tools/tcat_ble_client/ble/ble_stream.py
+9 −2 tools/tcat_ble_client/ble/ble_stream_secure.py
+12 −6 tools/tcat_ble_client/ble/udp_stream.py
+12 −9 tools/tcat_ble_client/cli/base_commands.py
+11 −3 tools/tcat_ble_client/cli/cli.py

0 comments on commit 12d9340

Please sign in to comment.