aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsmtap_util.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-554/+0
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy1-0/+16
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-11-25gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg()Harald Welte1-0/+14
2021-05-26gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOSVadim Yanitskiy1-0/+2
2021-01-04gsmtap_util: SNR can be negative, use a signed integerVadim Yanitskiy1-4/+4
2020-07-09Revert "gsmtap_makemsg_ex: NULL for unknown chan_type"Pau Espin Pedrol1-5/+1
2020-05-20gsmtap_makemsg_ex: NULL for unknown chan_typeOliver Smith1-1/+5
2020-03-08gsmtap: Solve TCH / FACCH confusion once and for allHarald Welte1-10/+30
2020-03-08Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_stringHarald Welte1-0/+1
2020-02-28chantype_rsl2gsmtap(): Add entries for CBCHHarald Welte1-0/+6
2019-03-28src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()Vadim Yanitskiy1-0/+1
2019-03-25Doxygen: fix incorrect / missing parameter descriptionVadim Yanitskiy1-3/+3
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte1-2/+2
2018-08-24gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier1-1/+3
2018-02-16memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr1-1/+5
2018-02-16memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr1-1/+1
2018-02-16gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr1-0/+3
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-07-28chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte1-1/+4
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-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-4/+5
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-11/+11
2017-06-12update/extend doxygen documentationHarald Welte1-0/+1
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-4/+3
2017-01-06Remove direct loggingMax1-3/+0
2016-11-26Fix unchecked return valueof osmo_fd_register()Harald Welte1-4/+12
2016-05-05Update doxygen annotations in libosmocoreHarald Welte1-1/+20
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-3/+3
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte1-1/+14
2011-09-26gsmtap: Fix doxygen doc for the recent additionsSylvain Munaut1-2/+22
2011-09-26gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut1-4/+21
2011-08-17doxygen: Add documentation for gsmtap_util.[ch]Harald Welte1-6/+51
2011-06-13socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso1-2/+4
2011-05-29gsmtap_util: Remove msg_free from the wq call backSylvain Munaut1-3/+0
2011-05-22gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_instHarald Welte1-0/+6
2011-05-22GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte1-6/+8
2011-05-22gsmtap: rework GSMTAP API to be more future-proof0.3.1Harald Welte1-86/+106
2011-05-07select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-6/+6
2011-05-04GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte1-2/+55
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-7/+7
2010-06-29[gsmtap] add new gsmtap_makemsg() functionHarald Welte1-8/+23
2010-06-29Add gsmtap utility functions to libosmocore0.1.13Harald Welte1-0/+185