aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-18add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr1-0/+5
2017-07-14LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen1-0/+1
2017-07-14LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen1-0/+1
2017-07-14IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen1-0/+5
2017-07-13socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte1-0/+10
2017-07-13socket: Allow disabling multicast loop on socket creationHarald Welte1-4/+16
2017-07-13socket: Unify listen() calls and check for erroneous returnsHarald Welte1-20/+33
2017-07-13socket.c: Add multicast related convenience functionsHarald Welte1-0/+135
2017-07-13select: Add new osmo_fd_close() functionHarald Welte1-0/+17
2017-07-13gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte1-0/+45
2017-07-13gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte1-1/+40
2017-07-11utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2-0/+12
2017-07-10Add pseudo-random bit sequence generator to libosmcooreHarald Welte2-1/+75
2017-07-10Ignore broken everything log levelMax1-2/+9
2017-07-10gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2-0/+12
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+20
2017-07-03osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr1-2/+2
2017-07-01Add missing BSSGP cause valuesMax1-20/+57
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