Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 30aebb5 to 2550699 (project…
Browse files Browse the repository at this point in the history
…-chip#24724)

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

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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 and David Lechner committed Mar 22, 2023
1 parent 42ff3a4 commit 1e2382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 39 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+1 −0 Android.mk
+52 −0 examples/platforms/simulation/diag.c
+1 −1 include/openthread/instance.h
+8 −0 include/openthread/netdiag.h
+85 −0 include/openthread/platform/diag.h
+34 −3 include/openthread/tcp_ext.h
+7 −2 src/cli/README_TCP.md
+1 −0 src/cli/cli.cpp
+274 −19 src/cli/cli_tcp.cpp
+84 −2 src/cli/cli_tcp.hpp
+54 −0 src/core/api/tcp_ext_api.cpp
+3 −2 src/core/common/message.cpp
+10 −0 src/core/config/ip6.h
+87 −0 src/core/diags/README.md
+206 −5 src/core/diags/factory_diags.cpp
+44 −0 src/core/diags/factory_diags.hpp
+9 −22 src/core/meshcop/border_agent.cpp
+1 −4 src/core/meshcop/commissioner.cpp
+2 −6 src/core/meshcop/joiner_router.cpp
+3 −17 src/core/net/dns_client.cpp
+5 −6 src/core/net/icmp6.cpp
+22 −21 src/core/net/ip6.cpp
+32 −15 src/core/net/ip6_headers.hpp
+2 −11 src/core/net/ip6_mpl.hpp
+2 −2 src/core/thread/csl_tx_scheduler.cpp
+4 −4 src/core/thread/lowpan.cpp
+4 −2 src/core/thread/network_diagnostic.cpp
+26 −1 src/core/thread/network_diagnostic_tlvs.hpp
+1 −1 src/core/utils/heap.hpp
+38 −7 src/core/utils/power_calibration.cpp
+13 −4 src/core/utils/power_calibration.hpp
+10 −0 src/posix/platform/openthread-core-posix-config.h
+112 −0 src/posix/platform/radio.cpp
+19 −0 tests/scripts/expect/cli-diags.exp
+165 −0 tests/scripts/expect/cli-tcp-tls.exp
+74 −0 tests/scripts/expect/posix-power-calibration.exp
+3 −0 third_party/mbedtls/mbedtls-config.h

0 comments on commit 1e2382c

Please sign in to comment.