Commit acbad95
authored
Bumps [openthread](https://github.com/openthread/openthread) from `5439f80` to `87d39db`.
- [Commits](openthread/openthread@5439f80...87d39db)
---
updated-dependencies:
- dependency-name: openthread
dependency-version: 87d39dbf5e41919a2818ee70a9d44802c6751023
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 cc01fff commit acbad95
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule openthread updated 54 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+58-73
- src/core/meshcop/secure_transport.hpp+50-41
- 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+1
- tests/nexus/platform/nexus_core.cpp+7-33
- tests/nexus/platform/nexus_infra_if.cpp+5-12
- tests/nexus/platform/nexus_infra_if.hpp+1-4
- tests/nexus/platform/nexus_logging.cpp+1-1
- tests/nexus/platform/nexus_node.cpp+41-22
- tests/nexus/platform/nexus_node.hpp+13-4
- tests/nexus/platform/nexus_udp.cpp+10-11
- 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+10-9
- 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_TREL_TC_4.cpp+1-1
- 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