aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-31utils: Minor fixes in PFB mode of gmr1_rx_sdrsylvain/gmr-1-3gSylvain Munaut1-2/+2
2019-08-31[hack] switch to sbandSylvain Munaut1-1/+1
2019-08-31[hack] Tweaks for very bad signalsSylvain Munaut2-2/+2
2019-08-31[hack] use 3G signalSylvain Munaut3-18/+83
2019-08-31rtfwk: Add support to output annotation to allow for debuggingsylvain/liveSylvain Munaut6-7/+66
2019-08-31sdr: Add support for metadata handling in the 'sdr' librarySylvain Munaut4-2/+407
2019-08-31[hack] First attempt at a status reporting screenSylvain Munaut9-29/+108
2019-08-31rtfwk: FCCH task improvementsSylvain Munaut1-17/+29
2019-08-31rtfwk: Remove hardcoded channel count limitSylvain Munaut7-60/+66
2019-08-31[hack] Add first attempt at live stream processingSylvain Munaut24-9/+2690
2019-08-31utils: Import some utilities to actually receive and process signalsSylvain Munaut2-0/+1240
2019-08-31gmr1_rx: FCCH SNR computation improvementSylvain Munaut1-13/+7
2019-08-31sdr/fcch: Improve the FCCH SNR evaluation functionSylvain Munaut1-9/+11
2019-08-31sdr/pix4cxpsk: Improve frequency error estimation/toleranceSylvain Munaut1-8/+9
2019-08-31l1/xch_dc12: Add channel coding for various channel types over DC12 burstsSylvain Munaut4-2/+153
2019-08-31l1/punct: Add all puncturing codes used in GMR-1 3GSylvain Munaut4-62/+923
2019-08-31l1/conv: Add all convolutional codes used in GMR-1 3GSylvain Munaut8-40/+419
2019-08-31sdr/nb: Add DC12 burst definition used in GMR-1 3GSylvain Munaut2-0/+32
2019-08-31sdr/pi4cxpsk: Add support for pi/2-CBPSKSylvain Munaut2-16/+31
2019-08-31sdr/fcch: Add support for FCCH3 used in GMR-1 3GSylvain Munaut3-64/+130
2019-08-31General copyright notice updateSylvain Munaut52-52/+52
2017-11-14Add contrib/jenkins.sh script, like other osmo-* repositoriesHarald Welte1-0/+47
2016-08-06doxygen: Attempt to fix make distcheck on Debian 8.0Holger Hans Peter Freyther1-1/+1
2016-04-25Doxygen: enable tagfile generation and usage for cross-project referencesSylvain Munaut2-5/+6
2016-04-25Doxygen: Enable client-based search engineSylvain Munaut2-2/+2
2016-04-25Doxygen: Don't process static functions/variablesSylvain Munaut1-1/+1
2016-03-08l1/{bcch,ccch}: Minor doc fixesSylvain Munaut2-2/+2
2016-03-08codec: Make sure to use float and not doubleSylvain Munaut2-2/+2
2016-03-08codec: Fix comments in tone codeSylvain Munaut1-2/+2
2015-04-05sdr/dkab: Fix softbit extractionSylvain Munaut1-2/+2
2015-04-04misc: Add an utility to modulate a RACH burstSylvain Munaut2-1/+71
2015-04-04sdr/pi4cxpsk: Add a method for modulation of pi/4 CxPSK burstsSylvain Munaut2-4/+90
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
2015-02-08utils: Remove old unmaintained gmr_multi_rxSylvain Munaut5-783/+0
2014-12-19build: Use LDADD to link apps to libraries instead of LDFLAGSSylvain Munaut1-5/+6
2014-10-05build: Add src/codec/private.h to noinst_HEADERS to fix buildSylvain Munaut1-0/+1
2014-10-05build: simplify Doxygen output installation and fix it for distcheckSylvain Munaut1-7/+4
2014-10-05build: Add .version to EXTRA_DISTSylvain Munaut1-1/+1
2014-10-04codec: Add the spectral magnitude enhancementSylvain Munaut3-0/+73
2014-10-04codec: Synthesis rewrite [2/2] - New synthesizer codeSylvain Munaut5-1/+381
2014-10-04codec: Synthesis rewrite [1/2] - Remove mbelibSylvain Munaut5-604/+1
2014-10-04codec: ambe_frame_decode_params has no return valuesSylvain Munaut2-4/+2
2014-10-04codec/math: Whitespace fixSylvain Munaut1-1/+0
2014-10-04codec/math: Import new function fo DWT float<->complexSylvain Munaut2-2/+66
2014-10-03codec/math: Add a sinf_fast functionSylvain Munaut2-1/+12
2013-12-17codec: Remove externSylvain Munaut1-13/+13
2013-12-17codec: Tweak the L generation formula to match DSP implementationSylvain Munaut1-1/+1
2013-12-17codec: DocumentationSylvain Munaut7-39/+116
2013-12-17codec: Fix tone generationSylvain Munaut2-6/+4