-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gnrc_sixlowpan_frag: encapsulate msg_send_to_self() #11063
gnrc_sixlowpan_frag: encapsulate msg_send_to_self() #11063
Conversation
e287ea7
to
15a1dfa
Compare
I can confirm that |
This makes it easier to access this functionality for test cases e.g. from the `main` thread.
15a1dfa
to
931b179
Compare
Rebased to current master to resolve conflict caused by merging #11135. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Thank you for reviewing :-) |
Contribution description
This makes it easier to access this functionality for test cases e.g. from the
main
thread.Testing procedure
gnrc_networking
with fragmented packets (e.g.ping6 -s 120 <link-layer address>
) should still work. Neither code nor RAM size should change.Issues/PRs references
None but required for minimal fragment forwarding tests: