aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt
AgeCommit message (Expand)AuthorFilesLines
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-7/+1
2017-02-18SoapySDR supportAndreas Eversberg1-0/+1
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-19/+22
2017-02-18B-Netz, NMT: Improved check for minimum required sample rateAndreas Eversberg1-5/+5
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg3-65/+69
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg10-62/+52
2017-02-18Indexing tables by casting index to unsigned integer onlyAndreas Eversberg1-3/+3
2017-02-18Use global init/cleanup functionAndreas Eversberg1-15/+4
2017-02-18NMT: Make supervisory signal default, also allow setting per channel.Andreas Eversberg1-5/+30
2017-02-18Fixed typosAndreas Eversberg1-1/+1
2017-02-18SDR forces default settings: emphasis and FSK polarityAndreas Eversberg1-0/+6
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-1/+1
2017-02-18Support for UHD SDR interfaceAndreas Eversberg1-0/+1
2017-02-18Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg1-0/+5
2017-02-18Rework on audio interfaceAndreas Eversberg4-14/+14
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg3-4/+4
2017-01-07NMT: Rework on FSK process, no more requirement for special sample ratesAndreas Eversberg5-82/+106
2016-12-09Add common function to give hotkey helpAndreas Eversberg1-0/+1
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg2-3/+24
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg1-1/+1
2016-11-29Fixed command line option descriptionsAndreas Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-2/+2
2016-11-27Changed command line optionsAndreas Eversberg3-21/+21
2016-11-13NMT: Fixed compiler warningAndreas Eversberg1-1/+1
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg6-25/+25
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg1-1/+1
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-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 Eversberg1-0/+1
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-31NMT: Fix SMS deliver output messageAndreas Eversberg1-2/+2
2016-07-24Fix typosAndreas Eversberg1-1/+1
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg3-9/+9
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 Eversberg1-2/+2
2016-07-24NMT: Caller ID supportAndreas Eversberg5-53/+274
2016-07-24NMT: Fix autoanswerAndreas Eversberg2-9/+67
2016-07-24NMT: Rework on frame (message) typesAndreas Eversberg3-141/+174
2016-07-24NMT: Various fixes for SMS supportAndreas Eversberg5-33/+65
2016-07-09NMT: Autoanswer for SMS/DMS callsAndreas Eversberg1-5/+15
2016-07-09NMT / SMS: Short Message Service supportAndreas Eversberg6-9/+883
2016-07-09NMT / DMS: User data facility support (required for SMS)Andreas Eversberg7-18/+1001
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1