aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
AgeCommit message (Expand)AuthorFilesLines
2017-10-22B-Netz: Fixup of metering pulseAndreas Eversberg3-6/+9
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg5-62/+45
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 Eversberg3-9/+31
2017-09-11Move commonly used German tones (A/B/C-Netz) to separate lib.aAndreas Eversberg2-5/+3
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 Eversberg2-2/+5
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg1-1/+3
2017-09-01B-Netz: Be more tollerant with quality of continuous tonesAndreas Eversberg1-1/+1
2017-08-16B-Netz: Use standard deviation to determine if an FSK frame is valid or notAndreas Eversberg3-10/+22
2017-08-16B-Netz: Add metering pulse support (Gebuehrenimpuls)Andreas Eversberg4-18/+100
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg3-254/+120
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-10B-Netz: Minor printf fixAndreas Eversberg1-1/+1
2017-06-10Status displayAndreas Eversberg1-4/+23
2017-05-24Finetuning LOSS (noise) detectionAndreas Eversberg1-3/+0
2017-05-17minor cleanupsAndreas Eversberg1-2/+2
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg3-6/+12
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-0/+3
2017-02-18B-Netz, NMT: Improved check for minimum required sample rateAndreas Eversberg1-2/+6
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg2-32/+36
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg4-24/+22
2017-02-18Indexing tables by casting index to unsigned integer onlyAndreas Eversberg1-2/+2
2017-02-18Fixed paging channel switching of B-NetzAndreas Eversberg1-11/+4
2017-02-18Use global init/cleanup functionAndreas Eversberg1-15/+4
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 Eversberg3-48/+49
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-15/+15
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg3-4/+4
2017-01-02B-Netz: Add translation of emergency numbers 110 and 112Andreas Eversberg1-0/+8
2017-01-02B-Netz: Minor change on start imageAndreas Eversberg1-6/+6
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 Eversberg3-17/+40
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg2-28/+68
2016-11-29Fixed command line option descriptionsAndreas Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-2/+2
2016-11-27B-Netz: Fixes call procedure according to the standard FTZ 171 R 4Andreas Eversberg1-35/+38
2016-11-27Changed command line optionsAndreas Eversberg3-12/+12
2016-11-13B-Netz: Rename special start digit for coin box phone typeAndreas Eversberg3-7/+7
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
2016-10-31B-Netz: Move 'telegramm' generation to seperate telegramm.c/h filesAndreas Eversberg4-165/+212
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg3-7/+7