aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-22B-Netz: Fixup of metering pulseAndreas Eversberg3-6/+9
2017-10-22SDR: Check if the required bandwidth can be handled by given sample rateAndreas Eversberg1-14/+16
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg31-228/+281
2017-10-22Display channel offset with TX and RX channel frequencies on startupAndreas Eversberg12-9/+32
2017-10-22SDR: Minor fixes in error condition handlingAndreas Eversberg1-4/+4
2017-10-22NMT-900: Handle channels >= 1025 correctlyAndreas Eversberg2-6/+12
2017-10-22NMT: Fixed segfault when decoding certain (invalid) messagesAndreas Eversberg1-1/+1
2017-10-22Call control: Minor logging fixesAndreas Eversberg1-2/+4
2017-10-12Fixed typoAndreas Eversberg1-1/+1
2017-10-12NMT: Removed double implementation of caller ID encodingAndreas Eversberg3-82/+5
2017-10-12Add function to display measurements on screenAndreas Eversberg26-52/+651
2017-10-02Use braces to make GCC happyAndreas Eversberg2-5/+7
2017-10-02R2000: Use correct debug categoryAndreas Eversberg1-10/+10
2017-10-02Only dial if call is on-hook or disconnectedAndreas Eversberg1-2/+2
2017-10-02C-Netz: Show standard deviation of bit levels instead of jitterAndreas Eversberg4-19/+31
2017-10-02AMPS/TACS: Change audio level rangeAndreas Eversberg1-2/+2
2017-10-02AMPS: Minor fixes to loopback testAndreas Eversberg1-5/+5
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-24AMPS: Fix 'use-after-free-bug' after destroying transactionAndreas Eversberg1-4/+2
2017-09-22NMT: Minor fixes on frame dataAndreas Eversberg1-2/+2
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 sms and dms code (NMT) to separate lib.aAndreas Eversberg3-19/+20
2017-09-11Move commonly used German tones (A/B/C-Netz) to separate lib.aAndreas Eversberg7-15/+14
2017-09-11Give hint to alter PKG_CONFIG_PATH, if SoapySDR or UHD was not foundAndreas Eversberg4-0/+0
2017-09-03R2000: Minor fix in channel descriptionAndreas Eversberg1-1/+1
2017-09-02SDR: Display spectrum graph together with channel numbers and positionAndreas Eversberg4-5/+40
2017-09-02Add implementation of analog TV signal generator (PAL so far)Andreas Eversberg20-3/+3032
2017-09-02SDR: Split SDR config from main_mobile.c to sdr_config.cAndreas Eversberg19-466/+589
2017-09-01JTACS: Implementation of the Japanese variant of TACSAndreas Eversberg11-5/+263
2017-09-01TACS: Fix power levelsAndreas Eversberg2-41/+19
2017-09-01SDR: Fixed stack overflow by allocating memory instead of local buffersAndreas Eversberg1-29/+88
2017-09-01C-Netz: Fixed overflow bugAndreas Eversberg1-1/+1
2017-09-01C-Netz: Work on system informations, metering and call queuesAndreas Eversberg10-165/+546
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 Eversberg21-23/+57
2017-09-01Move German tones from common code to individual implementationAndreas Eversberg12-10/+14
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 Eversberg17-116/+221
2017-09-01Radiocom 2000: Use high-pass filter to remove supervisory signalAndreas Eversberg2-1/+12
2017-09-01B-Netz: Be more tollerant with quality of continuous tonesAndreas Eversberg1-1/+1
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-16B-Netz: Use standard deviation to determine if an FSK frame is valid or notAndreas Eversberg3-10/+22
2017-08-16B-Netz: Add metering pulse support (Gebuehrenimpuls)Andreas Eversberg4-18/+100
2017-08-16R2000: FixesAndreas Eversberg2-15/+22
2017-08-10SDR: Add option to swap RX and TX frequencies (for testing)Andreas Eversberg4-3/+25