-
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: clean-up configuration and expose via config group #11415
Merged
miri64
merged 4 commits into
RIOT-OS:master
from
miri64:gnrc_sixlowpan/enh/expose-config
Apr 18, 2019
Merged
gnrc_sixlowpan: clean-up configuration and expose via config group #11415
miri64
merged 4 commits into
RIOT-OS:master
from
miri64:gnrc_sixlowpan/enh/expose-config
Apr 18, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
jia200x
approved these changes
Apr 18, 2019
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! |
This was referenced Apr 18, 2019
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Area: network
Area: Networking
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
TF: Config
Marks issues and PRs related to the work of the Configuration Task Force
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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