aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmobile
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Fix playing anouncements and tones with libmobileAndreas Eversberg1-1/+2
2024-04-05Increase compiler warnings and fix themAndreas Eversberg7-9/+11
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg3-3/+3
2024-03-30A different recording device may be specified for sound card accessAndreas Eversberg1-2/+4
2024-03-30Audio rework, new jitter bufferAndreas Eversberg6-47/+79
2024-03-25Avoid large buffer on stack, to prevent stack overflowsAndreas Eversberg3-9/+18
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg2-3/+11
2024-02-18Add "--no-config" option, to ignore existing default config fileAndreas Eversberg1-0/+3
2024-02-18If a mobile inscribes, show station ID on the consoleAndreas Eversberg4-3/+20
2024-02-18Disable rtprio by default and abort, if given prio is not allowedAndreas Eversberg1-5/+7
2024-02-18Move from local to external osmo* librariesAndreas Eversberg8-186/+201
2023-11-15Add option to disable L16 codec (linear 16 bit PCM)Andreas Eversberg3-5/+16
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg3-17/+12
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg1-3/+3
2022-11-24osmo-cc: Add private pointer to codecsAndreas Eversberg2-11/+11
2022-10-23Osmo-CC: Add marker bit supportAndreas Eversberg2-7/+7
2022-10-23libsample: Add another function for converting between int16_t and sample_tAndreas Eversberg2-4/+4
2022-10-23Refactoring jitter bufferAndreas Eversberg5-15/+25
2021-11-07Correctly show channel frequencies in spectrum view when swapping SDR linksAndreas Eversberg1-1/+4
2021-11-07Fixed minor compiler warningAndreas Eversberg1-4/+8
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg5-29/+275
2021-11-07Fixed crash bug in dialing consoleAndreas Eversberg1-2/+4
2021-11-07Refactoring ASCCI-Art image printingAndreas Eversberg2-5/+2
2021-10-24Refactor global variables for signal processingAndreas Eversberg6-71/+80
2021-09-17Optionally output date with each debug lineAndreas Eversberg1-5/+1
2021-04-03libosmocc: Add support for individual session config (per endpoint)Andreas Eversberg2-4/+4
2021-03-20libmobile: Do not send 'proceeding', if call gets answered right after 'setup'Andreas Eversberg1-13/+13
2021-03-20Using "--limesdr" or "--limesdr-mini" will also set device to "lime"Andreas Eversberg1-0/+2
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-0/+3
2021-03-07Fixed broken --osmocc-cross optionAndreas Eversberg1-0/+8
2021-03-07libmobile: Minor fixesAndreas Eversberg2-4/+5
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-8/+8
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke3-5/+5
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg11-349/+31184
2020-10-29Sound: Recover broken audio connection by closing and reopening the deviceAndreas Eversberg1-1/+1
2020-10-29Add tx-gain optionAndreas Eversberg4-21/+35
2020-10-29Add option (global flag) to disable check of channel numbers at sender.cAndreas Eversberg2-2/+3
2020-10-29Add option (global flag) to disable use of SDRAndreas Eversberg2-5/+13
2020-10-29Ignore pending audio frames when there is no transaction (anymore).Andreas Eversberg1-1/+2
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg2-2/+4
2020-01-12Add option to allow early audio towards call interfaceAndreas Eversberg4-8/+16
2020-01-12Add clock function to call interfaceAndreas Eversberg2-1/+4
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-9/+27
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg2-9/+10
2019-12-04Audio level of patterns were too loud.Andreas Eversberg1-1/+1
2019-11-29Describe if audio device exists, but does not support both directionsAndreas Eversberg1-1/+1
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg4-12/+12
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg2-0/+7
2019-05-30Minimum frequency must be 8000 HzAndreas Eversberg1-0/+6
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg2-1/+11