Skip to content

Commit

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

---
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 Jan 17, 2023
1 parent 9486249 commit 2951733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 50 files
+14 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/makefile-check.yml
+3 −3 .github/workflows/otbr.yml
+1 −1 .github/workflows/otci.yml
+4 −4 .github/workflows/otns.yml
+18 −9 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+9 −9 .github/workflows/simulation-1.1.yml
+6 −6 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+4 −4 .github/workflows/toranj.yml
+1 −1 .github/workflows/version.yml
+1 −1 include/openthread/instance.h
+1 −1 include/openthread/link.h
+10 −3 include/openthread/platform/radio.h
+1 −0 src/cli/README.md
+2 −0 src/cli/cli.cpp
+1 −1 src/core/mac/link_raw.cpp
+2 −2 src/core/mac/link_raw.hpp
+6 −18 src/core/mac/mac.cpp
+1 −1 src/core/mac/mac.hpp
+32 −9 src/core/mac/mac_filter.cpp
+26 −4 src/core/mac/mac_filter.hpp
+2 −1 src/core/mac/mac_links.hpp
+1 −1 src/core/mac/sub_mac.hpp
+2 −2 src/core/mac/sub_mac_callbacks.cpp
+4 −2 src/core/radio/radio.hpp
+6 −0 src/core/thread/link_quality.hpp
+29 −32 src/core/thread/mle.cpp
+78 −443 src/core/thread/mle_router.cpp
+3 −25 src/core/thread/mle_router.hpp
+1 −0 src/core/thread/network_diagnostic_tlvs.hpp
+336 −29 src/core/thread/router_table.cpp
+67 −1 src/core/thread/router_table.hpp
+21 −0 src/core/thread/topology.cpp
+16 −11 src/core/thread/topology.hpp
+6 −4 src/lib/spinel/radio_spinel.hpp
+65 −25 src/lib/spinel/radio_spinel_impl.hpp
+1 −0 src/lib/spinel/spinel.c
+22 −6 src/lib/spinel/spinel.h
+1 −0 src/ncp/ncp_base.cpp
+1 −0 src/ncp/ncp_base_dispatcher.cpp
+5 −0 src/ncp/ncp_base_radio.cpp
+23 −0 src/posix/platform/include/openthread/openthread-system.h
+55 −2 src/posix/platform/infra_if.cpp
+17 −0 src/posix/platform/infra_if.hpp
+11 −0 src/posix/platform/openthread-posix-config.h
+1 −0 tests/toranj/cli/test-008-multicast-traffic.py

0 comments on commit 2951733

Please sign in to comment.