aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg1-3/+0
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-03Send test tone towards mobile when no headphone sound device is selectedAndreas Eversberg4-0/+30120
2016-08-03Add info key 'i' to show some states.Andreas Eversberg2-0/+6
2016-07-31C-Netz: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg3-20/+31
2016-07-24Fix typosAndreas Eversberg2-3/+3
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-1/+1
2016-07-24Remove console line before printing debugging and on exitAndreas Eversberg4-6/+29
2016-07-24Release active call, when disconnect is received from networkAndreas Eversberg2-2/+13
2016-07-24NMT: Caller ID supportAndreas Eversberg2-14/+53
2016-07-24Cleanup warnings at autoconfig filesAndreas Eversberg1-0/+1
2016-07-09NMT / SMS: Short Message Service supportAndreas Eversberg2-0/+2
2016-07-09NMT / DMS: User data facility support (required for SMS)Andreas Eversberg2-0/+2
2016-07-09common code: Check and ignore events without callref setAndreas Eversberg1-0/+22
2016-07-09common code: Add support for main loop handlerAndreas Eversberg2-2/+5
2016-07-09minor fix at MNCC socketAndreas Eversberg1-1/+0
2016-07-02ALSA code: Fixed corrupted sample at the end of a readAndreas Eversberg1-3/+18
2016-06-20Rename 'compander' to 'compandor'Andreas Eversberg3-12/+12
2016-06-19common code: Release MNCC call 30 seconds after listening to announcementAndreas Eversberg1-2/+35
2016-06-19common code: Minor fix in main loopAndreas Eversberg1-5/+6
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg2-5/+20
2016-06-17Implementation of Advanced Mobile Phone Service (AMPS)Andreas Eversberg3-15/+65
2016-06-17Add function to display wave form from input/loopAndreas Eversberg9-101/+223
2016-06-12common code: Call control allows to re-dial after disconnectAndreas Eversberg1-1/+4
2016-06-12common code: Add feature to select debug category rather than showing allAndreas Eversberg3-8/+81
2016-06-12common code: Add debug #define for capture generated singalAndreas Eversberg1-0/+19
2016-05-15Move amplitude (level) debugging to debug.cAndreas Eversberg2-0/+16
2016-05-13Fixup typo on jitter codeAndreas Eversberg1-1/+1
2016-05-13common code: Fixed de-emphasis by adding high pass filterAndreas Eversberg2-22/+42
2016-05-08C-Netz: Add tiny database to track if phones are onlineAndreas Eversberg2-0/+2
2016-05-08common code: Add input gain optionAndreas Eversberg4-23/+64
2016-05-08Multi transceiver supportAndreas Eversberg7-48/+206
2016-05-01common code: Remove DC level before using Goertzel filterAndreas Eversberg1-3/+11
2016-05-01common code: Make preemphasis 0 dB @ 1000 HzAndreas Eversberg1-3/+3
2016-04-24Implementation of C-Netz (German mobile telephone system)Andreas Eversberg6-10/+33
2016-04-24common code: Fix sample rate conversionAndreas Eversberg2-22/+51
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg7-3/+157
2016-04-24Fixing companderAndreas Eversberg2-48/+85
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg3-77/+30
2016-04-17common code: Add function request information, if timer is runningAndreas Eversberg2-0/+11
2016-03-27Fixing timer handlingAndreas Eversberg1-2/+3
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg7-5/+374
2016-03-15fixup debug class definition: rename DFSK and DAUDIO to DDSPAndreas Eversberg4-14/+12
2016-03-13Implementation of NMT (Nordic Mobile Telephoe) networkAndreas Eversberg2-2/+6
2016-03-13Add compander to common partAndreas Eversberg3-0/+144
2016-03-13Add DTMF coder to common partAndreas Eversberg3-0/+133
2016-03-13Prepare for NMT: Fixes and improvements at common codeAndreas Eversberg8-86/+102
2016-03-13anetz/bnetz: Move option 'loss detection' from common code to individual codeAndreas Eversberg2-11/+1