aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-30Fix command to list channel on various networksAndreas Eversberg4-13/+21
2024-03-30jollycom: Minor fix in command line helpAndreas Eversberg1-1/+1
2024-03-30Fixes in C-Netz "magnetic" card comments.Andreas Eversberg1-4/+5
2024-03-30Improve image of IMTSAndreas Eversberg1-2/+5
2024-03-30IMTS dialer: Calculate the parity from all pulses, not just from pulses of on...Andreas Eversberg1-2/+3
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg17-81/+125
2024-03-30A different recording device may be specified for sound card accessAndreas Eversberg2-21/+22
2024-03-30datenklo: Disable the display on exitAndreas Eversberg1-0/+3
2024-03-30Audio rework, new jitter bufferAndreas Eversberg39-563/+856
2024-03-25Fix buffer overflow when displaying measurementsAndreas Eversberg1-1/+1
2024-03-25Avoid large buffer on stack, to prevent stack overflowsAndreas Eversberg4-13/+30
2024-03-25IMTS/MTS: Add/fixed/improved channel numbersAndreas Eversberg3-72/+78
2024-03-2536c3 Mate Bottle SimulatorAndreas Eversberg3-1/+350
2024-02-18FuVst: Add security code and card reader type to databaseAndreas Eversberg2-11/+13
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg24-36/+122
2024-02-18Add help about settings at location area overheade messageAndreas Eversberg1-3/+10
2024-02-18Add "--no-config" option, to ignore existing default config fileAndreas Eversberg3-11/+27
2024-02-18If a mobile inscribes, show station ID on the consoleAndreas Eversberg10-5/+45
2024-02-18Jollycom: Fix initial voice sample resamplingAndreas Eversberg1-22/+16
2024-02-18Datenklo: Timers may only be scheduled or deleted in the main threadAndreas Eversberg4-33/+86
2024-02-18Disable rtprio by default and abort, if given prio is not allowedAndreas Eversberg4-21/+29
2024-02-18Move from local to external osmo* librariesAndreas Eversberg192-12511/+4082
2024-01-04C-Netz-SIM: Store Jolly's phone number to phonebook entry 02Andreas Eversberg2-2/+8
2024-01-04Fix usage of strncatAndreas Eversberg2-3/+3
2023-12-13Zeitansage: Remove useless FUSE library flags from Makefile.amAndreas Eversberg1-1/+1
2023-11-27G711: Fix bitorder of u-law codecAndreas Eversberg1-9/+9
2023-11-15Add option to disable L16 codec (linear 16 bit PCM)Andreas Eversberg4-7/+21
2023-11-12libosmocc: Support for telephone-eventsAndreas Eversberg4-4/+51
2023-11-12libosmocc: Flag codec as not accepted instead of removing itAndreas Eversberg4-45/+43
2023-11-125-tones: Minor fixes in command line helpAndreas Eversberg1-2/+2
2023-10-08[NMT] fix UA UMC country codeVasyl Samoilov1-1/+1
2023-10-08Golay: Add voice message supportAndreas Eversberg4-66/+186
2023-09-10AMPS: Add ESN manufacturer namesAndreas Eversberg5-5/+164
2023-09-10C-Netz-SIM: Store version number in phone book entry 01 as default.Andreas Eversberg2-0/+7
2023-08-27C-Netz-SIM: Added delay before answering to messagesAndreas Eversberg3-5/+22
2023-06-10Fix notch filter and add a test for itAndreas Eversberg3-4/+22
2023-06-10Osmo-CC: Add R1 interface typeAndreas Eversberg2-0/+2
2023-06-10Add R1 debugging classAndreas Eversberg2-9/+11
2023-05-25Fix minor compiler warning in sdr.cAndreas Eversberg1-1/+1
2023-03-26libosmo-cc: Allow remote port change with RTPAndreas Eversberg2-36/+79
2023-03-26libosmo-cc: Fix critical bug in RTCP handlingAndreas Eversberg1-1/+1
2023-03-18Generate compador table only once when the application startsAndreas Eversberg8-12/+33
2023-01-22Changed logging of libosmocc to osmocom styleAndreas Eversberg8-263/+263
2023-01-21Add libph_socket (not used by any app now)Andreas Eversberg4-0/+454
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg33-119/+394
2023-01-21Make libdebug osmocore complatible in some placesAndreas Eversberg1-0/+7
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg25-90/+141
2022-12-16libosmo-cc: Fixed NULL-pointer bugAndreas Eversberg1-0/+2
2022-12-16FSK modulator improvementsAndreas Eversberg6-50/+137
2022-12-16Resampling filter can now be turned offAndreas Eversberg2-4/+10