Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 9fd1da5 to `8bc250…
Browse files Browse the repository at this point in the history
…4` (#1934)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `9fd1da5` to `8bc2504`.
- [Commits](openthread/openthread@9fd1da5...8bc2504)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 3c60d48 commit 790dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 90 files
+0 −18 .gitattributes
+0 −2 .github/workflows/build.yml
+3 −3 .github/workflows/otns.yml
+0 −34 .gitignore
+1 −0 etc/cmake/options.cmake
+0 −32 etc/docker/Makefile
+0 −80 examples/README.md
+0 −414 examples/common-switches.mk
+0 −46 examples/platforms/Makefile.platform.am
+0 −1 examples/platforms/cc1352/README.md
+0 −1 examples/platforms/cc2538/README.md
+0 −1 examples/platforms/cc2652/README.md
+0 −1 examples/platforms/efr32/efr32mg1/README.md
+0 −1 examples/platforms/efr32/efr32mg12/README.md
+0 −1 examples/platforms/efr32/efr32mg13/README.md
+0 −1 examples/platforms/efr32/efr32mg21/README.md
+0 −1 examples/platforms/gp712/README.md
+0 −1 examples/platforms/k32w/README.md
+0 −1 examples/platforms/k32w/jn5189/README.md
+0 −1 examples/platforms/k32w/k32w061/README.md
+0 −1 examples/platforms/kw41z/README.md
+0 −1 examples/platforms/nrf528xx/nrf52811/README.md
+0 −1 examples/platforms/nrf528xx/nrf52833/README.md
+0 −1 examples/platforms/nrf528xx/nrf52840/README.md
+0 −1 examples/platforms/qpg6095/README.md
+0 −1 examples/platforms/qpg6100/README.md
+0 −1 examples/platforms/qpg7015m/README.md
+0 −1 examples/platforms/samr21/README.md
+0 −41 examples/platforms/simulation/Makefile.platform.am
+2 −2 examples/platforms/simulation/infra_if.c
+38 −0 include/openthread/border_routing.h
+6 −6 include/openthread/child_supervision.h
+18 −0 include/openthread/dns.h
+33 −39 include/openthread/instance.h
+24 −4 include/openthread/link.h
+1 −0 include/openthread/thread_ftd.h
+2 −2 script/bootstrap
+5 −5 src/cli/README.md
+36 −0 src/cli/README_BR.md
+11 −9 src/cli/README_DATASET.md
+1 −1 src/cli/cli.cpp
+81 −0 src/cli/cli_br.cpp
+10 −2 src/cli/cli_dataset.cpp
+17 −0 src/core/api/border_routing_api.cpp
+20 −0 src/core/api/dns_api.cpp
+4 −0 src/core/api/link_api.cpp
+39 −6 src/core/border_router/routing_manager.cpp
+42 −1 src/core/border_router/routing_manager.hpp
+1 −0 src/core/common/notifier.cpp
+1 −0 src/core/common/notifier.hpp
+12 −0 src/core/config/misc.h
+1 −6 src/core/mac/link_raw.cpp
+2 −7 src/core/mac/link_raw.hpp
+69 −55 src/core/mac/mac.cpp
+2 −6 src/core/mac/mac.hpp
+1 −1 src/core/mac/mac_frame.cpp
+1 −9 src/core/mac/mac_frame.hpp
+1 −1 src/core/mac/sub_mac.cpp
+1 −6 src/core/mac/sub_mac.hpp
+2 −4 src/core/mac/sub_mac_callbacks.cpp
+2 −0 src/core/meshcop/dataset_manager.cpp
+13 −2 src/core/meshcop/dataset_manager.hpp
+4 −0 src/core/meshcop/dataset_manager_ftd.cpp
+4 −4 src/core/net/dns_types.cpp
+3 −3 src/core/net/dns_types.hpp
+1 −1 src/core/radio/radio_callbacks.cpp
+1 −1 src/core/radio/trel_link.cpp
+33 −4 src/core/thread/address_resolver.cpp
+4 −0 src/core/thread/address_resolver.hpp
+18 −4 src/core/thread/mesh_forwarder.cpp
+7 −0 src/core/thread/mle.cpp
+35 −1 src/core/thread/mle_router.cpp
+2 −0 src/core/thread/mle_router.hpp
+19 −6 src/lib/spinel/multi_frame_buffer.hpp
+6 −5 src/lib/spinel/radio_spinel_impl.hpp
+1 −1 src/ncp/ncp_base_ftd.cpp
+12 −5 src/posix/platform/daemon.cpp
+6 −3 src/posix/platform/infra_if.cpp
+6 −6 tests/scripts/thread-cert/Cert_9_2_05_ActiveDataset.py
+11 −7 tests/scripts/thread-cert/node.py
+149 −0 tests/scripts/thread-cert/test_router_downgrade_on_sec_policy_change.py
+7 −15 tests/scripts/thread-cert/v1_2_test_enhanced_keep_alive.py
+4 −3 tests/toranj/build.sh
+24 −0 tests/toranj/cli/cli.py
+35 −3 tests/toranj/cli/test-014-address-resolver.py
+263 −0 tests/toranj/cli/test-021-br-route-prf.py
+1 −0 tests/toranj/start.sh
+22 −22 tests/unit/test_hdlc.cpp
+1 −1 tools/harness-simulation/harness/requirements.txt
+2 −2 tools/otci/otci/otci.py

0 comments on commit 790dc77

Please sign in to comment.