aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmobile
AgeCommit message (Expand)AuthorFilesLines
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke3-5/+5
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg11-349/+31184
2020-10-29Sound: Recover broken audio connection by closing and reopening the deviceAndreas Eversberg1-1/+1
2020-10-29Add tx-gain optionAndreas Eversberg4-21/+35
2020-10-29Add option (global flag) to disable check of channel numbers at sender.cAndreas Eversberg2-2/+3
2020-10-29Add option (global flag) to disable use of SDRAndreas Eversberg2-5/+13
2020-10-29Ignore pending audio frames when there is no transaction (anymore).Andreas Eversberg1-1/+2
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg2-2/+4
2020-01-12Add option to allow early audio towards call interfaceAndreas Eversberg4-8/+16
2020-01-12Add clock function to call interfaceAndreas Eversberg2-1/+4
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-9/+27
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg2-9/+10
2019-12-04Audio level of patterns were too loud.Andreas Eversberg1-1/+1
2019-11-29Describe if audio device exists, but does not support both directionsAndreas Eversberg1-1/+1
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg4-12/+12
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg2-0/+7
2019-05-30Minimum frequency must be 8000 HzAndreas Eversberg1-0/+6
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg2-1/+11
2018-08-25SDR: Add presets for LimeSDR-MiniAndreas Eversberg1-0/+19
2018-05-27Fixed -t (--tone) optionAndreas Eversberg1-1/+1
2018-05-21Add real-time scheduling to osmotv and make it default for all base stationsAndreas Eversberg1-1/+1
2018-05-21Refactoring command line option handlingAndreas Eversberg2-130/+82
2018-02-16Improved audio (sdr) handlingAndreas Eversberg1-1/+0
2018-02-16Improved wave playbackAndreas Eversberg1-2/+2
2018-02-16Improved emphasisAndreas Eversberg1-1/+1
2018-02-15Minor debug message correctionsAndreas Eversberg1-1/+1
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg3-0/+12
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-4/+11
2017-12-09SDR: Add option to set local oscillator (LO) offsetAndreas Eversberg1-1/+3
2017-12-09Remove dependencies between debug, displays and mncc-consoleAndreas Eversberg1-3/+6
2017-12-05SDR: Add DC offset removal (DC bias)Andreas Eversberg2-0/+6
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg3-3/+3
2017-12-03Restructure: Move display from common code to 'libdisplay'Andreas Eversberg3-149/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg8-0/+2280