aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-09sdr/pi4cxpsk: Rewrite loop logic in _gmr1_pi4cxpsk_freq_err for CoveritySylvain Munaut1-1/+3
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-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-06sdr/dkab: Add validation of DKAB to differentiate for nothingnessSylvain Munaut1-4/+30
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer3-3/+3
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 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-05-11Follow the rename from libosmosdr -> libosmodspSylvain Munaut6-13/+13
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut16-16/+16
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 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-01apps/gmr1_rx: Add deciphering supportSylvain Munaut1-6/+44
2012-02-01l1/a5: Add implementation of the GMR-1 A5/1 ciphering algorithmSylvain Munaut2-1/+285
2011-12-17apps/gmr1_rx: Add TCH3 channel followSylvain Munaut1-8/+269
2011-12-17sdr/pi4cxpsk: Add method to detect modulation orderSylvain Munaut1-0/+44
2011-12-17sdr/pi4cxpsk: Add method to detect burst type by correlating training sequencesSylvain Munaut1-5/+92
2011-12-16sdr/dkab: Add support for Dual Keep Alive Bursts demodulationSylvain Munaut2-1/+191
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 Munaut2-2/+2
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-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 Munaut2-5/+12
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 Munaut2-1/+114
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 Munaut1-2/+2
2011-10-17apps/gmr1_rx: Protect against negative alignementSylvain Munaut1-0/+2
2011-10-17sdr/fcch: Fix off-by-1 overflow in multi FCCH detection peak recordSylvain Munaut1-0/+4
2011-10-16build: Fix link order to make Ubuntu 11.10 happySylvain Munaut1-3/+3
2011-10-16apps/gmr1_rx: Fix 'wrong' warning about possible uninitialized varSylvain Munaut1-0/+2