-
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
4e52d85
to e64f38a
Bumps [openthread](https://github.com/openthread/openthread) from `4e52d85` to `e64f38a`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@4e52d85...e64f38a) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
60e090a
commit 54e3d1c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
26 files
+10 −7 | include/openthread/coap.h | |
+1 −1 | include/openthread/instance.h | |
+2 −0 | include/openthread/ip6.h | |
+50 −0 | include/openthread/message.h | |
+3 −2 | include/openthread/udp.h | |
+21 −4 | src/core/api/coap_api.cpp | |
+8 −2 | src/core/api/ip6_api.cpp | |
+17 −0 | src/core/api/message_api.cpp | |
+14 −2 | src/core/api/udp_api.cpp | |
+4 −0 | src/core/common/message.cpp | |
+61 −10 | src/core/common/message.hpp | |
+49 −37 | src/core/net/ip6.cpp | |
+8 −29 | src/core/net/ip6.hpp | |
+4 −0 | src/core/net/ip6_mpl.cpp | |
+1 −1 | src/core/net/nat64_translator.cpp | |
+2 −8 | src/core/radio/trel_interface.cpp | |
+4 −1 | src/core/thread/mesh_forwarder.cpp | |
+3 −1 | src/core/thread/mesh_forwarder_ftd.cpp | |
+39 −0 | src/core/thread/mle.cpp | |
+9 −0 | src/core/thread/neighbor_table.cpp | |
+11 −0 | src/core/thread/neighbor_table.hpp | |
+2 −0 | src/posix/platform/netif.cpp | |
+27 −1 | tests/scripts/thread-cert/border_router/test_firewall.py | |
+1 −0 | tests/scripts/thread-cert/config.py | |
+0 −0 | tests/scripts/thread-cert/pktverify/verify.py | |
+27 −0 | tests/unit/test_message.cpp |