aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Restructure: Move mncc from common code to 'libmncc'Andreas Eversberg4-3/+3
2017-11-25Restructure: Move compandor from common code to 'libcompandor'Andreas Eversberg2-1/+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 Eversberg2-3/+4
2017-11-25Restructure: Move emphasis from common code to 'libemphasis'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move jitter from common code to 'libjitter'Andreas Eversberg1-0/+1
2017-11-25Restructure: Move wave from common code to 'libwave'Andreas Eversberg1-0/+1
2017-11-14Restructure: Move scrambler from C-Netz code to 'libscrambler'Andreas Eversberg4-97/+2
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 Eversberg9-7/+2
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 Eversberg2-1/+2
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg3-24/+24
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg2-2/+2
2017-10-22Display channel offset with TX and RX channel frequencies on startupAndreas Eversberg2-3/+6
2017-10-12Add function to display measurements on screenAndreas Eversberg2-0/+10
2017-10-02Use braces to make GCC happyAndreas Eversberg1-3/+4
2017-10-02C-Netz: Show standard deviation of bit levels instead of jitterAndreas Eversberg4-19/+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-01C-Netz: Fixed overflow bugAndreas Eversberg1-1/+1
2017-09-01C-Netz: Work on system informations, metering and call queuesAndreas Eversberg10-165/+546
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-48/+30
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg1-0/+4
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg3-4/+4
2017-06-10AMPS/C-Netz: Correctly release pending transaction when creating a new oneAndreas Eversberg3-5/+20
2017-06-10Status displayAndreas Eversberg4-0/+57
2017-05-19C-Netz: Make demodulation algorithm (slope or leve) slectable via optionAndreas Eversberg7-12/+55
2017-05-17minor cleanupsAndreas Eversberg2-16/+26
2017-05-17C-Netz: SDR now uses zero-crossing to detect level changes.Andreas Eversberg7-58/+167
2017-05-17C-Netz: Improved transmission of speechAndreas Eversberg1-17/+46
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg3-8/+21
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg4-8/+8
2017-05-15C-Netz: Improved decoder debuggingAndreas Eversberg2-23/+64
2017-03-04samplerate.c: Allow transcoding to lower sample rate other than 8000 HzAndreas Eversberg1-1/+1
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-7/+1
2017-02-18C-Netz: OgK must be on first channel, so sync works correctlyAndreas Eversberg1-0/+6
2017-02-18SoapySDR supportAndreas Eversberg1-0/+1
2017-02-18C-Netz: Remove useless -V optionAndreas Eversberg2-18/+1
2017-02-18C-Netz: Add low pass filter to eliminate high frequency noiseAndreas Eversberg2-2/+8
2017-02-18C-Netz: Fix release of call process when no dialing was received from phoneAndreas Eversberg1-1/+0
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-6/+6
2017-02-18C-Netz: Improve clock speed measurements.Andreas Eversberg4-43/+30
2017-02-18C-Netz: Make average to clock measurements for a quicker resultAndreas Eversberg2-6/+30
2017-02-18C-Netz: Remove the obviously useless noise function for unused timeslotsAndreas Eversberg5-36/+14
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg6-55/+58
2017-02-18Add global DC-Filter and remove all individual DC-FiltersAndreas Eversberg1-0/+2
2017-02-18Work on emphasis filter: Neutral @ 1000 Hz; Use filter before de-emphasisAndreas Eversberg1-1/+1