Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

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 and pull[bot] committed Nov 29, 2023
1 parent 926c2a3 commit 3360628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 61 files
+16 −7 .github/workflows/build.yml
+1 −1 .github/workflows/otbr.yml
+1 −1 .github/workflows/otns.yml
+1 −1 .github/workflows/posix.yml
+1 −1 .github/workflows/simulation-1.1.yml
+1 −1 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+3 −3 examples/platforms/utils/mac_frame.cpp
+1 −1 include/openthread/instance.h
+15 −0 include/openthread/link_raw.h
+11 −0 include/openthread/platform/radio.h
+18 −0 include/openthread/thread_ftd.h
+34 −0 src/cli/cli.cpp
+2 −0 src/core/BUILD.gn
+1 −0 src/core/CMakeLists.txt
+1 −0 src/core/Makefile.am
+6 −1 src/core/api/link_raw_api.cpp
+13 −0 src/core/api/thread_ftd_api.cpp
+36 −0 src/core/common/frame_builder.cpp
+15 −1 src/core/common/frame_builder.hpp
+20 −38 src/core/mac/data_poll_sender.cpp
+2 −2 src/core/mac/link_raw.cpp
+4 −2 src/core/mac/link_raw.hpp
+28 −22 src/core/mac/mac.cpp
+8 −0 src/core/mac/mac.hpp
+125 −44 src/core/mac/mac_frame.cpp
+133 −70 src/core/mac/mac_frame.hpp
+10 −0 src/core/mac/mac_types.hpp
+17 −6 src/core/mac/sub_mac.cpp
+3 −1 src/core/mac/sub_mac.hpp
+53 −37 src/core/net/ip6.cpp
+6 −23 src/core/net/ip6.hpp
+14 −5 src/core/net/ip6_mpl.cpp
+2 −2 src/core/net/ip6_mpl.hpp
+12 −0 src/core/radio/radio.hpp
+22 −0 src/core/radio/radio_platform.cpp
+2 −2 src/core/radio/trel_link.cpp
+1 −0 src/core/radio/trel_link.hpp
+6 −4 src/core/thread/key_manager.cpp
+5 −3 src/core/thread/key_manager.hpp
+3 −3 src/core/thread/link_metrics_types.cpp
+2 −2 src/core/thread/link_metrics_types.hpp
+61 −130 src/core/thread/mesh_forwarder.cpp
+11 −2 src/core/thread/mesh_forwarder.hpp
+6 −24 src/core/thread/mesh_forwarder_ftd.cpp
+4 −8 src/core/thread/mle.cpp
+2 −1 src/core/thread/mle.hpp
+18 −13 src/core/thread/mle_router.cpp
+0 −12 src/core/thread/mle_router.hpp
+10 −2 src/core/thread/network_data_leader.cpp
+59 −61 src/core/thread/router_table.cpp
+10 −0 src/core/thread/router_table.hpp
+4 −2 src/lib/spinel/radio_spinel.hpp
+3 −2 src/lib/spinel/radio_spinel_impl.hpp
+4 −1 src/lib/spinel/spinel.h
+14 −1 src/ncp/ncp_base_radio.cpp
+7 −1 src/posix/platform/radio.cpp
+13 −7 tests/toranj/cli/cli.py
+291 −0 tests/toranj/cli/test-018-next-hop-and-path-cost.py
+1 −0 tests/toranj/start.sh
+207 −52 tests/unit/test_mac_frame.cpp

0 comments on commit 3360628

Please sign in to comment.