Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 2e5b709 commit b02ccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 38 files
+1 −1 .github/workflows/docker.yml
+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
+4 −0 script/test
+3 −0 src/core/BUILD.gn
+2 −0 src/core/CMakeLists.txt
+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
+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
+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
+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 b02ccad

Please sign in to comment.