gnrc_sixlowpan: Introduce 6Lo GNRC dispatch sub-layer#8512
Merged
cgundogan merged 1 commit intoRIOT-OS:masterfrom Mar 1, 2018
Merged
gnrc_sixlowpan: Introduce 6Lo GNRC dispatch sub-layer#8512cgundogan merged 1 commit intoRIOT-OS:masterfrom
cgundogan merged 1 commit intoRIOT-OS:masterfrom
Conversation
Member
Author
|
@cgundogan ping? |
7e5f8fe to
315ad14
Compare
Member
Author
|
Squashed. Also, please remember this discussion regarding the NEEDS SQUASHING label ;-). |
Member
? :P |
Member
Author
You are a maintainer... log-in with the password mailman sent you when you were registered to the maintainers list to view the archive. |
Member
|
travis dislikes this PR |
315ad14 to
67d7aea
Compare
Member
Author
Fixed and squashed immediately. |
This abstracts the sending and receiving of 6Lo packets to the new 6Lo sub-layer model introduced in RIOT-OS#8511 and exemplifies it as well.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This abstracts the sending and receiving of 6Lo packets to the new
6Lo sub-layer model introduced in #8511 and exemplifies it as well.
Issues/PRs references
Addresses parts of #8511