aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-16Fixed link problem with alsa libAndreas Eversberg1-1/+1
2016-05-08Add geo locations of A-Netz and B-Netz towers. (not exact location)Andreas Eversberg4-1/+296
2016-05-08common code: Add input gain optionAndreas Eversberg3-4/+4
2016-05-08Multi transceiver supportAndreas Eversberg3-11/+18
2016-05-08Fix display of correct program nameAndreas Eversberg1-1/+1
2016-05-06A-Netz: Calibration of tone levels on TX and RX sideAndreas Eversberg3-32/+58
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg3-4/+4
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-1/+1
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg3-4/+4