Skip to content

Commit

Permalink
submodule: bump openthread from afac808 to 24e9306 (#786)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `afac808` to `24e9306`.
- [Commits](openthread/openthread@afac808...24e9306)

---
updated-dependencies:
- dependency-name: openthread
  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] authored Aug 22, 2024
1 parent 4f297f4 commit c7632ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 50 files
+32 −0 include/openthread/border_agent.h
+21 −8 include/openthread/coap_secure.h
+1 −1 include/openthread/instance.h
+34 −21 include/openthread/tcat.h
+27 −0 src/cli/README.md
+87 −0 src/cli/README_TCAT.md
+52 −0 src/cli/cli.cpp
+5 −1 src/cli/cli.hpp
+7 −7 src/cli/cli_coap_secure.cpp
+2 −2 src/cli/cli_coap_secure.hpp
+73 −20 src/cli/cli_tcat.cpp
+5 −0 src/core/api/border_agent_api.cpp
+4 −4 src/core/api/coap_secure_api.cpp
+1 −2 src/core/backbone_router/bbr_leader.cpp
+4 −8 src/core/backbone_router/bbr_local.cpp
+15 −8 src/core/border_router/routing_manager.cpp
+4 −1 src/core/border_router/routing_manager.hpp
+10 −7 src/core/coap/coap_secure.cpp
+12 −15 src/core/coap/coap_secure.hpp
+16 −8 src/core/common/tlvs.cpp
+4 −1 src/core/common/tlvs.hpp
+66 −5 src/core/meshcop/border_agent.cpp
+11 −2 src/core/meshcop/border_agent.hpp
+7 −6 src/core/meshcop/commissioner.cpp
+2 −2 src/core/meshcop/commissioner.hpp
+4 −4 src/core/meshcop/joiner.cpp
+2 −2 src/core/meshcop/joiner.hpp
+8 −3 src/core/meshcop/secure_transport.cpp
+18 −9 src/core/meshcop/secure_transport.hpp
+111 −19 src/core/meshcop/tcat_agent.cpp
+15 −4 src/core/meshcop/tcat_agent.hpp
+15 −15 src/core/net/srp_client.cpp
+4 −3 src/core/net/srp_client.hpp
+6 −6 src/core/radio/ble_secure.cpp
+2 −2 src/core/radio/ble_secure.hpp
+4 −4 src/core/thread/address_resolver.cpp
+23 −25 src/core/thread/network_data_publisher.cpp
+3 −3 src/core/thread/network_data_publisher.hpp
+36 −48 src/core/thread/network_data_service.cpp
+209 −378 src/core/thread/network_data_service.hpp
+29 −13 tests/scripts/expect/cli-tcat-advertisement.exp
+25 −0 tests/scripts/expect/cli-tcat.exp
+123 −0 tests/scripts/thread-cert/border_router/test_ephemeral_key_counters.py
+25 −0 tests/scripts/thread-cert/node.py
+12 −12 tests/unit/test_network_data.cpp
+17 −7 tests/unit/test_routing_manager.cpp
+95 −46 tools/tcat_ble_client/cli/base_commands.py
+6 −1 tools/tcat_ble_client/cli/cli.py
+2 −1 tools/tcat_ble_client/cli/command.py
+4 −0 tools/tcat_ble_client/tlv/tcat_tlv.py

0 comments on commit c7632ab

Please sign in to comment.