Skip to content

Commit

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

This reverts commit 77bd980.
  • Loading branch information
yunhanw-google committed Feb 1, 2023
1 parent 1334f3a commit 389526d
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
+0 −1 Android.mk
+0 −52 examples/platforms/simulation/diag.c
+1 −1 include/openthread/instance.h
+0 −8 include/openthread/netdiag.h
+0 −85 include/openthread/platform/diag.h
+3 −34 include/openthread/tcp_ext.h
+2 −7 src/cli/README_TCP.md
+0 −1 src/cli/cli.cpp
+19 −274 src/cli/cli_tcp.cpp
+2 −84 src/cli/cli_tcp.hpp
+0 −54 src/core/api/tcp_ext_api.cpp
+2 −3 src/core/common/message.cpp
+0 −10 src/core/config/ip6.h
+0 −87 src/core/diags/README.md
+5 −206 src/core/diags/factory_diags.cpp
+0 −44 src/core/diags/factory_diags.hpp
+22 −9 src/core/meshcop/border_agent.cpp
+4 −1 src/core/meshcop/commissioner.cpp
+6 −2 src/core/meshcop/joiner_router.cpp
+17 −3 src/core/net/dns_client.cpp
+6 −5 src/core/net/icmp6.cpp
+21 −22 src/core/net/ip6.cpp
+15 −32 src/core/net/ip6_headers.hpp
+11 −2 src/core/net/ip6_mpl.hpp
+2 −2 src/core/thread/csl_tx_scheduler.cpp
+4 −4 src/core/thread/lowpan.cpp
+2 −4 src/core/thread/network_diagnostic.cpp
+1 −26 src/core/thread/network_diagnostic_tlvs.hpp
+1 −1 src/core/utils/heap.hpp
+7 −38 src/core/utils/power_calibration.cpp
+4 −13 src/core/utils/power_calibration.hpp
+0 −10 src/posix/platform/openthread-core-posix-config.h
+0 −112 src/posix/platform/radio.cpp
+0 −19 tests/scripts/expect/cli-diags.exp
+0 −165 tests/scripts/expect/cli-tcp-tls.exp
+0 −74 tests/scripts/expect/posix-power-calibration.exp
+0 −3 third_party/mbedtls/mbedtls-config.h

0 comments on commit 389526d

Please sign in to comment.