-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `b03022b` to `3b29110`. - [Commits](openthread/openthread@b03022b...3b29110) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b5eca2e
commit e05006a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+3 −3 | .github/workflows/otns.yml | |
+1 −2 | src/core/mac/data_poll_sender.cpp | |
+2 −2 | src/core/mac/mac.cpp | |
+205 −107 | src/core/mac/mac_frame.cpp | |
+14 −7 | src/core/mac/mac_frame.hpp | |
+18 −0 | src/core/mac/mac_types.cpp | |
+71 −3 | src/core/mac/mac_types.hpp | |
+5 −7 | src/core/thread/mesh_forwarder.cpp | |
+4 −1 | src/core/thread/mesh_forwarder.hpp | |
+1 −2 | src/core/thread/mesh_forwarder_ftd.cpp | |
+13 −8 | src/core/thread/mle.cpp | |
+40 −4 | src/core/thread/mle.hpp | |
+8 −9 | src/core/thread/mle_router.cpp | |
+15 −1 | src/core/thread/mle_router.hpp | |
+3 −4 | src/core/thread/mle_types.cpp | |
+44 −128 | src/core/thread/mle_types.hpp | |
+2 −2 | src/core/thread/network_data_leader_ftd.cpp | |
+3 −0 | src/core/thread/network_data_leader_ftd.hpp | |
+4 −4 | src/core/thread/router_table.cpp | |
+14 −5 | src/core/thread/router_table.hpp | |
+96 −48 | tests/unit/test_mac_frame.cpp |