Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 66eaeec to 837c7fd (#29900)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `66eaeec` to `837c7fd`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@66eaeec...837c7fd)

---
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 pull[bot] committed Feb 13, 2024
1 parent c886ea6 commit 1029970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 40 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+1 −1 include/openthread/instance.h
+39 −0 include/openthread/logging.h
+33 −0 src/core/api/logging_api.cpp
+1 −2 src/core/api/udp_api.cpp
+3 −4 src/core/backbone_router/bbr_manager.cpp
+29 −0 src/core/common/string.cpp
+47 −0 src/core/common/string.hpp
+29 −1 src/core/common/tlvs.cpp
+67 −1 src/core/common/tlvs.hpp
+1 −1 src/core/meshcop/border_agent.cpp
+7 −40 src/core/meshcop/commissioner.cpp
+2 −2 src/core/meshcop/commissioner.hpp
+1 −1 src/core/meshcop/dataset.cpp
+7 −14 src/core/meshcop/dataset_manager_ftd.cpp
+14 −10 src/core/meshcop/joiner_router.cpp
+3 −2 src/core/meshcop/joiner_router.hpp
+1 −15 src/core/meshcop/meshcop.cpp
+0 −12 src/core/meshcop/meshcop.hpp
+31 −31 src/core/meshcop/meshcop_leader.cpp
+23 −17 src/core/meshcop/meshcop_leader.hpp
+0 −25 src/core/meshcop/meshcop_tlvs.cpp
+7 −150 src/core/meshcop/meshcop_tlvs.hpp
+3 −3 src/core/net/udp6.cpp
+1 −2 src/core/net/udp6.hpp
+3 −1 src/core/thread/energy_scan_server.cpp
+1 −1 src/core/thread/mesh_forwarder_ftd.cpp
+5 −5 src/core/thread/mle_router.cpp
+43 −53 src/core/thread/network_data_leader.cpp
+48 −30 src/core/thread/network_data_leader.hpp
+131 −129 src/core/thread/network_data_leader_ftd.cpp
+15 −3 src/core/thread/network_data_leader_ftd.hpp
+4 −23 src/core/thread/network_diagnostic.cpp
+0 −2 src/core/thread/network_diagnostic.hpp
+174 −92 src/lib/spinel/radio_spinel.cpp
+17 −2 src/lib/spinel/radio_spinel.hpp
+2 −2 tests/scripts/expect/cli-commissioner.exp
+8 −8 tests/unit/test_routing_manager.cpp
+31 −0 tests/unit/test_string.cpp

0 comments on commit 1029970

Please sign in to comment.