Skip to content

Commit

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

---
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 Nov 22, 2022
1 parent ad14974 commit 619a9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 53 files
+3 −3 .github/workflows/build.yml
+1 −0 etc/cmake/options.cmake
+54 −0 examples/platforms/simulation/diag.c
+0 −29 examples/platforms/simulation/radio.c
+1 −1 include/openthread/instance.h
+8 −0 include/openthread/ip6.h
+38 −0 include/openthread/platform/diag.h
+11 −1 src/cli/README.md
+261 −166 src/cli/cli.cpp
+30 −5 src/cli/cli.hpp
+6 −4 src/cli/cli_coap.cpp
+1 −1 src/cli/cli_coap_secure.cpp
+10 −8 src/cli/cli_commissioner.cpp
+11 −9 src/cli/cli_dataset.cpp
+10 −1 src/cli/cli_joiner.cpp
+1 −1 src/cli/cli_network_data.cpp
+46 −11 src/cli/cli_output.cpp
+49 −4 src/cli/cli_output.hpp
+14 −14 src/cli/cli_srp_server.cpp
+6 −4 src/cli/cli_tcp.cpp
+5 −0 src/core/api/ip6_api.cpp
+28 −0 src/core/diags/README.md
+45 −6 src/core/diags/factory_diags.cpp
+1 −2 src/core/net/ip6.cpp
+6 −0 src/core/net/ip6.hpp
+2 −2 src/core/thread/mesh_forwarder_ftd.cpp
+0 −36 src/core/thread/network_data.cpp
+0 −17 src/core/thread/network_data.hpp
+52 −43 src/core/thread/network_data_leader.cpp
+11 −12 src/core/thread/network_data_leader.hpp
+0 −23 src/core/thread/network_data_leader_ftd.cpp
+0 −13 src/core/thread/network_data_leader_ftd.hpp
+0 −35 src/core/thread/network_data_local.cpp
+5 −18 src/core/thread/network_data_local.hpp
+108 −2 src/core/thread/network_data_notifier.cpp
+13 −4 src/core/thread/network_data_notifier.hpp
+157 −120 src/core/thread/network_diagnostic.cpp
+16 −2 src/core/thread/network_diagnostic.hpp
+37 −201 src/core/thread/network_diagnostic_tlvs.hpp
+2 −2 src/core/thread/thread_netif.cpp
+1 −2 src/core/thread/thread_netif.hpp
+3 −0 src/lib/spinel/radio_spinel.hpp
+595 −3 src/lib/spinel/radio_spinel_impl.hpp
+2 −0 src/lib/spinel/spinel.c
+3 −0 src/lib/spinel/spinel.h
+3 −4 src/posix/platform/backtrace.cpp
+40 −0 src/posix/platform/radio.cpp
+14 −0 tests/scripts/expect/cli-diags.exp
+11 −0 tests/scripts/thread-cert/backbone/test_mlr_multicast_routing_across_thread_pans.py
+11 −0 tests/scripts/thread-cert/border_router/test_multi_thread_networks.py
+46 −0 tests/scripts/thread-cert/call_dbus_method.py
+42 −0 tests/scripts/thread-cert/node.py
+1 −1 tests/unit/test_network_data.cpp

0 comments on commit 619a9e8

Please sign in to comment.