Skip to content

Commit

Permalink
submodule: bump openthread from 6bb5eb5 to fd9f323 (#485)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `6bb5eb5` to `fd9f323`.
- [Commits](openthread/openthread@6bb5eb5...fd9f323)

---
updated-dependencies:
- dependency-name: openthread
  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] committed Jan 9, 2023
1 parent 6521b60 commit 7aef515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 39 files
+2 −2 .github/workflows/toranj.yml
+14 −1 src/cli/cli.cpp
+4 −0 src/cli/cli.hpp
+13 −0 src/cli/cli_config.h
+1 −9 src/core/api/ip6_api.cpp
+67 −64 src/core/net/ip6.cpp
+16 −5 src/core/net/ip6.hpp
+5 −8 src/core/net/tcp6.cpp
+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
+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 7aef515

Please sign in to comment.