aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg5-6/+10
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg1-1/+1
2024-03-30Audio rework, new jitter bufferAndreas Eversberg2-23/+32
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg3-10/+54
2024-02-18Move from local to external osmo* librariesAndreas Eversberg6-140/+142
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg1-0/+1
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg1-3/+3
2022-12-16FSK modulator improvementsAndreas Eversberg1-1/+1
2022-10-23Refactoring jitter bufferAndreas Eversberg2-6/+6
2022-02-18B-Netz: Added more base stations, improved display of station listAndreas Eversberg1-6/+28
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg2-25/+19
2021-11-07Refactoring ASCCI-Art image printingAndreas Eversberg2-43/+15
2021-10-24Refactor global variables for signal processingAndreas Eversberg4-31/+31
2021-09-17B-Netz: Improved detection of tone/frameAndreas Eversberg2-18/+27
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-1/+1
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg2-4/+8
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke2-4/+4
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg3-17/+5
2020-12-29Add G.711 codec (alaw / ulaw conversion)Andreas Eversberg1-0/+1
2020-10-29Add tx-gain optionAndreas Eversberg3-4/+4
2020-01-12Add clock function to call interfaceAndreas Eversberg1-0/+2
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-1/+2
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg1-17/+17
2019-11-29minor code cleanupAndreas Eversberg1-1/+0
2019-11-29Add filter switch to FSK modulatorAndreas Eversberg2-2/+2
2019-11-29Split FSK modem code into separate modulator and demodulatorAndreas Eversberg3-11/+17
2019-08-26Remove useless debug linesAndreas Eversberg1-1/+0
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg3-18/+18
2019-07-15Fixed many typos in output and source code commentsMartin Hauke2-3/+3
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg3-8/+1
2019-05-30B-Netz: Make debug text more plausibleAndreas Eversberg1-8/+8
2018-12-23B-Netz: Add base stations of the NetherlandsAndreas Eversberg1-0/+25
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-1/+5
2018-06-05B-Netz: Refactoring tone and quality detectionAndreas Eversberg3-56/+116
2018-05-21Fix compiler warning in conjunction with strncpyAndreas Eversberg1-1/+1
2018-05-21Refactoring command line option handlingAndreas Eversberg3-132/+104
2018-02-15B-Netz: Add dial sequence generator to emulate call setup from mobile phoneAndreas Eversberg2-1/+441
2018-02-15B-Netz: Some cleanupsAndreas Eversberg3-29/+4
2018-02-15Minor debug message correctionsAndreas Eversberg1-1/+1
2018-02-15B-Netz: Give warning about possibly unsupported channelsAndreas Eversberg1-0/+5
2018-02-15Fix compiler warningsAndreas Eversberg1-1/+1
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-2/+6
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-5/+5
2017-12-05B-Netz: Minor fixes to timings and debug messagesAndreas Eversberg1-24/+23
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