Commit 481c183
authored
Bumps [openthread](https://github.com/openthread/openthread) from `bf6da19` to `641e84a`.
- [Commits](openthread/openthread@bf6da19...641e84a)
---
updated-dependencies:
- dependency-name: openthread
dependency-version: 641e84aed4bb349291181240fe3348d2dada85e8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc899d5 commit 481c183
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule openthread updated 57 files
- .github/workflows/otns.yml+3-3
- include/openthread/border_agent.h+6-4
- include/openthread/instance.h+1-1
- src/cli/README.md+1-1
- src/core/api/coap_secure_api.cpp+1-7
- src/core/api/instance_api.cpp+1-1
- src/core/api/thread_api.cpp+1-1
- src/core/api/udp_api.cpp+4-1
- src/core/border_router/routing_manager.cpp+3-4
- src/core/common/log.cpp+1-1
- src/core/common/string.cpp+10
- src/core/common/string.hpp+17-3
- src/core/common/uptime.cpp+17-4
- src/core/common/uptime.hpp+42-14
- src/core/config/border_agent.h+2-2
- src/core/mac/mac.cpp+4-4
- src/core/meshcop/border_agent.cpp+53-15
- src/core/meshcop/border_agent.hpp+8-1
- src/core/meshcop/border_agent_ephemeral_key.cpp+59-9
- src/core/meshcop/border_agent_ephemeral_key.hpp+9-1
- src/core/meshcop/commissioner.cpp+1-2
- src/core/meshcop/joiner.cpp+2-2
- src/core/meshcop/secure_transport.cpp+40-39
- src/core/meshcop/secure_transport.hpp+50-41
- src/core/net/udp6.cpp+3
- src/core/net/udp6.hpp+3-3
- src/core/radio/ble_secure.cpp+1-2
- src/core/thread/mle.cpp+8-7
- src/core/thread/mle.hpp+2-2
- tests/nexus/CMakeLists.txt+2
- tests/nexus/openthread-core-nexus-config.h+4
- tests/nexus/platform/nexus_core.cpp+30
- tests/nexus/platform/nexus_core.hpp+5-2
- tests/nexus/platform/nexus_infra_if.cpp+5
- tests/nexus/platform/nexus_logging.cpp+1-1
- tests/nexus/platform/nexus_node.cpp+2-1
- tests/nexus/platform/nexus_node.hpp+4
- tests/nexus/platform/nexus_udp.cpp+305
- tests/nexus/platform/nexus_udp.hpp+70
- tests/nexus/run_nexus_tests.sh+1
- tests/nexus/test_1_3_GEN_TC_2.cpp+3
- tests/nexus/test_1_3_SRP_TC_1.cpp+2
- tests/nexus/test_1_3_SRP_TC_13.cpp-2
- tests/nexus/test_1_3_SRP_TC_15.cpp+8
- tests/nexus/test_1_3_SRP_TC_2.cpp+3
- tests/nexus/test_1_3_SRP_TC_3.cpp+2
- tests/nexus/test_1_3_SRP_TC_4.cpp+5-1
- tests/nexus/test_1_3_SRP_TC_5.cpp+2
- tests/nexus/test_1_3_SRP_TC_6.cpp+2
- tests/nexus/test_1_3_SRP_TC_8.cpp+1-2
- tests/nexus/test_1_4_CS_TC_3.cpp+921
- tests/nexus/test_1_4_DNS_TC_1.cpp+2-2
- tests/nexus/test_1_4_TREL_TC_6.cpp+1
- tests/nexus/test_border_admitter.cpp+5-5
- tests/nexus/test_border_agent.cpp+239-14
- tests/nexus/test_dtls.cpp+9-12
- tests/nexus/verify_1_4_CS_TC_3.py+393
0 commit comments