aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-13gsm/gsm48.c: drop useless assignmentVadim Yanitskiy1-1/+0
2017-06-13vty/command.c: drop useless assignmentVadim Yanitskiy1-1/+1
2017-06-13core/conv/conv.c: drop useless assignmentVadim Yanitskiy1-1/+1
2017-06-13gb/gprs_bssgp.c: avoid valueless goto usageVadim Yanitskiy1-10/+3
2017-06-13sim/core.c: drop useless double assignmentVadim Yanitskiy1-1/+1
2017-06-13core/conv/viterbi.c: fix possible NULL-pointer referenceVadim Yanitskiy1-3/+16
2017-06-12update/extend doxygen documentationHarald Welte63-157/+827
2017-06-12Update doxygen main page for libosmo{core,gsm,vty}Harald Welte3-0/+36
2017-06-12gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as constHarald Welte1-6/+6
2017-06-12gsm0503_interleaving: Mark input arguments as 'const *'Harald Welte2-10/+10
2017-06-12Add doxygen documentation to libosmocodingHarald Welte11-31/+465
2017-06-12gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte4-76/+75
2017-06-12Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte5-1/+125
2017-06-09Include codec.h file from codec C filesHarald Welte3-0/+3
2017-06-09Update L3 protocol discriminator definitionsHarald Welte1-3/+5
2017-06-09osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte3-6/+6
2017-06-09Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne3-11/+27
2017-06-09introduce proper test case for GSM FR detectionHarald Welte2-0/+98
2017-05-29core/conv: do not mix up AVX and SSE codeVadim Yanitskiy6-570/+740
2017-05-29core/conv: rename viterbi_gen.c to viterbi_generic.cVadim Yanitskiy2-1/+1
2017-05-26socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2-0/+27
2017-05-26Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-05-26Revert "Introduce build script for arm-none-eabi cross-compilations"blobb1-33/+0
2017-05-25Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-05-24Add human-readable names for signal_nsMax3-0/+13
2017-05-24Distinguish between unsupported and invalid MCSMax2-59/+63
2017-05-24core/conv: add x86 SSE support for Viterbi decoderTom Tsou4-10/+748
2017-05-18tests/Makefile.am: do not test disabled featuresVadim Yanitskiy1-4/+19
2017-05-17src/select.c: Don't #include <sys/select.h> if it doesn't existHarald Welte1-1/+1
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte9-1/+145
2017-05-17gitignore: Update with new *_gen.c files and generic 'tags'Harald Welte1-0/+2
2017-05-17sercomm: More API documentationHarald Welte2-5/+62
2017-05-17sercomm: Better integration of driver interfaceHarald Welte2-34/+24
2017-05-17add sercomm unit testHarald Welte4-2/+169
2017-05-17sercomm: Include in libosmocore MakefileHarald Welte4-5/+6
2017-05-17src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte1-1/+0
2017-05-17sercomm: Rename sercomm_lock() to sercomm_drv_lock()Harald Welte1-18/+15
2017-05-17sercomm: remove unrequired helper functionsHarald Welte2-15/+0
2017-05-17sercomm: Move HDLC related defines into C fileHarald Welte2-7/+7
2017-05-17sercomm: Add doxygen-style documentation to public APIHarald Welte2-13/+32
2017-05-17sercomm: include header file from osmocom/coreHarald Welte1-2/+1
2017-05-17sercomm: make rx msg size configurable per instanceHarald Welte2-4/+7
2017-05-17sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2-28/+28
2017-05-17sercomm: Enable multiple instances of 'sercomm'Harald Welte2-104/+106
2017-05-17Import sercomm.c from osmocom-bbHarald Welte2-0/+404
2017-05-17utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy1-5/+1
2017-05-17gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy1-2/+1
2017-05-17l1sap: Add frame-number to measurement indication structPhilipp Maier1-0/+1
2017-05-15timer: use timerclear() rather than explicit tv_set = tv_usec = 0Harald Welte1-2/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte3-0/+28