aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-15NMT: Mark Benelux and Czech/Slovak networks as testedAndreas Eversberg1-5/+6
2017-06-11NMT: Fixed line signal descriptionAndreas Eversberg1-1/+7
2017-06-11NMT: Disable Supervisory signal during DMS (SMS) transfer and use TimeoutAndreas Eversberg2-2/+9
2017-06-10B-Netz: Minor printf fixAndreas Eversberg1-1/+1
2017-06-10NMT: Fix and adjustements to supervisory signal detectionAndreas Eversberg2-7/+10
2017-06-10NMT 450: Support for other European counties, like Belgium, Czech, SlovakiaAndreas Eversberg9-153/+308
2017-06-10AMPS: Fixed selecting right CRC values for FOCC wordsAndreas Eversberg1-9/+12
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-10NMT: Allow NULL (B'0000') to be used as country selector in traffic areaAndreas Eversberg3-3/+12
2017-06-10AMPS/C-Netz: Correctly release pending transaction when creating a new oneAndreas Eversberg6-17/+41
2017-06-10Status displayAndreas Eversberg16-12/+354
2017-06-10AMPS: Add DTX supportAndreas Eversberg7-26/+65
2017-05-24Notify about usage of channels that are next to each otherAndreas Eversberg1-0/+6
2017-05-24Finetuning LOSS (noise) detectionAndreas Eversberg2-4/+1
2017-05-23AMPS: Serveral minor fixesAndreas Eversberg6-37/+75
2017-05-19C-Netz: Make demodulation algorithm (slope or leve) slectable via optionAndreas Eversberg7-12/+55
2017-05-17minor cleanupsAndreas Eversberg3-18/+28
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-17C-Netz: SDR now uses zero-crossing to detect level changes.Andreas Eversberg7-58/+167
2017-05-17C-Netz: Improved transmission of speechAndreas Eversberg1-17/+46
2017-05-17Minor fixes on AMPS messagesAndreas Eversberg3-35/+17
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg19-58/+116
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg21-164/+200
2017-05-15SDR: Added SoapySDR's compiler flags to common/MakefileAndreas Eversberg1-1/+1
2017-05-15SDR: Fixed SoapySDR's arguments parsingAndreas Eversberg1-1/+1
2017-05-15SDR: Allow direct IQ TX and RX instead of fm modulating a list of channelsAndreas Eversberg1-12/+24