From 00e6f692e9ee7bc7001e5c31b519abe711585503 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 16:58:34 +0800 Subject: mtp: Add the MTP Level3 code to the SCCP repoistory SCCP can be wrapped inside the MTP Level3, and one can use it for link testing as well. This repository should be renamed to libosmo-itu or libosmo-ss7 and be a host to SS7 related encapsulation... The code is coming from the cellmgr-ng code. --- tests/mtp/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/mtp/Makefile.am (limited to 'tests/mtp/Makefile.am') diff --git a/tests/mtp/Makefile.am b/tests/mtp/Makefile.am new file mode 100644 index 0000000..1f364b6 --- /dev/null +++ b/tests/mtp/Makefile.am @@ -0,0 +1,4 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include -Wall +noinst_PROGRAMS = mtp_parse_test + +mtp_parse_test_SOURCES = mtp_parse_test.c -- cgit v1.2.3