aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-07encoding: Change function signature to use UL TBFs where it makes senseDaniel Willmann1-2/+2
encode_rbb() and write_packet_uplink_assignment are only called with UL TBFs so change the function signature to reflect that. Ticket: SYS#389 Sponsored by: On-Waves ehf
2013-12-12encoding: Factor out encode_rbb to help testingDaniel Willmann1-0/+2
2013-10-30encoding: Move the functions into the encoding classHolger Hans Peter Freyther1-0/+66
Add some TODO to this class. E.g. they could all work on the bitvec and the parameter handling could better.