From c87abfcb6098bb696f8941bac5be2b5d418a2d76 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Mar 2018 10:58:00 +0100 Subject: Remove M3UA/MTP3/SCCP code from this repo, use upstream repos Originally, this code was not yet in an official upstream git repo. However, it has been for many months, so let's remove our local copy and use upstream git repositories like for all the other modules. Change-Id: I2c616fb865df32cfec323d42e5d0d06de40c497b --- selftest/gen_links.sh | 5 ++--- selftest/regen_makefile.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'selftest') diff --git a/selftest/gen_links.sh b/selftest/gen_links.sh index b5e86cb8..1b6171ca 100755 --- a/selftest/gen_links.sh +++ b/selftest/gen_links.sh @@ -22,14 +22,13 @@ FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttc gen_links $DIR $FILES # required by IPA Emulation -DIR=../MTP3asp_CNL113337/src +DIR=$BASEDIR/titan.TestPorts.MTP3asp/src FILES="MTP3asp_PortType.ttcn MTP3asp_Types.ttcn" gen_links $DIR $FILES -DIR=../SCCP_CNL113341/src +DIR=$BASEDIR/titan.ProtocolEmulations.SCCP/src FILES="SCCP_Emulation.ttcn SCCP_Mapping.ttcnpp SCCP_Types.ttcn SCCPasp_Types.ttcn" gen_links $DIR $FILES -gen_link SCCP_Mapping.ttcnpp SCCP_Mapping.ttcn DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src FILES="BSSAP_Types.ttcn" diff --git a/selftest/regen_makefile.sh b/selftest/regen_makefile.sh index d79b921b..2503fca0 100755 --- a/selftest/regen_makefile.sh +++ b/selftest/regen_makefile.sh @@ -4,6 +4,6 @@ MAIN=Selftest.ttcn FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc" -export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL" +export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DUSE_MTP3_DISTRIBUTOR" ../regen-makefile.sh $MAIN $FILES -- cgit v1.2.3