aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz
AgeCommit message (Expand)AuthorFilesLines
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg5-29/+44
2017-10-22Display channel offset with TX and RX channel frequencies on startupAndreas Eversberg2-1/+4
2017-10-12Add function to display measurements on screenAndreas Eversberg2-15/+27
2017-09-11Move commonly used German tones (A/B/C-Netz) to separate lib.aAndreas Eversberg2-4/+3
2017-09-11Give hint to alter PKG_CONFIG_PATH, if SoapySDR or UHD was not foundAndreas Eversberg4-1276/+0
2017-09-02SDR: Split SDR config from main_mobile.c to sdr_config.cAndreas Eversberg1-4/+6
2017-09-01Move mobile phone specific code from libcommon.a to libmobile.aAndreas Eversberg2-2/+3
2017-09-01Move German tones from common code to individual implementationAndreas Eversberg7-4/+1280
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg1-1/+3
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg1-0/+4
2017-08-08Fixes of checking digitsAndreas Eversberg1-8/+8
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg3-4/+4
2017-06-10Status displayAndreas Eversberg1-3/+21
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg3-5/+11
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-8/+1
2017-02-18SoapySDR supportAndreas Eversberg1-0/+1
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-0/+2
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg2-71/+55
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg4-25/+23
2017-02-18Indexing tables by casting index to unsigned integer onlyAndreas Eversberg1-8/+8
2017-02-18Use global init/cleanup functionAndreas Eversberg1-15/+4
2017-02-18A-Netz: Option to set gain of paging tonesAndreas Eversberg5-28/+37
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-4/+6
2017-02-18Rework on audio interfaceAndreas Eversberg4-13/+13
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg3-4/+4
2017-01-02A-Netz: Don't allow emphasis, since it is not used with A-NetzAndreas Eversberg1-0/+3
2017-01-02A-Netz: Reset tone detector when going idleAndreas Eversberg3-8/+12
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-11/+32
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg2-18/+50
2016-11-29Fixed command line option descriptionsAndreas Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-1/+1
2016-11-27Changed command line optionsAndreas Eversberg3-11/+11
2016-11-14A-Netz: Click removal when changing sequenced paging tonesAndreas Eversberg3-7/+39
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
2016-11-13A-Netz: Use Operator number 010 when calling from mobile stationAndreas Eversberg1-1/+1
2016-11-13A-Netz: Keep phase for each paging tone when played in sequenceAndreas Eversberg5-22/+32
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg3-4/+4
2016-10-07Add check if fromat at PDEBUG() is consistent (like printf)Andreas Eversberg1-1/+1
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg1-1/+1
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg3-17/+18
2016-08-03Add info key 'i' to show some states.Andreas Eversberg1-0/+2
2016-07-24Fix typosAndreas Eversberg1-2/+2
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-3/+3
2016-07-24NMT: Caller ID supportAndreas Eversberg1-2/+2
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg1-1/+1
2016-06-12Add dsp mode change fuction to A and B Netz, fixed NMTAndreas Eversberg3-6/+13