aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz/bnetz.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-2/+2
2024-03-30Audio rework, new jitter bufferAndreas Eversberg1-22/+0
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg1-10/+51
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-101/+102
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg1-3/+3
2022-10-23Refactoring jitter bufferAndreas Eversberg1-4/+2
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg1-17/+3
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-2/+2
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg1-14/+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-16/+16
2019-05-30B-Netz: Make debug text more plausibleAndreas Eversberg1-8/+8
2018-06-05B-Netz: Refactoring tone and quality detectionAndreas Eversberg1-7/+3
2018-05-21Fix compiler warning in conjunction with strncpyAndreas Eversberg1-1/+1
2018-02-15B-Netz: Some cleanupsAndreas Eversberg1-27/+2
2018-02-15B-Netz: Give warning about possibly unsupported channelsAndreas Eversberg1-0/+5
2017-12-05B-Netz: Minor fixes to timings and debug messagesAndreas Eversberg1-24/+23
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/+0
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg1-14/+14
2017-10-22B-Netz: Fixup of metering pulseAndreas Eversberg1-1/+1
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-10-12Add function to display measurements on screenAndreas Eversberg1-3/+3
2017-08-16B-Netz: Use standard deviation to determine if an FSK frame is valid or notAndreas Eversberg1-4/+6
2017-08-16B-Netz: Add metering pulse support (Gebuehrenimpuls)Andreas Eversberg1-12/+43
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg1-5/+5
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-4/+23
2017-05-24Finetuning LOSS (noise) detectionAndreas Eversberg1-3/+0
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/+3
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-2/+3
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-31/+32
2017-02-18Rework on audio interfaceAndreas Eversberg1-4/+4
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-2/+2
2017-01-02B-Netz: Add translation of emergency numbers 110 and 112Andreas Eversberg1-0/+8
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg1-6/+6
2016-12-06A-Netz / B-Netz: Add function to change state, debug with channel infoAndreas Eversberg1-28/+67
2016-11-27B-Netz: Fixes call procedure according to the standard FTZ 171 R 4Andreas Eversberg1-35/+38
2016-11-27Changed command line optionsAndreas Eversberg1-2/+2
2016-11-13B-Netz: Rename special start digit for coin box phone typeAndreas Eversberg1-5/+5
2016-10-31B-Netz: Move 'telegramm' generation to seperate telegramm.c/h filesAndreas Eversberg1-165/+15
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg1-5/+5
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg1-11/+12