From 996defec1733a285f8aad9cfe426606b8dc8899f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 Apr 2017 22:00:45 +0200 Subject: Add example program how to use M3UA+SCCP client and server This is an example tool that can be run either as server (SG) or as client (ASP) with a SCCP+M3UA stacking, and communicate via connectionless and connection-oriented primitives over it Change-Id: Id698ce2da5726e304dfa1773b794671dc80d853c --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3644d22..6dc0ebd 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ fi PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.6) old_LIBS=$LIBS @@ -68,5 +69,6 @@ AC_OUTPUT( tests/m2ua/Makefile tests/xua/Makefile tests/ss7/Makefile + examples/Makefile Makefile) -- cgit v1.2.3