aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg10-64/+64
2016-08-28NMT: Fix on paging retryAndreas Eversberg1-1/+2
2016-08-20NMT: Fixed channel coding for channels other than 1..9Andreas Eversberg1-3/+7
2016-08-20NMT: Add transaction handlingAndreas Eversberg6-215/+425
2016-08-13C-Netz: Documentation of the call process in the source codeAndreas Eversberg1-0/+58
2016-08-13Alsa: Keep 8 samples in input buffer to avoid reading corrupted samplesAndreas Eversberg1-5/+7
2016-08-07Common code: Add call state debuggingAndreas Eversberg1-0/+10
2016-08-07Common code: Fix sound card resetAndreas Eversberg1-17/+28
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-03Send test tone towards mobile when no headphone sound device is selectedAndreas Eversberg4-0/+30120
2016-08-03C-Netz: Fix release cause codingAndreas Eversberg1-2/+2
2016-08-03AMPS: Note about future callref handlingAndreas Eversberg1-0/+1
2016-08-03NMT: Fixing audio level of supervisory signal to match 0.3 KHz deviationAndreas Eversberg1-5/+16
2016-08-03NMT: Fix, stop ringing timer at answerAndreas Eversberg1-0/+1
2016-08-03NMT: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg2-101/+133
2016-08-03Add info key 'i' to show some states.Andreas Eversberg10-1/+32
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-01AMPS: Fix transaction list corruptionAndreas Eversberg1-1/+4
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-31NMT: Fix SMS cleanupAndreas Eversberg1-1/+2
2016-07-31NMT: Give warning of missing channel type AFTER creating all channelsAndreas Eversberg3-10/+32
2016-07-31C-Netz: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg6-74/+91
2016-07-31NMT: Fix SMS deliver output messageAndreas Eversberg1-2/+2
2016-07-24Fix typosAndreas Eversberg5-8/+8
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg17-53/+53
2016-07-24Remove console line before printing debugging and on exitAndreas Eversberg6-8/+44
2016-07-24NMT: Minor fix at debug outputAndreas Eversberg1-2/+2
2016-07-24NMT: Change 'index' of message to 'mt' (message type)Andreas Eversberg3-69/+71
2016-07-24Release active call, when disconnect is received from networkAndreas Eversberg3-4/+15
2016-07-24NMT: Caller ID supportAndreas Eversberg11-72/+332
2016-07-24NMT: Fix autoanswerAndreas Eversberg2-9/+67
2016-07-24NMT: Rework on frame (message) typesAndreas Eversberg3-141/+174
2016-07-24B-Netz: Added description for GFS 19 to reduce transmit powerAndreas Eversberg1-0/+4
2016-07-24B-Netz: Rework on dialing start digit: New unknown type addedAndreas Eversberg2-13/+44
2016-07-24Cleanup warnings at autoconfig filesAndreas Eversberg2-0/+2
2016-07-24NMT: Various fixes for SMS supportAndreas Eversberg7-37/+85
2016-07-24B-Netz: Compiler switch to generate a dial sequence (for testing)Andreas Eversberg1-0/+25
2016-07-09NMT: Autoanswer for SMS/DMS callsAndreas Eversberg1-5/+15
2016-07-09NMT / SMS: Short Message Service supportAndreas Eversberg10-10/+1016
2016-07-09NMT / DMS: User data facility support (required for SMS)Andreas Eversberg11-19/+1276
2016-07-09common code: Check and ignore events without callref setAndreas Eversberg1-0/+22
2016-07-09common code: Add support for main loop handlerAndreas Eversberg7-7/+10