aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-11-07docs/install.html: git:// is long deprecated, use https:// insteadHarald Welte1-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-08-27C-Netz: Added new service codes for AEG phoneAndreas Eversberg1-0/+2
2023-08-27C-Netz: Updated sim card layout to support memory card emulation.Andreas Eversberg2-72/+283
2023-08-27C-Netz: Make memory card emulation work with AEG OLYMPIA phoneAndreas Eversberg1-19/+14
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 Eversberg6-0/+456
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg35-119/+396
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
2022-12-16Removed obsolete hexdump function from DTMF decoderAndreas Eversberg1-17/+2
2022-12-16Fixed a bug on datenklo's ioctrlsAndreas Eversberg1-1/+1
2022-12-16Osmo-CC: Change UPDATE to MODIFY messageAndreas Eversberg2-6/+24
2022-11-24osmo-cc: Add private pointer to codecsAndreas Eversberg9-58/+58
2022-11-24osmo-cc: Set session to NULL, if no codec matchesAndreas Eversberg1-0/+2
2022-11-24DCF77: Add weather info decoding and codingAndreas Eversberg11-45/+2167
2022-11-07AMPS: Fix compilationAndreas Eversberg1-2/+2
2022-11-07TACS: Corrected TACS power levels in help descriptionAndreas Eversberg1-2/+8
2022-10-30AMPS: Fixed caller ID transmissionAndreas Eversberg1-2/+2
2022-10-30AMPS: Minor fixes at DTX handlingAndreas Eversberg2-9/+6
2022-10-30Golay/GSC paging supportAndreas Eversberg14-38/+1493
2022-10-30dejitter: Added timeout for interpolationAndreas Eversberg2-11/+31
2022-10-23Move AMPS/TACS/JTACS into one source directoryAndreas Eversberg24-113/+99
2022-10-23Osmo-CC: Add marker bit supportAndreas Eversberg8-22/+22
2022-10-23Osmo-CC: Add UPDATE messagesAndreas Eversberg2-0/+18
2022-10-23DTMF: Now allows to give duration and pause for digitAndreas Eversberg9-44/+74
2022-10-23libsample: Add another function for converting between int16_t and sample_tAndreas Eversberg6-10/+37
2022-10-23JTACS (Japanese Total Access Communication System) works nowAndreas Eversberg5-12/+51
2022-10-23Refactoring jitter bufferAndreas Eversberg42-209/+547