-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
e6a6b9f
to e43120d
Bumps [openthread](https://github.com/openthread/openthread) from `e6a6b9f` to `e43120d`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@e6a6b9f...e43120d) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
85fb634
commit 87e39ed
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
17 files
+1 −1 | src/core/coap/coap.cpp | |
+1 −1 | src/core/coap/coap_secure.cpp | |
+1 −1 | src/core/coap/coap_secure.hpp | |
+9 −9 | src/core/common/message.hpp | |
+1 −1 | src/core/instance/instance.cpp | |
+1 −1 | src/core/meshcop/joiner_router.cpp | |
+12 −8 | src/core/meshcop/secure_transport.cpp | |
+1 −1 | src/core/meshcop/secure_transport.hpp | |
+1 −1 | src/core/net/icmp6.cpp | |
+1 −1 | src/core/radio/ble_secure.cpp | |
+173 −80 | src/core/thread/mle.cpp | |
+58 −14 | src/core/thread/mle.hpp | |
+136 −117 | src/core/thread/mle_router.cpp | |
+4 −7 | src/core/thread/mle_router.hpp | |
+1 −1 | src/core/thread/tmf.cpp | |
+2 −0 | tests/unit/test_dns_client.cpp | |
+1 −1 | tests/unit/test_message.cpp |