summaryrefslogtreecommitdiffstats
path: root/include/osmocore/bits.h
Commit message (Collapse)AuthorAgeFilesLines
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-221-0/+6
| | | | | | (e.g. input2[] test sequence from testra/crc_test decodes incorrectly to packed bits: 90 b0 3e 80 03 87 53 bd 6f 08, this patch fixes it)
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-211-0/+12
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-191-0/+27