aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz
AgeCommit message (Expand)AuthorFilesLines
2017-01-13Use global init/cleanup functionAndreas Eversberg1-15/+4
2017-01-08Fixed typosAndreas Eversberg1-2/+2
2017-01-08SDR forces default settings: emphasis and FSK polarityAndreas Eversberg1-0/+8
2017-01-08Neu structure for the paging process (B-Netz)Andreas Eversberg1-1/+1
2017-01-08Support for UHD SDR interfaceAndreas Eversberg1-0/+1
2017-01-07Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg1-0/+5
2017-01-07Rework on audio interfaceAndreas Eversberg4-17/+17
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg4-7/+6
2017-01-07Rename functions and structure of biquad lowpass filterAndreas Eversberg2-3/+3
2017-01-07C-Netz: Make demodulation buffer size dynamicAndreas Eversberg3-6/+32
2017-01-07C-Netz: Fixed double free bugAndreas Eversberg1-2/+6
2016-12-09Add common function to give hotkey helpAndreas Eversberg1-1/+2
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg2-12/+33
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 Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-2/+2
2016-11-27Changed command line optionsAndreas Eversberg3-10/+10
2016-11-22C-Netz: Minor coding style changes, no changes to processAndreas Eversberg2-6/+6
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
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 Eversberg1-1/+3
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 Eversberg6-9/+10
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 Eversberg2-5/+6
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg1-1/+1
2016-10-02C-Netz: callref is moved completely to transaction objectAndreas Eversberg3-58/+14
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg3-25/+26
2016-08-13C-Netz: Documentation of the call process in the source codeAndreas Eversberg1-0/+58
2016-08-07C-Netz: Fix missing callref assignment (MT call)Andreas Eversberg1-0/+1
2016-08-07C-Netz: Documentation of some system informationsAndreas Eversberg1-8/+13
2016-08-03C-Netz: Add hack to increase voice deviation for some newer phoneAndreas Eversberg2-2/+26
2016-08-03C-Netz: Fixed some debugging outputAndreas Eversberg1-5/+7
2016-08-03C-Netz: Add support for extended frequency band. (October 1989)Andreas Eversberg8-52/+88
2016-08-03C-Netz: Fix release cause codingAndreas Eversberg1-2/+2
2016-08-03Add info key 'i' to show some states.Andreas Eversberg3-0/+18
2016-08-02C-Netz: Release MT call, if mobile phone does not respondAndreas Eversberg1-1/+11
2016-08-02C-Netz: Use cosine-square ramp for better signal generationAndreas Eversberg1-2/+2
2016-08-01C-Netz: Move callref to transaction. Callref on SpK only when its busy.Andreas Eversberg3-36/+70
2016-08-01C-Netz: retry call setup messages up to 3 timesAndreas Eversberg3-24/+94
2016-08-01C-Netz: Autoselect polarity on all transceiversAndreas Eversberg1-6/+14
2016-08-01C-Netz: Fix transaction list corruptionAndreas Eversberg1-1/+4
2016-07-31C-Netz: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg3-54/+60
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg6-15/+15
2016-07-24NMT: Caller ID supportAndreas Eversberg1-1/+1
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1