summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sms_test.c: Remove test of deprecated wrapper functionPau Espin Pedrol2017-06-182-27/+0
* card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol2017-06-181-1/+1
* Fix compilation warning on deprecated macroPau Espin Pedrol2017-06-183-2/+11
* ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy2017-06-131-1/+1
* gsm/gsm48.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+0
* vty/command.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* core/conv/conv.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* gb/gprs_bssgp.c: avoid valueless goto usageVadim Yanitskiy2017-06-131-10/+3
* sim/core.c: drop useless double assignmentVadim Yanitskiy2017-06-131-1/+1
* core/conv/viterbi.c: fix possible NULL-pointer referenceVadim Yanitskiy2017-06-131-3/+16
* update/extend doxygen documentationHarald Welte2017-06-1263-157/+827
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-123-0/+36
* gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as constHarald Welte2017-06-121-6/+6
* gsm0503_interleaving: Mark input arguments as 'const *'Harald Welte2017-06-122-10/+10
* Add doxygen documentation to libosmocodingHarald Welte2017-06-1211-31/+465
* gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2017-06-124-76/+75
* Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte2017-06-125-1/+125
* Include codec.h file from codec C filesHarald Welte2017-06-093-0/+3
* Update L3 protocol discriminator definitionsHarald Welte2017-06-091-3/+5
* osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte2017-06-093-6/+6
* Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne2017-06-093-11/+27
* introduce proper test case for GSM FR detectionHarald Welte2017-06-092-0/+98
* core/conv: do not mix up AVX and SSE codeVadim Yanitskiy2017-05-296-570/+740
* core/conv: rename viterbi_gen.c to viterbi_generic.cVadim Yanitskiy2017-05-292-1/+1
* socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2017-05-262-0/+27
* Introduce build script for arm-none-eabi cross-compilationsblobb2017-05-261-0/+33
* Revert "Introduce build script for arm-none-eabi cross-compilations"blobb2017-05-261-33/+0
* Introduce build script for arm-none-eabi cross-compilationsblobb2017-05-251-0/+33
* Add human-readable names for signal_nsMax2017-05-243-0/+13
* Distinguish between unsupported and invalid MCSMax2017-05-242-59/+63
* core/conv: add x86 SSE support for Viterbi decoderTom Tsou2017-05-244-10/+748
* tests/Makefile.am: do not test disabled featuresVadim Yanitskiy2017-05-181-4/+19
* src/select.c: Don't #include <sys/select.h> if it doesn't existHarald Welte2017-05-171-1/+1
* add libpseudotalloc as super-simplistic talloc replacementHarald Welte2017-05-179-1/+145
* gitignore: Update with new *_gen.c files and generic 'tags'Harald Welte2017-05-171-0/+2
* sercomm: More API documentationHarald Welte2017-05-172-5/+62
* sercomm: Better integration of driver interfaceHarald Welte2017-05-172-34/+24
* add sercomm unit testHarald Welte2017-05-174-2/+169
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-174-5/+6
* src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte2017-05-171-1/+0
* sercomm: Rename sercomm_lock() to sercomm_drv_lock()Harald Welte2017-05-171-18/+15
* sercomm: remove unrequired helper functionsHarald Welte2017-05-172-15/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-172-7/+7
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-172-13/+32
* sercomm: include header file from osmocom/coreHarald Welte2017-05-171-2/+1
* sercomm: make rx msg size configurable per instanceHarald Welte2017-05-172-4/+7
* sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2017-05-172-28/+28
* sercomm: Enable multiple instances of 'sercomm'Harald Welte2017-05-172-104/+106
* Import sercomm.c from osmocom-bbHarald Welte2017-05-172-0/+404
* utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy2017-05-171-5/+1