From dfbc42c261b438271487822f0ccd687fda84129f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 15 Nov 2012 12:29:15 +0100 Subject: meas_feed: add osmo-meas-udp2db for realtime feed into database This tool can save the meas_feed messages from UDP port 8888 directly to a sqlite3 database for further analysis. --- openbsc/src/utils/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'openbsc/src/utils/Makefile.am') diff --git a/openbsc/src/utils/Makefile.am b/openbsc/src/utils/Makefile.am index 3fd7e100c..30f787fa5 100644 --- a/openbsc/src/utils/Makefile.am +++ b/openbsc/src/utils/Makefile.am @@ -5,9 +5,9 @@ AM_LDFLAGS = $(COVERAGE_LDFLAGS) noinst_HEADERS = meas_db.h if HAVE_LIBCDK -bin_PROGRAMS = bs11_config isdnsync osmo-meas-pcap2db meas_vis +bin_PROGRAMS = bs11_config isdnsync osmo-meas-pcap2db osmo-meas-udp2db meas_vis else -bin_PROGRAMS = bs11_config isdnsync osmo-meas-pcap2db +bin_PROGRAMS = bs11_config isdnsync osmo-meas-pcap2db osmo-meas-udp2db endif if BUILD_SMPP @@ -33,3 +33,7 @@ meas_vis_CFLAGS = $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) osmo_meas_pcap2db_SOURCES = meas_pcap2db.c meas_db.c osmo_meas_pcap2db_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) -lpcap -lsqlite3 osmo_meas_pcap2db_CFLAGS = $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) + +osmo_meas_udp2db_SOURCES = meas_udp2db.c meas_db.c +osmo_meas_udp2db_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) -lsqlite3 +osmo_meas_udp2db_CFLAGS = $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) -- cgit v1.2.3