summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* comments: gsm0808_utils: mention various 3GPP specsPhilipp Maier2017-06-231-0/+5
* gsm0808: fix length check of the element decoder functionsPhilipp Maier2017-06-231-6/+6
* pseudotalloc: Add simplistic implementation of talloc_asprintfPau Espin Pedrol2017-06-222-1/+17
* fsm.c: Fix compilation warning: Use PRIu32 for uint32_tPau Espin Pedrol2017-06-221-3/+4
* timer_gettimeofday.c: Fix implicit use of timeraddPau Espin Pedrol2017-06-221-0/+1
* gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2017-06-222-0/+55
* gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2017-06-222-0/+38
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-221-18/+82
* src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGSNeels Hofmeyr2017-06-191-4/+4
* core/conv/conv_acc.c: use static allocation for trellisVadim Yanitskiy2017-06-191-27/+23
* core/conv/conv_acc.c: use static allocation for vdecoderVadim Yanitskiy2017-06-191-23/+19
* core/conv/conv_acc.c: delete reset_decoder()Vadim Yanitskiy2017-06-191-20/+13
* core/conv/conv_acc.c: drop unused structure memberVadim Yanitskiy2017-06-191-2/+0
* core/conv: update description headers for conv_acc_*Vadim Yanitskiy2017-06-195-5/+10
* core/conv: use proper filenamesVadim Yanitskiy2017-06-196-10/+10
* Move NUM_BYTES macro to core libraryMax2017-06-191-1/+1
* card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol2017-06-181-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-1262-150/+826
* 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-121-5/+5
* Add doxygen documentation to libosmocodingHarald Welte2017-06-125-30/+414
* gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2017-06-122-55/+54
* Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte2017-06-123-1/+23
* Include codec.h file from codec C filesHarald Welte2017-06-093-0/+3
* osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte2017-06-092-4/+4
* Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne2017-06-091-10/+10
* 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-261-0/+23
* Add human-readable names for signal_nsMax2017-05-242-0/+11
* Distinguish between unsupported and invalid MCSMax2017-05-242-59/+63
* core/conv: add x86 SSE support for Viterbi decoderTom Tsou2017-05-244-10/+748
* 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-177-0/+134
* sercomm: More API documentationHarald Welte2017-05-171-4/+35
* sercomm: Better integration of driver interfaceHarald Welte2017-05-171-28/+17
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-172-4/+4
* 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-171-13/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-171-0/+7
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-171-3/+13
* sercomm: include header file from osmocom/coreHarald Welte2017-05-171-2/+1