diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-04-03 22:00:45 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-04-10 11:48:34 +0200 |
commit | 996defec1733a285f8aad9cfe426606b8dc8899f (patch) | |
tree | 9a58743adcd14da6b7dcd80ed6da2229d1ccc4d9 /configure.ac | |
parent | d40b9f842bb58b393c8a32142296517e328520e4 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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) |