index
:
libosmocore
35c3
achemeris/sms-fixes
achemeris/sms-validity
cccamp2019
daniel/gb-sns
daniel/gbproxy-ns2
daniel/ns2
daniel/onwaves
daniel/scts-fixes
daniel/tracing
debian
fairwaves/ip-gb
fairwaves/production
for-1.4
jerlbeck/msgb-validation
jerlbeck/ns-48016-mods
jolly/7bit_ussd
laforge/c-ares
laforge/cbch
laforge/context
laforge/csd
laforge/gb-test
laforge/gprs-ns-instances
laforge/gs
laforge/it_msgq
laforge/it_q
laforge/iu_up
laforge/lapd
laforge/notls-hack
laforge/ns2
laforge/nuttx
laforge/sock2
laforge/usdt
lynxis/ns2_vty
master
mmcternan/bb_maint
neels/contrib
neels/fake_stats
neels/gsm-shark
neels/ladder
neels/lcs
neels/log_functions
neels/misc
neels/mscpool
neels/mslookup
neels/static_strings
neels/voicecall-shark
nrw/litecell15-merge
osmith/new-osmo-sock-functions
pespin/egprs
pespin/modbus
pespin/nacc
pespin/ns2
pespin/tmp-works
pmaier/amrmangle
pmaier/mgw
pmaier/rbs2000
pmaier/rim2
pmaier/test_16102018
sylvain/security
sysmocom/shared/log-speed
user/kluchnikov/gb-sns-hack
zecke/aes-ubsan
zecke/ancient/debian6.0
zecke/osmo-sip-connector
zecke/packages/wip
zecke/pre-release/0.9.3-t4
zecke/release/0.7-dev
Common library for all Osmocom projects
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsmtap_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
gsmtap: Solve TCH / FACCH confusion once and for all
Harald Welte
1
-10
/
+30
2020-03-08
Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_string
Harald Welte
1
-0
/
+1
2020-02-28
chantype_rsl2gsmtap(): Add entries for CBCH
Harald Welte
1
-0
/
+6
2019-03-28
src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
Vadim Yanitskiy
1
-0
/
+1
2019-03-25
Doxygen: fix incorrect / missing parameter description
Vadim Yanitskiy
1
-3
/
+3
2019-03-21
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
1
-2
/
+2
2018-08-24
gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP
Philipp Maier
1
-1
/
+3
2018-02-16
memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
Neels Hofmeyr
1
-1
/
+5
2018-02-16
memleak: gsmtap_sendmsg(): don't return 0 when no data was written
Neels Hofmeyr
1
-1
/
+1
2018-02-16
gsmtap_sendmsg(): clarify API doc concerning msgb ownership
Neels Hofmeyr
1
-0
/
+3
2017-11-13
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
1
-0
/
+2
2017-07-28
chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion
Harald Welte
1
-1
/
+4
2017-07-13
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Harald Welte
1
-0
/
+45
2017-07-13
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Harald Welte
1
-1
/
+40
2017-06-23
doxygen: unify use of \file across the board
Neels Hofmeyr
1
-4
/
+5
2017-06-23
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
1
-11
/
+11
2017-06-12
update/extend doxygen documentation
Harald Welte
1
-0
/
+1
2017-05-15
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
1
-4
/
+3
2017-01-06
Remove direct logging
Max
1
-3
/
+0
2016-11-26
Fix unchecked return valueof osmo_fd_register()
Harald Welte
1
-4
/
+12
2016-05-05
Update doxygen annotations in libosmocore
Harald Welte
1
-1
/
+20
2013-02-15
misc: Doxygen tweaks: fixed some typos and minor errors
Katerina Barone-Adesi
1
-3
/
+3
2013-01-11
add some missing doxygen annotation for libosmocore functions
Harald Welte
1
-1
/
+14
2011-09-26
gsmtap: Fix doxygen doc for the recent additions
Sylvain Munaut
1
-2
/
+22
2011-09-26
gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content type
Sylvain Munaut
1
-4
/
+21
2011-08-17
doxygen: Add documentation for gsmtap_util.[ch]
Harald Welte
1
-6
/
+51
2011-06-13
socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
Pablo Neira Ayuso
1
-2
/
+4
2011-05-29
gsmtap_util: Remove msg_free from the wq call back
Sylvain Munaut
1
-3
/
+0
2011-05-22
gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_inst
Harald Welte
1
-0
/
+6
2011-05-22
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Harald Welte
1
-6
/
+8
2011-05-22
gsmtap: rework GSMTAP API to be more future-proof
0.3.1
Harald Welte
1
-86
/
+106
2011-05-07
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
1
-6
/
+6
2011-05-04
GSMTAP: add function to create a 'sink' for gsmtap packets
Harald Welte
1
-2
/
+55
2011-03-23
include: reorganize headers file to include/osmocom/[gsm|core]
0.2.0
Pablo Neira Ayuso
1
-7
/
+7
2010-06-29
[gsmtap] add new gsmtap_makemsg() function
Harald Welte
1
-8
/
+23
2010-06-29
Add gsmtap utility functions to libosmocore
0.1.13
Harald Welte
1
-0
/
+185