index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsmtap_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
Vadim Yanitskiy
2019-03-28
1
-0
/
+1
*
Doxygen: fix incorrect / missing parameter description
Vadim Yanitskiy
2019-03-25
1
-3
/
+3
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-2
/
+2
*
gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP
Philipp Maier
2018-08-24
1
-1
/
+3
*
memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
Neels Hofmeyr
2018-02-16
1
-1
/
+5
*
memleak: gsmtap_sendmsg(): don't return 0 when no data was written
Neels Hofmeyr
2018-02-16
1
-1
/
+1
*
gsmtap_sendmsg(): clarify API doc concerning msgb ownership
Neels Hofmeyr
2018-02-16
1
-0
/
+3
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+2
*
chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion
Harald Welte
2017-07-28
1
-1
/
+4
*
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Harald Welte
2017-07-13
1
-0
/
+45
*
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Harald Welte
2017-07-13
1
-1
/
+40
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-4
/
+5
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-11
/
+11
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-0
/
+1
*
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
2017-05-15
1
-4
/
+3
*
Remove direct logging
Max
2017-01-06
1
-3
/
+0
*
Fix unchecked return valueof osmo_fd_register()
Harald Welte
2016-11-26
1
-4
/
+12
*
Update doxygen annotations in libosmocore
Harald Welte
2016-05-05
1
-1
/
+20
*
misc: Doxygen tweaks: fixed some typos and minor errors
Katerina Barone-Adesi
2013-02-15
1
-3
/
+3
*
add some missing doxygen annotation for libosmocore functions
Harald Welte
2013-01-11
1
-1
/
+14
*
gsmtap: Fix doxygen doc for the recent additions
Sylvain Munaut
2011-09-26
1
-2
/
+22
*
gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content type
Sylvain Munaut
2011-09-26
1
-4
/
+21
*
doxygen: Add documentation for gsmtap_util.[ch]
Harald Welte
2011-08-17
1
-6
/
+51
*
socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
Pablo Neira Ayuso
2011-06-13
1
-2
/
+4
*
gsmtap_util: Remove msg_free from the wq call back
Sylvain Munaut
2011-05-29
1
-3
/
+0
*
gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_inst
Harald Welte
2011-05-22
1
-0
/
+6
*
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Harald Welte
2011-05-22
1
-6
/
+8
*
gsmtap: rework GSMTAP API to be more future-proof
Harald Welte
2011-05-22
1
-86
/
+106
*
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
2011-05-07
1
-6
/
+6
*
GSMTAP: add function to create a 'sink' for gsmtap packets
Harald Welte
2011-05-04
1
-2
/
+55
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-7
/
+7
*
[gsmtap] add new gsmtap_makemsg() function
Harald Welte
2010-06-29
1
-8
/
+23
*
Add gsmtap utility functions to libosmocore
Harald Welte
2010-06-29
1
-0
/
+185