aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1
AgeCommit message (Expand)AuthorFilesLines
2016-09-11General copyright notice updateSylvain Munaut13-13/+13
2016-03-08l1/{bcch,ccch}: Minor doc fixesSylvain Munaut2-2/+2
2015-04-04l1/rach: Fix the gmr1_rach_encode functionSylvain Munaut1-3/+3
2015-04-04l1/rach: Clear up the unused bits in gmr1_rach_decode return arraySylvain Munaut1-0/+2
2013-12-17doc: Fix a couple of missing documentation stringSylvain Munaut1-0/+1
2013-07-09l1/facch9: Fix wrong index when clearing last upper nibble in decodeSylvain Munaut1-1/+1
2013-07-09l1/a5: Fix typo in memsetSylvain Munaut1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2012-09-10l1/tch9: Add TCH9 channel coding supportSylvain Munaut2-1/+178
2012-09-10l1/interleave: Add support for inter-burst interleavingSylvain Munaut1-0/+110
2012-09-10l1/punct: Extend the puncture table generation to support TCH6/9Sylvain Munaut2-12/+70
2012-09-10l1/facch9: Add FACCH9 channel coding supportSylvain Munaut2-1/+147
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut11-11/+11
2012-03-14l1: Add RACH channel coding/decoding routinesSylvain Munaut2-1/+197
2012-03-14l1: Do a bit of #include cleanup, make sure to include what's neededSylvain Munaut4-1/+15
2012-03-01l1/a5: Use better numerotation for LFSR bitsSylvain Munaut1-14/+14
2012-02-01l1/a5: Add implementation of the GMR-1 A5/1 ciphering algorithmSylvain Munaut2-1/+285
2011-12-15l1/tch3: Add support for TCH3 (speech) channel codingSylvain Munaut2-1/+184
2011-12-14l1/conv: Add the special tail-biting code used in TCH3Sylvain Munaut1-0/+54
2011-12-14l1/facch3: Add support for FACCH3 channel codingSylvain Munaut2-1/+169
2011-12-14l1/punct: Add method to generate the puncturing array from a gmr1_puncturerSylvain Munaut1-0/+46
2011-12-14l1/{bcch,ccch}: Add missing doc for conv_rv parameter and return valueSylvain Munaut2-0/+4
2011-12-14l1/ccch: Fix missing const qualifier on gmr1_ccch_{encode,decode}Sylvain Munaut1-2/+2
2011-11-19l1: Use constructor attribute to init the channel codersSylvain Munaut2-22/+2
2011-10-30l1: Couple of fixes in the documentation of bcch/ccch channe codingSylvain Munaut2-4/+4
2011-10-19l1/ccch: Add CCCH (PCH/AGCH) channel codingSylvain Munaut2-1/+114
2011-10-18l1/bcch: Add 'const' to input arguments of channel coding funcsSylvain Munaut1-2/+2
2011-10-16build: Add autotools magicSylvain Munaut1-0/+9
2011-10-15l1/bcch: Fix trailing whitespacesSylvain Munaut1-2/+2
2011-10-15l1/interleave: Fix mismatch in function prototype between .c & .hSylvain Munaut1-2/+2
2011-10-15doc: Fix Doxygen tags in pre-existing filesSylvain Munaut6-12/+12
2011-10-09l1/bcch: Fix documentation cut & paste errorSylvain Munaut1-1/+1
2011-09-18l1/bcch: Add complete BCCH stateless coder/decoderSylvain Munaut1-0/+109
2011-09-18l1/scramb: Add scrambling primitivesSylvain Munaut1-0/+95
2011-09-18l1/punct: Add description of the puncturing schemesSylvain Munaut1-0/+238
2011-09-18l1/interleave: Add interleaving primitives (intra-burst only so far)Sylvain Munaut1-0/+82
2011-09-18l1/crc: Add CRC primitivesSylvain Munaut1-0/+65
2011-09-18l1/conv: Add convolutional coding primitivesSylvain Munaut1-0/+144