From f7460f5292e155461f341319c08386223ec58c76 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 30 Jun 2010 12:32:00 +0200 Subject: [gsm-receiver] Update to new GSMTAP version In wireshark mainline, there is a UDP-based GSMTAP version which is much different from our pcap-file / link-type based one. This commit updates the gsmtap support in gsm-receiver to use the same format as understood by wireshark mainline. However, it introduces a build and runtime dependency to libosmocore (git://git.osmocom.org/libosmocore.git). --- gsm-receiver/src/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gsm-receiver/src/lib/Makefile.am') diff --git a/gsm-receiver/src/lib/Makefile.am b/gsm-receiver/src/lib/Makefile.am index 925eaca..71ea8fe 100644 --- a/gsm-receiver/src/lib/Makefile.am +++ b/gsm-receiver/src/lib/Makefile.am @@ -79,6 +79,7 @@ _gsm_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version _gsm_la_LIBADD = \ $(PYTHON_LDFLAGS) \ libgsmdemod.la \ + $(LIBOSMOCORE_LIBS) \ -lstdc++ \ $(DECODER_LA) -- cgit v1.2.3