-
Notifications
You must be signed in to change notification settings - Fork 2.1k
gnrc_sixlowpan: clean-up configuration and expose via config group #11415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnrc_sixlowpan: clean-up configuration and expose via config group #11415
Conversation
thanks for tackling this! Murdock complains because of undocumented defines |
c3a004e
to
9192287
Compare
Piggy-backed documentation on those two functions, Murdock and Travis were complaining about. |
Got permission to squash offline |
413e59b
to
6610ac9
Compare
Fixed Murdock complained |
Both values are not standardized so there is no sense keeping these values not configurable
This adds documentation for the following undocumented functions: - rbuf_rm() - rbuf_entry_empty()
39a0637
to
43dedfc
Compare
And squashed again. |
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.
Looks OK now. ACK
Thanks for the review! |
Contribution description
Bringing GNRC's 6LoWPAN module towards #10566 (also I need the last part for my current experiments ;-)). This PR
net/gnrc/sixlowpan/nd/border_router.h
header, since the only define in it is nowhere used,net/gnrc/sixlowpan*
tonet/gnrc/sixlowpan/config.h
, andRBUF_SIZE
andRBUF_TIMEOUT
for compile time configuration via the new macrosGNRC_SIXLOWPAN_FRAG_RBUF_SIZE
andGNRC_SIXLOWPAN_FRAG_RBUF_TIMEOUT_MS
respectively.Testing procedure
Read and compile (the latter should still work, I don't know about the first ;-)).
Issues/PRs references
Addresses #10566