aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2017-10-12Fixed typoAndreas Eversberg1-1/+1
2017-10-12Add function to display measurements on screenAndreas Eversberg12-28/+539
2017-10-02Only dial if call is on-hook or disconnectedAndreas Eversberg1-2/+2
2017-09-24SDR: Use filter to remove harmonics caused by downsampling/upsamplingAndreas Eversberg3-1/+63
2017-09-24SDR: Improved IQ plot display, increase dynamics of spectrum displayAndreas Eversberg3-48/+61
2017-09-21Add echo test feature to check mobile phone's mic + speakerAndreas Eversberg4-25/+52
2017-09-16SDR: Improvement of spectrum view, peaks are drawn correctlyAndreas Eversberg1-8/+31
2017-09-11Move commonly used German tones (A/B/C-Netz) to separate lib.aAndreas Eversberg1-1/+5
2017-09-11Give hint to alter PKG_CONFIG_PATH, if SoapySDR or UHD was not foundAndreas Eversberg4-0/+1276
2017-09-02SDR: Display spectrum graph together with channel numbers and positionAndreas Eversberg3-5/+39
2017-09-02Add implementation of analog TV signal generator (PAL so far)Andreas Eversberg3-2/+404
2017-09-02SDR: Split SDR config from main_mobile.c to sdr_config.cAndreas Eversberg13-441/+552
2017-09-01SDR: Fixed stack overflow by allocating memory instead of local buffersAndreas Eversberg1-29/+88
2017-09-01Corrected print messages in wave file processing.Andreas Eversberg1-8/+8
2017-09-01Move mobile phone specific code from libcommon.a to libmobile.aAndreas Eversberg3-11/+13
2017-09-01Move German tones from common code to individual implementationAndreas Eversberg5-1278/+0
2017-09-01Emphasis: Add filter to prevent emphasis above 4000 HzAndreas Eversberg4-6/+8
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg9-34/+168
2017-09-01Fixup: SDR: Show IQ data with three colorsAndreas Eversberg1-2/+4
2017-08-16SDR: Add option to enable TX timestamps on UHD devices (disabled by default)Andreas Eversberg6-12/+36
2017-08-16SDR: Add time consumption debug codeAndreas Eversberg1-0/+34
2017-08-16SDR: Name SDR TX and RX threadsAndreas Eversberg1-0/+10
2017-08-10SDR: Add option to swap RX and TX frequencies (for testing)Andreas Eversberg4-3/+25
2017-08-10UHD: Remove buggy sample rate checkAndreas Eversberg1-34/+0
2017-08-09UHD: Make frequency settings more tollerant (+-100 Hz are accepted)Andreas Eversberg1-2/+2
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg8-320/+456
2017-08-09Implementation of "Radiocom 2000", the analog French mobile networkAndreas Eversberg2-10/+12
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg2-0/+24
2017-08-08Fixed command line option for call audio device (headset)Andreas Eversberg1-1/+1
2017-08-08SDR: Show IQ data with three colors to detect input overdriveAndreas Eversberg1-4/+21
2017-08-08Move Hagelbarger error correction code from NMT to common codeAndreas Eversberg3-0/+106
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg3-0/+284
2017-08-08SDR: Using threads for read and write when doing resamplingAndreas Eversberg5-56/+351
2017-07-15Minor fix for IQ data displayAndreas Eversberg1-2/+6
2017-07-15Fixing and improving SDR support (SoapySDR and UHD)Andreas Eversberg9-114/+395
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg4-4/+27
2017-07-15Cleanup common/Makefile.amAndreas Eversberg1-31/+30
2017-07-15Minor fixes to compandorAndreas Eversberg2-7/+7
2017-06-10Add option to set MNCC socket name (to run multiple base stations)Andreas Eversberg1-1/+17
2017-06-10SDR: Add option to give channel numberAndreas Eversberg7-19/+28
2017-06-10Make spectrum display nicer by plotting continuous lines between samplesAndreas Eversberg1-13/+80
2017-06-10Make spectrum display a little nicer by using '|' instead of ':'Andreas Eversberg1-5/+5
2017-06-10Status displayAndreas Eversberg5-1/+178
2017-05-24Notify about usage of channels that are next to each otherAndreas Eversberg1-0/+6
2017-05-24Finetuning LOSS (noise) detectionAndreas Eversberg1-1/+1
2017-05-17SDR: Checking given parameters with a tollerance of up to 0.001Andreas Eversberg2-17/+17
2017-05-17SDR: Spectrum display will not scale FFT resultAndreas Eversberg2-74/+62
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg4-23/+27
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg14-136/+172
2017-05-15SDR: Added SoapySDR's compiler flags to common/MakefileAndreas Eversberg1-1/+1