aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Restructure: Fixing library linking orderAndreas Eversberg1-3/+3
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg4-4/+4
2017-12-03Restructure: Move display from common code to 'libdisplay'Andreas Eversberg1-0/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg5-6/+6
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg4-3/+4
2017-12-03Restructure: Move sdr from common code to 'libsdr'Andreas Eversberg1-2/+7
2017-11-25Restructure: Move sound from common code to 'libsound'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move mncc from common code to 'libmncc'Andreas Eversberg3-2/+2
2017-11-25Restructure: Move fm_modulation from common code to 'libfm'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move 'libgermantone' to a-netz codeAndreas Eversberg6-3/+1286
2017-11-25Restructure: Move emphasis from common code to 'libemphasis'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move goertzel from common code to 'libgoertzel'Andreas Eversberg2-1/+2
2017-11-25Restructure: Move jitter from common code to 'libjitter'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move squelch from common code to 'libsquelch'Andreas Eversberg2-1/+2
2017-11-25Restructure: Move wave from common code to 'libwave'Andreas Eversberg1-0/+1
2017-11-13Restructure: Move classic German tones from common code to 'libgermanton'Andreas Eversberg2-3/+3
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg4-3/+4
2017-11-13Restructure: Move sample rate conversion from common code to 'libsamplerate'Andreas Eversberg1-0/+1
2017-11-13Restructure: Move filters from common code to 'libfilter'Andreas Eversberg1-0/+1
2017-11-05A-Netz: Number of operator can be defined nowAndreas Eversberg3-8/+22
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg2-14/+14
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