aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-18Support for UHD SDR interfaceAndreas Eversberg11-1/+410
2017-02-18Generic SDR supportAndreas Eversberg8-2/+368
2017-02-18Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg10-9/+35
2017-02-18Rework on audio interfaceAndreas Eversberg29-162/+231
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg23-176/+131
2017-01-07Rename functions and structure of biquad lowpass filterAndreas Eversberg6-15/+15
2017-01-07NMT: Rework on FSK process, no more requirement for special sample ratesAndreas Eversberg6-85/+112
2017-01-07C-Netz: Make demodulation buffer size dynamicAndreas Eversberg3-6/+32
2017-01-07C-Netz: Fixed double free bugAndreas Eversberg1-2/+6
2017-01-05Fixed memory leak in PDEBUG(). Thanx to valgrind finding that!Andreas Eversberg1-1/+3
2017-01-02B-Netz: Add translation of emergency numbers 110 and 112Andreas Eversberg1-0/+8
2017-01-02B-Netz: Minor change on start imageAndreas Eversberg1-6/+6
2017-01-02A-Netz: Don't allow emphasis, since it is not used with A-NetzAndreas Eversberg3-0/+14
2017-01-02A-Netz: Reset tone detector when going idleAndreas Eversberg3-8/+12
2016-12-11common code: Update call console only when it changes or after debug lineAndreas Eversberg3-12/+32
2016-12-09Add common function to give hotkey helpAndreas Eversberg7-1/+15
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg12-101/+191
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg5-47/+119
2016-12-06work on docsAndreas Eversberg1-0/+18
2016-12-01C-Netz: Add code documentation...Andreas Eversberg3-1/+32
2016-11-30C-Netz: Simplifying TX signal clock sync between two channelsAndreas Eversberg3-37/+30
2016-11-29Fixed command line option descriptionsAndreas Eversberg5-5/+5
2016-11-29Output enhancementsAndreas Eversberg10-20/+71
2016-11-27B-Netz: Fixes call procedure according to the standard FTZ 171 R 4Andreas Eversberg1-35/+38
2016-11-27Changed command line optionsAndreas Eversberg19-156/+183
2016-11-22C-Netz: Minor coding style changes, no changes to processAndreas Eversberg2-6/+6
2016-11-17common code: Display wave form in colorAndreas Eversberg1-7/+56
2016-11-14A-Netz: Click removal when changing sequenced paging tonesAndreas Eversberg3-7/+39
2016-11-13NMT: Fixed compiler warningAndreas Eversberg1-1/+1
2016-11-13B-Netz: Rename special start digit for coin box phone typeAndreas Eversberg3-7/+7
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg6-131/+36
2016-11-13A-Netz: Use Operator number 010 when calling from mobile stationAndreas Eversberg2-8/+9
2016-11-13A-Netz: Keep phase for each paging tone when played in sequenceAndreas Eversberg5-22/+32
2016-10-31common code: Display multiple wave forms for each channel usedAndreas Eversberg3-10/+18
2016-10-31B-Netz: Move 'telegramm' generation to seperate telegramm.c/h filesAndreas Eversberg4-165/+212
2016-10-30AMPS: Fixes for multi transceiver supportAndreas Eversberg5-41/+121
2016-10-29AMPS: Add option to be more tollerant to sync detectionAndreas Eversberg5-10/+41
2016-10-29AMPS: Improved level detection of bit decoderAndreas Eversberg2-45/+72
2016-10-28AMPS: Show number of correct words (CRC) for each FOCC frameAndreas Eversberg1-12/+16
2016-10-28common code: Fix double free bugAndreas Eversberg1-1/+3
2016-10-23C-Netz: Increment error counter only when trying to reach the phoneAndreas Eversberg3-5/+6
2016-10-23C-Netz: Use emphasis with 200 uS time constantAndreas Eversberg6-12/+17
2016-10-23C-Netz: Adjusting compandor response levelAndreas Eversberg1-1/+1
2016-10-23C-Netz: Changing keepalive interval to 2 minutes and retry to 1 minuteAndreas Eversberg1-2/+6
2016-10-07C-Netz: Remove global variables, because they don't speed up anythingAndreas Eversberg1-107/+61
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg30-88/+89
2016-10-07C-Netz: Reset FSK decoder when switching channel modeAndreas Eversberg3-0/+8
2016-10-07C-Netz: Don't access transaction after destroying itAndreas Eversberg1-0/+7
2016-10-07Add check if fromat at PDEBUG() is consistent (like printf)Andreas Eversberg4-7/+8
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg8-27/+55