aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-09l1/a5: Fix typo in memsetSylvain Munaut1-1/+1
2013-07-06gmr1_rx: Better DKAB handlingSylvain Munaut1-8/+26
2013-07-06gmr1_rx: Don't count the borders when computing energySylvain Munaut1-1/+2
2013-07-06gmr1_rx: Don't try to low pass frequency correctionSylvain Munaut1-1/+1
2013-07-06gmr1_rx: Fix warnings about unused varSylvain Munaut1-0/+4
2013-07-06sdr/pi4cxpsk: Use conjugate rather than a complex inverseSylvain Munaut1-1/+1
2013-07-06gsmtap: Remove type #define. Those are in mainline gsmtap.h nowSylvain Munaut1-3/+0
2013-07-06sdr/dkab: Add validation of DKAB to differentiate for nothingnessSylvain Munaut1-4/+30
2013-07-06l1/tch9: Fix typo in headerSylvain Munaut1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer4-4/+4
2012-10-14Update .gitignoreSylvain Munaut1-0/+1
2012-10-14gmr1_rx: First draft of FACCH9/TCH9 decodingSylvain Munaut1-3/+147
2012-10-14gmr1_rx: Rename tch_state to tch3_state in preparation for TCH9 supportSylvain Munaut1-19/+19
2012-09-10l1/tch9: Add TCH9 channel coding supportSylvain Munaut4-2/+236
2012-09-10l1/interleave: Add support for inter-burst interleavingSylvain Munaut2-0/+131
2012-09-10l1/punct: Extend the puncture table generation to support TCH6/9Sylvain Munaut3-13/+74
2012-09-10l1/facch9: Add FACCH9 channel coding supportSylvain Munaut4-2/+194
2012-09-10utils/gmr_multi_rx: Fix fg_thread init with new APISylvain Munaut1-1/+1
2012-09-10utils/gmr_multi_rx: Add explicit dependency to uhdSylvain Munaut1-1/+1
2012-05-11Follow the rename from libosmosdr -> libosmodspSylvain Munaut10-17/+17
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut34-34/+34
2012-03-14misc: Add software to generate the G/g matrices for the FACCH3 codesSylvain Munaut2-1/+107
2012-03-14l1: Add RACH channel coding/decoding routinesSylvain Munaut4-2/+242
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-01apps/gmr1_rx: Add deciphering supportSylvain Munaut1-6/+44
2012-02-01l1/a5: Add implementation of the GMR-1 A5/1 ciphering algorithmSylvain Munaut4-2/+332
2011-12-17apps/gmr1_rx: Add TCH3 channel followSylvain Munaut1-8/+269
2011-12-17sdr/pi4cxpsk: Add method to detect modulation orderSylvain Munaut2-0/+47
2011-12-17sdr/pi4cxpsk: Add method to detect burst type by correlating training sequencesSylvain Munaut2-5/+96
2011-12-16sdr/dkab: Add support for Dual Keep Alive Bursts demodulationSylvain Munaut4-2/+239
2011-12-16sdr/pi4cxpsk: Use 'float' version of cargSylvain Munaut1-2/+2
2011-12-16sdr: Fix documentation references error (to 05.003 instead of 05.004)Sylvain Munaut4-4/+4
2011-12-15l1/tch3: Add support for TCH3 (speech) channel codingSylvain Munaut4-2/+232
2011-12-14l1/conv: Add the special tail-biting code used in TCH3Sylvain Munaut3-1/+56
2011-12-14l1/facch3: Add support for FACCH3 channel codingSylvain Munaut4-2/+215
2011-12-14l1/punct: Add method to generate the puncturing array from a gmr1_puncturerSylvain Munaut2-0/+52
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-11-19apps/gmr1_rx: Better formatting of the FN debug status lineSylvain Munaut1-1/+1
2011-11-19apps/gmr1_rx: Fix wrong initial value for bcch_energySylvain Munaut1-1/+1
2011-10-30l1: Couple of fixes in the documentation of bcch/ccch channe codingSylvain Munaut2-4/+4
2011-10-30gsmtap: Send proper FN & TNSylvain Munaut3-6/+15
2011-10-30apps/gmr1_rx: Add proper TDMA sync yielding correct frame numberSylvain Munaut1-10/+67
2011-10-19apps/gmr1_rx: Add CCCH detection/processingSylvain Munaut1-5/+57
2011-10-19l1/ccch: Add CCCH (PCH/AGCH) channel codingSylvain Munaut4-2/+158
2011-10-19sdr/fcch: Add equation for the up/down/dual chirps docSylvain Munaut1-4/+18
2011-10-18l1/bcch: Add 'const' to input arguments of channel coding funcsSylvain Munaut2-4/+4
2011-10-17apps/gmr1_rx: Protect against negative alignementSylvain Munaut1-0/+2