aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-09minor fix at MNCC socketAndreas Eversberg1-1/+0
2016-07-06B-Netz: Reply the station ID correctlyAndreas Eversberg1-3/+4
2016-07-02ALSA code: Fixed corrupted sample at the end of a readAndreas Eversberg1-3/+18
2016-06-20Rename 'compander' to 'compandor'Andreas Eversberg14-49/+49
2016-06-20AMPS: Add option to use the BUSY/IDLE bit on FOCCAndreas Eversberg7-126/+130
2016-06-20AMPS: Show round trip delay of Filler frames in loopback modeAndreas Eversberg3-6/+22
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-19AMPS: Detect difference between paging response and call responseAndreas Eversberg2-7/+14
2016-06-19AMPS: Various minor fixesAndreas Eversberg3-20/+22
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg7-10/+25
2016-06-18C-Netz: Minor cosmetic fixesAndreas Eversberg1-2/+5
2016-06-17Implementation of Advanced Mobile Phone Service (AMPS)Andreas Eversberg30-16/+36775
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-12C-Netz: Move transaction routines to seperate fileAndreas Eversberg7-270/+303
2016-06-12NMT: fix minor bugAndreas Eversberg1-1/+1
2016-06-12common code: Add debug #define for capture generated singalAndreas Eversberg1-0/+19
2016-06-12Add dsp mode change fuction to A and B Netz, fixed NMTAndreas Eversberg8-24/+44
2016-05-29B-Netz: Add timer for switching back from calling channelAndreas Eversberg2-9/+18
2016-05-16Fixed link problem with alsa libAndreas Eversberg4-4/+4
2016-05-15C-Netz: Debug fixesAndreas Eversberg1-2/+5
2016-05-15NMT: Typo in channel listAndreas Eversberg1-1/+1
2016-05-15C-Netz: Fix TX polarity selectionAndreas Eversberg2-4/+4
2016-05-15Fixing station ID command line parameterAndreas Eversberg2-1/+13
2016-05-15Move amplitude (level) debugging to debug.cAndreas Eversberg6-65/+28
2016-05-13C-Netz: Advice about requirement of emphasis done by softwareAndreas Eversberg1-1/+10
2016-05-13C-Netz: Calibration/fix processing of tone levels on TX and RX sideAndreas Eversberg4-61/+83
2016-05-13C-Netz: Send 5280 Hz test tone on idle speech channelAndreas Eversberg1-1/+34
2016-05-13NMT: Fixup paging on other channelAndreas Eversberg1-5/+5
2016-05-13NMT: Calibration of tone levels on TX and RX sideAndreas Eversberg1-2/+2
2016-05-13Fixup typo on jitter codeAndreas Eversberg1-1/+1
2016-05-13common code: Fixed de-emphasis by adding high pass filterAndreas Eversberg3-46/+64