gsmtap: rework GSMTAP API to be more future-proof
authorHarald Welte <laforge@gnumonks.org>
Sat, 21 May 2011 16:54:32 +0000 (18:54 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sun, 22 May 2011 09:43:23 +0000 (11:43 +0200)
commit33cb71ac91fb870702dbb71595dba4a554001e3c
treeba275acb6376eef01b8dc54a574fea6c2fe47443
parent825607672215b7a12ea6e201a89cd5209f6d657f
gsmtap: rework GSMTAP API to be more future-proof

* use write_queue where applicable
* provide functions that work on raw FD and those with osmo_fd
* add support for multiple gsmtap instances (no global variables)
include/osmocom/core/Makefile.am
include/osmocom/core/gsmtap_util.h
include/osmocom/core/socket.h [new file with mode: 0644]
src/Makefile.am
src/gsmtap_util.c
src/socket.c [new file with mode: 0644]