aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz/anetz.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-2/+2
2024-03-30Audio rework, new jitter bufferAndreas Eversberg1-20/+0
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg1-1/+1
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-47/+47
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg1-3/+3
2022-10-23Refactoring jitter bufferAndreas Eversberg1-6/+3
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg1-27/+32
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-2/+2
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg1-15/+3
2020-10-29Add tx-gain optionAndreas Eversberg1-2/+2
2020-01-12Add clock function to call interfaceAndreas Eversberg1-0/+2
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg1-8/+8
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move mncc from common code to 'libmncc'Andreas Eversberg1-1/+1
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-1/+1
2017-11-05A-Netz: Number of operator can be defined nowAndreas Eversberg1-2/+4
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg1-13/+13
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg1-5/+5
2017-10-22Display channel offset with TX and RX channel frequencies on startupAndreas Eversberg1-0/+3
2017-09-01Move German tones from common code to individual implementationAndreas Eversberg1-2/+0
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 Eversberg1-2/+2
2017-06-10Status displayAndreas Eversberg1-3/+21
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-2/+2
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-0/+2
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-2/+3
2017-02-18A-Netz: Option to set gain of paging tonesAndreas Eversberg1-2/+2
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-1/+1
2017-02-18Rework on audio interfaceAndreas Eversberg1-4/+4
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-2/+2
2017-01-02A-Netz: Reset tone detector when going idleAndreas Eversberg1-6/+7
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg1-4/+4
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg1-18/+49
2016-11-27Changed command line optionsAndreas Eversberg1-2/+2
2016-11-14A-Netz: Click removal when changing sequenced paging tonesAndreas Eversberg1-1/+1
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 Eversberg1-2/+4
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg1-2/+2
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 Eversberg1-15/+15
2016-08-03Add info key 'i' to show some states.Andreas Eversberg1-0/+2
2016-07-24NMT: Caller ID supportAndreas Eversberg1-2/+2
2016-06-12Add dsp mode change fuction to A and B Netz, fixed NMTAndreas Eversberg1-6/+6
2016-05-08common code: Add input gain optionAndreas Eversberg1-2/+2
2016-05-08Multi transceiver supportAndreas Eversberg1-2/+2
2016-05-06A-Netz: Calibration of tone levels on TX and RX sideAndreas Eversberg1-2/+6
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg1-2/+2
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-1/+1