summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* jenkins.sh: Disable sanitize for FreeBSDPau Espin Pedrol2017-06-231-1/+7
* control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol2017-06-231-1/+1
* abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol2017-06-231-4/+4
* serial.c: Use pragma message instead of warningPau Espin Pedrol2017-06-231-1/+1
* configure.ac: Enable -Wall by defaultPau Espin Pedrol2017-06-231-2/+2
* gsm0411_utils.c: Fix compilation warningsPau Espin Pedrol2017-06-231-2/+2
* Fix warnings: tolower() and similar require ucharPau Espin Pedrol2017-06-233-5/+5
* Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol2017-06-232-2/+4
* fix map entry for gsm0808_speech_codec_from_chan_typeNeels Hofmeyr2017-06-231-1/+1
* fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()Neels Hofmeyr2017-06-232-2/+2
* doxygen: config: one enum val per lineNeels Hofmeyr2017-06-235-5/+5
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-23251-866/+873
* doxygen: various fixes in core/timer.hNeels Hofmeyr2017-06-231-19/+16
* api doc typo fix in core/logging.hNeels Hofmeyr2017-06-231-1/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-23144-1576/+1575
* doxygen: add missing gb API doc generationNeels Hofmeyr2017-06-234-3/+1730
* doxygen: include all undocumented items in the API docNeels Hofmeyr2017-06-235-5/+5
* doxygen: drop INPUT gsm/protocol, already part of gsm/Neels Hofmeyr2017-06-231-1/+1
* 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
* osmo-sim-test.c: Remove unused functionsPau Espin Pedrol2017-06-221-37/+0
* 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
* sercomm_test.c: return correctly in mainPau Espin Pedrol2017-06-221-0/+1
* cosmetic: remove API documentation strings in header filePhilipp Maier2017-06-221-24/+0
* gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2017-06-223-0/+57
* gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2017-06-223-0/+40
* gsm0808: add default speech codec configurationPhilipp Maier2017-06-221-0/+21
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-223-61/+118
* abis_test.c: Fix warning appearing on some buggy gcc versionsPau Espin Pedrol2017-06-221-2/+4
* gsm0808: add speech codec type constantsPhilipp Maier2017-06-211-0/+18
* cosmetic: Add info about coresponding codecs to permitted speech constsPhilipp Maier2017-06-211-7/+8
* gsm0408: update bearer capability speech versionPhilipp Maier2017-06-211-1/+6
* cosmetic: Add codec references to Speech Version IndicationPhilipp Maier2017-06-211-6/+6
* lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol2017-06-211-1/+1
* vty: additional nodes for sccp-address configurationPhilipp Maier2017-06-212-2/+3
* 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-193-2/+3
* tlv_test.c: Fix compilation warningsPau Espin Pedrol2017-06-181-19/+25
* gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol2017-06-181-49/+0
* 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