Skip to content

Commit

Permalink
submodule: bump openthread from 4dddcb6 to 289d137 (#232)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `4dddcb6` to `289d137`.
- [Commits](openthread/openthread@4dddcb6...289d137)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

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 Mar 15, 2022
1 parent 998a235 commit 2abbeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 57 files
+2 −2 include/openthread/cli.h
+3 −5 include/openthread/commissioner.h
+1 −1 include/openthread/instance.h
+1 −1 include/openthread/ip6.h
+1 −2 include/openthread/platform/crypto.h
+2 −2 include/openthread/platform/radio.h
+8 −8 include/openthread/srp_client.h
+1 −1 include/openthread/thread.h
+1 −1 include/openthread/thread_ftd.h
+4 −4 src/cli/cli.hpp
+2 −2 src/cli/cli_output.hpp
+1 −1 src/cli/cli_udp.hpp
+11 −2 src/core/border_router/routing_manager.cpp
+3 −1 src/core/border_router/routing_manager.hpp
+2 −2 src/core/coap/coap_secure.hpp
+6 −8 src/core/common/array.hpp
+0 −2 src/core/common/heap_array.hpp
+1 −1 src/core/common/message.hpp
+1 −1 src/core/common/notifier.hpp
+2 −2 src/core/common/settings.hpp
+0 −1 src/core/common/tlvs.hpp
+9 −9 src/core/mac/data_poll_sender.hpp
+7 −7 src/core/mac/mac_frame.hpp
+1 −1 src/core/mac/mac_types.hpp
+1 −1 src/core/meshcop/dataset.hpp
+0 −7 src/core/meshcop/dataset_updater.hpp
+1 −1 src/core/meshcop/dtls.hpp
+1 −1 src/core/meshcop/joiner_router.hpp
+2 −2 src/core/meshcop/meshcop.hpp
+3 −3 src/core/meshcop/meshcop_tlvs.hpp
+3 −3 src/core/net/dhcp6.hpp
+0 −2 src/core/net/dns_client.hpp
+1 −1 src/core/net/dns_dso.hpp
+2 −2 src/core/net/dnssd_server.hpp
+2 −2 src/core/net/icmp6.hpp
+1 −1 src/core/net/ip6.hpp
+6 −5 src/core/net/srp_client.hpp
+0 −2 src/core/net/srp_server.hpp
+2 −2 src/core/net/udp6.hpp
+6 −10 src/core/radio/radio.hpp
+1 −1 src/core/thread/child_table.hpp
+1 −1 src/core/thread/discover_scanner.hpp
+1 −1 src/core/thread/link_metrics.hpp
+1 −1 src/core/thread/link_metrics_tlvs.hpp
+6 −6 src/core/thread/lowpan.hpp
+48 −25 src/core/thread/mle.cpp
+4 −3 src/core/thread/mle.hpp
+2 −2 src/core/thread/mle_router.hpp
+2 −2 src/core/thread/network_data.cpp
+1 −1 src/core/thread/network_data.hpp
+4 −4 src/core/thread/network_data_tlvs.hpp
+3 −3 src/core/thread/topology.hpp
+1 −1 src/core/utils/jam_detector.hpp
+4 −4 src/lib/spinel/spinel_buffer.hpp
+2 −2 src/lib/spinel/spinel_decoder.hpp
+1 −1 src/lib/spinel/spinel_encoder.hpp
+3 −0 tests/scripts/thread-cert/border_router/test_multi_thread_networks.py

0 comments on commit 2abbeca

Please sign in to comment.