GSMTAP: add function to create a 'sink' for gsmtap packets
authorHarald Welte <laforge@gnumonks.org>
Wed, 27 Apr 2011 08:57:49 +0000 (10:57 +0200)
committerHarald Welte <laforge@gnumonks.org>
Wed, 4 May 2011 09:09:21 +0000 (11:09 +0200)
commitd58ba465f1859e60e85eb725bf6bf5fde482db24
tree5e14e53e51706c0d10d6c1bedbb8d3c5d8013a82
parent534ba8132818524bdf52d5dcf249dda51f766efb
GSMTAP: add function to create a 'sink' for gsmtap packets

This can be helpful where we send GSMTAP messages to the loopback
device (localhost, 127.0.0.1) from where the kernel would then
send ICMP reject packets as nobody is listening on that port.
include/osmocom/core/gsmtap_util.h
src/gsmtap_util.c