aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-23jenkins.sh: Disable sanitize for FreeBSDPau Espin Pedrol1-1/+7
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-23configure.ac: Enable -Wall by defaultPau Espin Pedrol1-2/+2
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 Hofmeyr2-2/+2
2017-06-23doxygen: config: one enum val per lineNeels Hofmeyr5-5/+5
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr251-866/+873
2017-06-23doxygen: various fixes in core/timer.hNeels Hofmeyr1-19/+16
2017-06-23api doc typo fix in core/logging.hNeels Hofmeyr1-1/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr144-1576/+1575
2017-06-23doxygen: add missing gb API doc generationNeels Hofmeyr4-3/+1730
2017-06-23doxygen: include all undocumented items in the API docNeels Hofmeyr5-5/+5
2017-06-23doxygen: drop INPUT gsm/protocol, already part of gsm/Neels Hofmeyr1-1/+1
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-22osmo-sim-test.c: Remove unused functionsPau Espin Pedrol1-37/+0
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-22sercomm_test.c: return correctly in mainPau Espin Pedrol1-0/+1
2017-06-22cosmetic: remove API documentation strings in header filePhilipp Maier1-24/+0
2017-06-22gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier3-0/+57
2017-06-22gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier3-0/+40
2017-06-22gsm0808: add default speech codec configurationPhilipp Maier1-0/+21
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier3-61/+118
2017-06-22abis_test.c: Fix warning appearing on some buggy gcc versionsPau Espin Pedrol1-2/+4
2017-06-21gsm0808: add speech codec type constantsPhilipp Maier1-0/+18
2017-06-21cosmetic: Add info about coresponding codecs to permitted speech constsPhilipp Maier1-7/+8
2017-06-21gsm0408: update bearer capability speech versionPhilipp Maier1-1/+6
2017-06-21cosmetic: Add codec references to Speech Version IndicationPhilipp Maier1-6/+6
2017-06-21lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol1-1/+1
2017-06-21vty: additional nodes for sccp-address configurationPhilipp Maier2-2/+3
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 libraryMax3-2/+3
2017-06-18tlv_test.c: Fix compilation warningsPau Espin Pedrol1-19/+25
2017-06-18gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol1-49/+0
2017-06-18sms_test.c: Remove test of deprecated wrapper functionPau Espin Pedrol2-27/+0
2017-06-18card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol1-1/+1
2017-06-18Fix compilation warning on deprecated macroPau Espin Pedrol3-2/+11