Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Feb 2, 2024
1 parent 5ecec31 commit 9877097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 51 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+2 −2 .github/workflows/toranj.yml
+1 −1 include/openthread/instance.h
+1 −1 include/openthread/platform/crypto.h
+49 −3 src/cli/cli.cpp
+8 −5 src/cli/cli.hpp
+13 −0 src/cli/cli_config.h
+1 −9 src/core/api/ip6_api.cpp
+15 −0 src/core/common/callback.hpp
+9 −20 src/core/common/notifier.cpp
+2 −5 src/core/common/notifier.hpp
+67 −64 src/core/net/ip6.cpp
+16 −5 src/core/net/ip6.hpp
+5 −8 src/core/net/tcp6.cpp
+13 −22 src/core/thread/mle.cpp
+14 −0 src/core/thread/mle.hpp
+13 −14 src/core/thread/mle_router.cpp
+5 −0 src/core/thread/mle_router.hpp
+38 −43 src/core/thread/network_data_leader.cpp
+1 −1 src/core/thread/network_data_leader.hpp
+4 −0 src/posix/platform/openthread-posix-config.h
+2 −0 tests/scripts/expect/cli-scan-discover.exp
+199 −4 tests/toranj/cli/cli.py
+1 −3 tests/toranj/cli/test-002-form.py
+15 −3 tests/toranj/cli/test-003-join.py
+107 −0 tests/toranj/cli/test-004-scan.py
+97 −0 tests/toranj/cli/test-005-traffic-router-to-child.py
+168 −0 tests/toranj/cli/test-006-traffic-multi-hop.py
+245 −0 tests/toranj/cli/test-007-off-mesh-route-traffic.py
+247 −0 tests/toranj/cli/test-008-multicast-traffic.py
+251 −0 tests/toranj/cli/test-009-router-table.py
+154 −0 tests/toranj/cli/test-010-partition-merge.py
+141 −0 tests/toranj/cli/test-011-network-data-timeout.py
+143 −0 tests/toranj/cli/test-012-reset-recovery.py
+232 −0 tests/toranj/cli/test-013-address-cache-parent-switch.py
+415 −0 tests/toranj/cli/test-014-address-resolver.py
+232 −0 tests/toranj/cli/test-015-clear-addresss-cache-for-sed.py
+214 −0 tests/toranj/cli/test-016-child-mode-change.py
+346 −0 tests/toranj/cli/test-017-network-data-versions.py
+166 −0 tests/toranj/cli/test-601-channel-manager-channel-change.py
+174 −0 tests/toranj/cli/test-602-channel-manager-channel-select.py
+108 −0 tests/toranj/cli/test-603-channel-announce-recovery.py
+127 −0 tests/toranj/cli/test-700-multi-radio-join.py
+184 −0 tests/toranj/cli/test-701-multi-radio-probe.py
+184 −0 tests/toranj/cli/test-702-multi-radio-discover-by-rx.py
+138 −0 tests/toranj/cli/test-703-multi-radio-mesh-header-msg.py
+105 −0 tests/toranj/cli/test-704-multi-radio-scan.py
+121 −0 tests/toranj/cli/test-705-multi-radio-discover-scan.py
+19 −0 tests/toranj/openthread-core-toranj-config.h
+40 −24 tests/toranj/start.sh

0 comments on commit 9877097

Please sign in to comment.