aboutsummaryrefslogtreecommitdiffstats
path: root/bsc-nat
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-18 10:58:00 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-18 12:52:20 +0100
commitc87abfcb6098bb696f8941bac5be2b5d418a2d76 (patch)
tree6dea388535a7875f5e03e740de13641249d4379d /bsc-nat
parent1d5a0ac2cf503d820dde971d0908ea35d43bc8e6 (diff)
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
Diffstat (limited to 'bsc-nat')
-rwxr-xr-xbsc-nat/gen_links.sh5
-rwxr-xr-xbsc-nat/regen_makefile.sh2
2 files changed, 3 insertions, 4 deletions
diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh
index 77c9563f..453d8caf 100755
--- a/bsc-nat/gen_links.sh
+++ b/bsc-nat/gen_links.sh
@@ -21,14 +21,13 @@ FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttc
gen_links $DIR $FILES
# required by SCCP 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_EncDec.cc 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/bsc-nat/regen_makefile.sh b/bsc-nat/regen_makefile.sh
index 3d17cfe1..5c253661 100755
--- a/bsc-nat/regen_makefile.sh
+++ b/bsc-nat/regen_makefile.sh
@@ -4,6 +4,6 @@ MAIN=IPA_Test.ttcn
FILES="*.ttcn *.ttcnpp SCCP_EncDec.cc IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc RTP_EncDec.cc SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc"
-export CPPFLAGS_TTCN3="-DIPA_EMULATION_SCCP -DIPA_EMULATION_MGCP"
+export CPPFLAGS_TTCN3="-DIPA_EMULATION_SCCP -DIPA_EMULATION_MGCP -DUSE_MTP3_DISTRIBUTOR"
../regen-makefile.sh $MAIN $FILES