Skip to content

Commit

Permalink
Bump third_party/openthread/repo from bf587dd to cf357d7 (project…
Browse files Browse the repository at this point in the history
…-chip#31912)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `bf587dd` to `cf357d7`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@bf587dd...cf357d7)

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

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 Feb 5, 2024
1 parent fdc6257 commit 7562543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 68 files
+2 −2 .github/workflows/codeql.yml
+2 −0 .github/workflows/otbr.yml
+3 −1 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+2 −0 .github/workflows/simulation-1.1.yml
+2 −0 .github/workflows/simulation-1.2.yml
+2 −0 .github/workflows/toranj.yml
+2 −0 .github/workflows/unit.yml
+1 −1 include/openthread/instance.h
+30 −27 include/openthread/netdiag.h
+21 −13 src/cli/cli.cpp
+13 −13 src/cli/cli_coap.cpp
+5 −5 src/cli/cli_coap_secure.cpp
+230 −2 src/cli/cli_commissioner.cpp
+5 −5 src/cli/cli_dataset.cpp
+1 −1 src/cli/cli_dns.cpp
+1 −1 src/cli/cli_joiner.cpp
+3 −3 src/cli/cli_link_metrics.cpp
+16 −0 src/cli/cli_output.hpp
+1 −1 src/cli/cli_ping.cpp
+2 −2 src/cli/cli_tcp.cpp
+2 −2 src/cli/cli_udp.cpp
+1 −1 src/core/border_router/routing_manager.cpp
+18 −1 src/core/common/clearable.hpp
+1 −1 src/core/common/message.cpp
+2 −2 src/core/common/settings.hpp
+2 −3 src/core/diags/factory_diags.hpp
+2 −2 src/core/mac/mac.cpp
+2 −1 src/core/mac/mac.hpp
+2 −2 src/core/mac/mac_frame.cpp
+2 −2 src/core/meshcop/commissioner.cpp
+1 −1 src/core/meshcop/dataset.cpp
+1 −1 src/core/meshcop/dataset_local.cpp
+1 −1 src/core/meshcop/joiner.cpp
+3 −2 src/core/meshcop/meshcop.cpp
+9 −8 src/core/meshcop/secure_transport.cpp
+1 −1 src/core/net/dhcp6_client.cpp
+1 −1 src/core/net/dhcp6_server.cpp
+2 −2 src/core/net/dns_client.cpp
+2 −1 src/core/net/ip6.cpp
+1 −1 src/core/net/ip6.hpp
+1 −1 src/core/net/ip6_mpl.cpp
+7 −7 src/core/net/tcp6.cpp
+2 −2 src/core/radio/trel_interface.hpp
+3 −3 src/core/radio/trel_link.cpp
+2 −2 src/core/thread/child.cpp
+1 −1 src/core/thread/discover_scanner.cpp
+2 −2 src/core/thread/key_manager.cpp
+1 −1 src/core/thread/mesh_forwarder.hpp
+2 −2 src/core/thread/mle.cpp
+2 −1 src/core/thread/mle_tlvs.cpp
+1 −7 src/core/thread/mle_types.hpp
+20 −1 src/core/thread/network_data_publisher.cpp
+14 −1 src/core/thread/network_diagnostic.cpp
+7 −0 src/core/thread/network_diagnostic_tlvs.hpp
+1 −1 src/core/thread/radio_selector.cpp
+2 −2 src/core/thread/router.cpp
+1 −2 src/core/thread/router_table.hpp
+2 −2 src/core/utils/channel_monitor.cpp
+1 −1 src/core/utils/history_tracker.cpp
+1 −1 src/core/utils/slaac_address.cpp
+20 −0 src/lib/spinel/radio_spinel.cpp
+23 −0 src/lib/spinel/radio_spinel.hpp
+2 −0 src/ncp/ncp_base_dispatcher.cpp
+2 −0 src/ncp/ncp_base_mtd.cpp
+0 −1 src/posix/platform/netif.cpp
+31 −0 tests/scripts/thread-cert/test_netdata_publisher.py
+3 −1 tests/unit/test_routing_manager.cpp

0 comments on commit 7562543

Please sign in to comment.