aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-13ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy1-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 Welte63-157/+827
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 Welte2-10/+10
2017-06-12Add doxygen documentation to libosmocodingHarald Welte11-31/+465