aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Eversberg21-1117/+785
2017-08-09Implementation of "Radiocom 2000", the analog French mobile networkAndreas Eversberg15-11/+3543
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg8-0/+45
2017-08-08Fixed command line option for call audio device (headset)Andreas Eversberg1-1/+1
2017-08-08Fixes of checking digitsAndreas Eversberg3-17/+17
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 Eversberg7-14/+32
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg11-239/+371
2017-08-08SDR: Using threads for read and write when doing resamplingAndreas Eversberg5-56/+351
2017-08-08NMT-900 System implementationAndreas Eversberg7-183/+488
2017-08-08NMT: Implement Hagelbarger CodeAndreas Eversberg7-160/+238
2017-07-15Minor fix for NMT debug outputAndreas Eversberg1-2/+2
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 Eversberg19-24/+47
2017-07-15Cleanup common/Makefile.amAndreas Eversberg1-31/+30
2017-07-15NMT: Show trafic areas in hex and allow to select unsupported areasAndreas Eversberg2-8/+13
2017-07-15NMT: Fixed "use after free" bugAndreas Eversberg1-3/+6
2017-07-15NMT: Fixed NMT digit decodingAndreas Eversberg1-2/+2
2017-07-15Minor fixes to compandorAndreas Eversberg4-29/+44
2017-07-15AMPS: Fixes in message display and function namesAndreas Eversberg1-8/+8
2017-07-15TACS support (variations added to AMPS code)Andreas Eversberg20-478/+19804