Skip to content

Commit

Permalink
submodule: bump openthread from 700f624 to ce9edaf (#567)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `700f624` to `ce9edaf`.
- [Commits](openthread/openthread@700f624...ce9edaf)

---
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 Nov 20, 2023
1 parent e74792a commit 0edf2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 70 files
+2 −0 .github/workflows/toranj.yml
+1 −0 etc/cmake/options.cmake
+37 −0 examples/platforms/simulation/crypto.c
+6 −4 include/openthread/dns.h
+1 −1 include/openthread/instance.h
+1 −0 include/openthread/platform/toolchain.h
+4 −3 src/cli/cli.cpp
+1 −1 src/core/coap/coap_message.cpp
+2 −1 src/core/common/bit_vector.hpp
+0 −3 src/core/common/encoding.hpp
+1 −1 src/core/common/notifier.cpp
+22 −0 src/core/common/numeric_limits.hpp
+2 −3 src/core/common/time_ticker.hpp
+0 −2 src/core/crypto/aes_ccm.cpp
+1 −1 src/core/crypto/crypto_platform.cpp
+4 −4 src/core/mac/channel_mask.hpp
+4 −6 src/core/mac/mac_frame.hpp
+10 −53 src/core/meshcop/joiner_router.cpp
+5 −5 src/core/meshcop/meshcop.cpp
+4 −5 src/core/meshcop/meshcop.hpp
+2 −1 src/core/meshcop/meshcop_tlvs.cpp
+3 −3 src/core/net/dns_types.cpp
+11 −3 src/core/net/dns_types.hpp
+4 −2 src/core/net/ip4_types.cpp
+5 −5 src/core/net/ip6_address.cpp
+7 −7 src/core/net/ip6_address.hpp
+1 −1 src/core/radio/trel_interface.cpp
+2 −1 src/core/thread/lowpan.cpp
+2 −1 src/core/thread/mle.cpp
+2 −2 src/core/thread/mle_types.hpp
+2 −1 src/core/thread/network_diagnostic.cpp
+2 −1 src/core/utils/slaac_address.cpp
+1 −2 src/lib/spinel/spinel.c
+2 −0 src/lib/spinel/spinel.h
+3 −3 src/ncp/changed_props_set.cpp
+2 −0 src/ncp/ncp_base.hpp
+1 −1 src/ncp/ncp_base_mtd.cpp
+23 −4 src/posix/platform/netif.cpp
+21 −2 tests/toranj/build.sh
+27 −23 tests/unit/test_aes.cpp
+2 −1 tests/unit/test_checksum.cpp
+1 −1 tests/unit/test_child.cpp
+1 −1 tests/unit/test_child_table.cpp
+16 −12 tests/unit/test_cmd_line_parser.cpp
+16 −1 tests/unit/test_dns.cpp
+5 −3 tests/unit/test_dso.cpp
+5 −1 tests/unit/test_heap.cpp
+9 −5 tests/unit/test_hkdf_sha256.cpp
+145 −142 tests/unit/test_ip_address.cpp
+4 −4 tests/unit/test_link_metrics_manager.cpp
+1 −1 tests/unit/test_link_quality.cpp
+4 −6 tests/unit/test_lowpan.cpp
+1 −1 tests/unit/test_mac_frame.cpp
+9 −5 tests/unit/test_macros.cpp
+28 −24 tests/unit/test_message_queue.cpp
+1 −1 tests/unit/test_multicast_listeners_table.cpp
+1 −1 tests/unit/test_ndproxy_table.cpp
+5 −5 tests/unit/test_network_data.cpp
+2 −2 tests/unit/test_platform.cpp
+11 −7 tests/unit/test_pool.cpp
+2 −2 tests/unit/test_power_calibration.cpp
+65 −63 tests/unit/test_priority_queue.cpp
+11 −11 tests/unit/test_pskc.cpp
+18 −16 tests/unit/test_routing_manager.cpp
+2 −2 tests/unit/test_spinel_buffer.cpp
+11 −9 tests/unit/test_srp_server.cpp
+27 −23 tests/unit/test_timer.cpp
+8 −4 tests/unit/test_toolchain.cpp
+3 −3 tests/unit/test_trickle_timer.cpp
+20 −20 tests/unit/test_url.cpp

0 comments on commit 0edf2d3

Please sign in to comment.