summaryrefslogtreecommitdiffstats
path: root/src/gsmtap_util.c
Commit message (Expand)AuthorAgeFilesLines
* src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()Vadim Yanitskiy2019-03-281-0/+1
* Doxygen: fix incorrect / missing parameter descriptionVadim Yanitskiy2019-03-251-3/+3
* select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2019-03-211-2/+2
* gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier2018-08-241-1/+3
* memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2018-02-161-1/+5
* memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr2018-02-161-1/+1
* gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr2018-02-161-0/+3
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte2017-07-281-1/+4
* 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
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-4/+5
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-11/+11
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-4/+3
* Remove direct loggingMax2017-01-061-3/+0
* Fix unchecked return valueof osmo_fd_register()Harald Welte2016-11-261-4/+12
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-1/+20
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-3/+3
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-1/+14
* gsmtap: Fix doxygen doc for the recent additionsSylvain Munaut2011-09-261-2/+22
* gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut2011-09-261-4/+21
* doxygen: Add documentation for gsmtap_util.[ch]Harald Welte2011-08-171-6/+51
* socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-131-2/+4
* gsmtap_util: Remove msg_free from the wq call backSylvain Munaut2011-05-291-3/+0
* gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_instHarald Welte2011-05-221-0/+6
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-221-6/+8
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-221-86/+106
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-6/+6
* GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte2011-05-041-2/+55
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-7/+7
* [gsmtap] add new gsmtap_makemsg() functionHarald Welte2010-06-291-8/+23
* Add gsmtap utility functions to libosmocoreHarald Welte2010-06-291-0/+185