aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2024-04-21Add parameter to DTMF decode to change frequency marginAndreas Eversberg1-1/+2
2024-04-05Increase compiler warnings and fix themAndreas Eversberg5-16/+25
2024-02-18Move from local to external osmo* librariesAndreas Eversberg8-25/+29
2023-06-10Fix notch filter and add a test for itAndreas Eversberg1-0/+19
2023-03-18Generate compador table only once when the application startsAndreas Eversberg1-1/+2
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg1-0/+2
2022-10-23DTMF: Now allows to give duration and pause for digitAndreas Eversberg1-1/+1
2021-12-08Improvement of Goertzel filter. Using Hamming window now. Add test routine.Andreas Eversberg2-0/+61
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg2-4/+4
2021-11-07Refactoring ASCCI-Art image printingAndreas Eversberg3-2/+4
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-0/+2
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-2/+2
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg1-2/+2
2020-12-29Add G.711 codec (alaw / ulaw conversion)Andreas Eversberg1-0/+2
2020-12-21V.27ter Modem emulation (partly)Andreas Eversberg2-1/+142
2020-12-21Added FIR filter to libfilterAndreas Eversberg1-0/+42
2020-01-12Add clock function to call interfaceAndreas Eversberg2-0/+4
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg1-0/+2
2019-07-15Fixed many typos in output and source code commentsMartin Hauke1-1/+1
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg2-0/+4
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg2-1/+27
2018-11-10NMT: Fix test of SMS code for different time zonesAndreas Eversberg1-6/+7
2018-10-14Compandor: Remove unused option for unaffected levelAndreas Eversberg1-1/+1
2018-05-21Refactoring command line option handlingAndreas Eversberg2-1/+3
2018-02-16Improved emphasisAndreas Eversberg1-1/+1
2018-02-15Make libdebug not depend on libdisplayAndreas Eversberg2-3/+0
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-4/+12
2017-12-09Remove dependencies between debug, displays and mncc-consoleAndreas Eversberg3-51/+5
2017-12-03Add DTMF decoder to libdtmfAndreas Eversberg2-0/+124
2017-12-03Add library to normalize speech level (Sendevolumenregler SVoR)Andreas Eversberg2-0/+113
2017-12-03Restructure: Fixing library linking orderAndreas Eversberg1-27/+12
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg6-12/+12
2017-12-03Restructure: Move display from common code to 'libdisplay'Andreas Eversberg1-0/+4
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-7/+7
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg7-6/+10
2017-12-03Restructure: Move sdr from common code to 'libsdr'Andreas Eversberg1-8/+28
2017-11-25Restructure: Move sound from common code to 'libsound'Andreas Eversberg1-0/+4
2017-11-25Restructure: Move mncc from common code to 'libmncc'Andreas Eversberg1-0/+4
2017-11-25Restructure: Move compandor from common code to 'libcompandor'Andreas Eversberg2-1/+2
2017-11-25Restructure: Move fm_modulation from common code to 'libfm'Andreas Eversberg2-1/+6
2017-11-25Restructure: Move 'libgermantone' to a-netz codeAndreas Eversberg1-0/+4
2017-11-25Restructure: Move emphasis from common code to 'libemphasis'Andreas Eversberg2-1/+5
2017-11-25Restructure: Move jitter from common code to 'libjitter'Andreas Eversberg1-0/+4
2017-11-25Restructure: Move hagelbarger from common code to 'libhagelbarger'Andreas Eversberg2-1/+2
2017-11-25Restructure: Move wave from common code to 'libwave'Andreas Eversberg1-0/+4
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg3-2/+4
2017-11-13Restructure: Move sample rate conversion from common code to 'libsamplerate'Andreas Eversberg1-0/+4
2017-11-13Restructure: Move filters from common code to 'libfilter'Andreas Eversberg4-3/+8
2017-11-11NMT: Add support for receiving 8-Bit-SMS, because it is mandatoryAndreas Eversberg1-7/+32
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg1-5/+5