aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/nmt.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23NMT: Fixes to 'additional info' and added clock (time) supportAndreas Eversberg1-1/+2
2022-06-19NMT: Show debugging for IDLE framesAndreas Eversberg1-0/+1
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-1/+1
2020-10-29Add tx-gain optionAndreas Eversberg1-1/+1
2020-01-12Fixed compiler error for old GCCAndreas Eversberg1-2/+3
2019-11-29Split FSK modem code into separate modulator and demodulatorAndreas Eversberg1-1/+2
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg1-1/+1
2018-08-31Rework of displaying supervisory info: NMT and AMPSAndreas Eversberg1-0/+3
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-2/+2
2017-11-25Restructure: Move compandor from common code to 'libcompandor'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move fsk from common code to 'libfsk'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move goertzel from common code to 'libgoertzel'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move dtmf from common code to 'libdtmf'Andreas Eversberg1-2/+2
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-0/+1
2017-11-11NMT: Fixup assign traffic channelAndreas Eversberg1-1/+0
2017-10-12Add function to display measurements on screenAndreas Eversberg1-0/+4
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg1-6/+6
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg1-24/+13
2017-08-08NMT-900 System implementationAndreas Eversberg1-6/+10
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg1-1/+1
2017-06-10NMT 450: Support for other European counties, like Belgium, Czech, SlovakiaAndreas Eversberg1-4/+1
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-1/+1
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-6/+6
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-5/+6
2017-02-18Rework on audio interfaceAndreas Eversberg1-1/+1
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-1/+1
2017-01-07NMT: Rework on FSK process, no more requirement for special sample ratesAndreas Eversberg1-12/+15
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg1-1/+1
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg1-1/+1
2016-11-27Changed command line optionsAndreas Eversberg1-1/+1
2016-08-20NMT: Add transaction handlingAndreas Eversberg1-22/+7
2016-07-31NMT: Give warning of missing channel type AFTER creating all channelsAndreas Eversberg1-0/+1
2016-07-24NMT: Caller ID supportAndreas Eversberg1-1/+6
2016-07-24NMT: Fix autoanswerAndreas Eversberg1-0/+2
2016-07-24NMT: Various fixes for SMS supportAndreas Eversberg1-0/+1
2016-07-09NMT / SMS: Short Message Service supportAndreas Eversberg1-1/+9
2016-07-09NMT / DMS: User data facility support (required for SMS)Andreas Eversberg1-1/+6
2016-06-20Rename 'compander' to 'compandor'Andreas Eversberg1-4/+4
2016-05-08common code: Add input gain optionAndreas Eversberg1-1/+1
2016-05-08Multi transceiver supportAndreas Eversberg1-1/+5
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg1-1/+1
2016-04-24NMT: Calculate quality of sync sequence and drop in case of bad qualityAndreas Eversberg1-2/+2
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg1-1/+1
2016-03-13Implementation of NMT (Nordic Mobile Telephoe) networkAndreas Eversberg1-0/+142