summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith2017-08-171-1/+1
* auth_milenage: Fix non-AUTS case with OPHarald Welte2017-08-161-12/+24
* add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2017-08-121-0/+18
* Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte2017-08-092-0/+96
* RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte2017-07-301-0/+3
* chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte2017-07-281-1/+4
* BSSGP: add function to reset all PTP BVCMax2017-07-282-0/+27
* osmo_sock_init2(): Fix creation of non-bound socketsHarald Welte2017-07-211-1/+1
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-0/+5
* LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen2017-07-141-0/+1
* LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen2017-07-141-0/+1
* IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen2017-07-141-0/+5
* socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2017-07-131-0/+10
* socket: Allow disabling multicast loop on socket creationHarald Welte2017-07-131-4/+16
* socket: Unify listen() calls and check for erroneous returnsHarald Welte2017-07-131-20/+33
* socket.c: Add multicast related convenience functionsHarald Welte2017-07-131-0/+135
* select: Add new osmo_fd_close() functionHarald Welte2017-07-131-0/+17
* gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte2017-07-131-0/+45
* gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte2017-07-131-1/+40
* utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2017-07-112-0/+12
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-102-1/+75
* Ignore broken everything log levelMax2017-07-101-2/+9
* gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2017-07-102-0/+12
* gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther2017-07-071-0/+20
* osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr2017-07-031-2/+2
* Add missing BSSGP cause valuesMax2017-07-011-20/+57
* BSSGP: handle BVC-RESET-ACKMax2017-06-281-0/+3
* 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
* 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-231-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-23130-553/+532
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-2378-673/+673
* 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
* 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
* gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2017-06-222-0/+55
* gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2017-06-222-0/+38
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-221-18/+82
* 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