aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Move AMPS/TACS/JTACS into one source directoryAndreas Eversberg1-34/+0
2022-10-23JTACS (Japanese Total Access Communication System) works nowAndreas Eversberg1-0/+6
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg1-0/+7
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg1-1/+1
2017-09-01JTACS: Implementation of the Japanese variant of TACSAndreas Eversberg1-0/+1
2017-07-15TACS support (variations added to AMPS code)Andreas Eversberg1-378/+4
2017-06-10AMPS: Add DTX supportAndreas Eversberg1-3/+16
2017-05-23AMPS: Serveral minor fixesAndreas Eversberg1-0/+3
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-5/+18
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-7/+1
2017-02-18AMPS: Fixed setting of signal polarity when using SDRAndreas Eversberg1-1/+1
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-0/+1
2017-02-18Use global init/cleanup functionAndreas Eversberg1-15/+4
2017-02-18Fixed typosAndreas Eversberg1-1/+1
2017-02-18SDR forces default settings: emphasis and FSK polarityAndreas Eversberg1-0/+8
2017-02-18Rework on audio interfaceAndreas Eversberg1-7/+7
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-1/+1
2016-12-09Add common function to give hotkey helpAndreas Eversberg1-0/+1
2016-11-29Fixed command line option descriptionsAndreas Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-3/+3
2016-11-27Changed command line optionsAndreas Eversberg1-10/+10
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
2016-10-30AMPS: Fixes for multi transceiver supportAndreas Eversberg1-1/+1
2016-10-29AMPS: Add option to be more tollerant to sync detectionAndreas Eversberg1-2/+10
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-1/+1
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1
2016-06-20AMPS: Add option to use the BUSY/IDLE bit on FOCCAndreas Eversberg1-11/+22
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg1-1/+1
2016-06-17Implementation of Advanced Mobile Phone Service (AMPS)Andreas Eversberg1-0/+379