aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-28BSSGP: handle BVC-RESET-ACKMax1-0/+3
2017-06-23control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol1-1/+1
2017-06-23abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol1-4/+4
2017-06-23serial.c: Use pragma message instead of warningPau Espin Pedrol1-1/+1
2017-06-23gsm0411_utils.c: Fix compilation warningsPau Espin Pedrol1-2/+2
2017-06-23Fix warnings: tolower() and similar require ucharPau Espin Pedrol3-5/+5
2017-06-23Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol2-2/+4
2017-06-23fix map entry for gsm0808_speech_codec_from_chan_typeNeels Hofmeyr1-1/+1
2017-06-23fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()Neels Hofmeyr1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr130-553/+532
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr78-673/+673
2017-06-23comments: gsm0808_utils: mention various 3GPP specsPhilipp Maier1-0/+5
2017-06-23gsm0808: fix length check of the element decoder functionsPhilipp Maier1-6/+6
2017-06-22pseudotalloc: Add simplistic implementation of talloc_asprintfPau Espin Pedrol2-1/+17
2017-06-22fsm.c: Fix compilation warning: Use PRIu32 for uint32_tPau Espin Pedrol1-3/+4
2017-06-22timer_gettimeofday.c: Fix implicit use of timeraddPau Espin Pedrol1-0/+1
2017-06-22gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2-0/+55
2017-06-22gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2-0/+38
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-18/+82
2017-06-19src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGSNeels Hofmeyr1-4/+4
2017-06-19core/conv/conv_acc.c: use static allocation for trellisVadim Yanitskiy1-27/+23
2017-06-19core/conv/conv_acc.c: use static allocation for vdecoderVadim Yanitskiy1-23/+19
2017-06-19core/conv/conv_acc.c: delete reset_decoder()Vadim Yanitskiy1-20/+13
2017-06-19core/conv/conv_acc.c: drop unused structure memberVadim Yanitskiy1-2/+0
2017-06-19core/conv: update description headers for conv_acc_*Vadim Yanitskiy5-5/+10
2017-06-19core/conv: use proper filenamesVadim Yanitskiy6-10/+10
2017-06-19Move NUM_BYTES macro to core libraryMax1-1/+1
2017-06-18card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol1-1/+1
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 Welte62-150/+826
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 Welte1-5/+5
2017-06-12Add doxygen documentation to libosmocodingHarald Welte5-30/+414
2017-06-12gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2-55/+54
2017-06-12Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte3-1/+23
2017-06-09Include codec.h file from codec C filesHarald Welte3-0/+3
2017-06-09osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte2-4/+4
2017-06-09Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne1-10/+10
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 Pedrol1-0/+23
2017-05-24Add human-readable names for signal_nsMax2-0/+11
2017-05-24Distinguish between unsupported and invalid MCSMax2-59/+63
2017-05-24core/conv: add x86 SSE support for Viterbi decoderTom Tsou4-10/+748