aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install.script
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 /bin/install.script
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 'bin/install.script')
-rwxr-xr-xbin/install.script24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/install.script b/bin/install.script
index a5544080..799b1568 100755
--- a/bin/install.script
+++ b/bin/install.script
@@ -5,26 +5,26 @@ SRC_BASE_DIR=~/projects/git/osmo-ttcn3-hacks
ln -sf $SRC_BASE_DIR/COMMON/src/General_Types.ttcn .
#M3UA protocol module
-ln -sf $SRC_BASE_DIR/M3UA_CNL113536/src/M3UA_Types.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.ProtocolModules.M3UA/src/M3UA_Types.ttcn .
#M3UA Emulator
-ln -sf $SRC_BASE_DIR/M3UA_CNL113537/src/M3UA_Emulation.ttcn .
+ln -sf $SRC_BASE_DIR/src/titan.ProtocolEmulations.M3UA/src/M3UA_Emulation.ttcn .
#MTP3 test port (partly)
-ln -sf $SRC_BASE_DIR/MTP3asp_CNL113337/src/MTP3asp_Types.ttcn .
-ln -sf $SRC_BASE_DIR/MTP3asp_CNL113337/src/MTP3asp_PortType.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.MTP3asp/src/MTP3asp_Types.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.MTP3asp/src/MTP3asp_PortType.ttcn .
#SCCP Emulator + protocol module
-ln -sf $SRC_BASE_DIR/SCCP_CNL113341/src/SCCPasp_Types.ttcn .
-ln -sf $SRC_BASE_DIR/SCCP_CNL113341/src/SCCP_Types.ttcn .
-ln -sf $SRC_BASE_DIR/SCCP_CNL113341/src/SCCP_Mapping.ttcnpp .
-ln -sf $SRC_BASE_DIR/SCCP_CNL113341/src/SCCP_Emulation.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.ProtocolEmulations.SCCP/src/SCCPasp_Types.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.ProtocolEmulations.SCCP/src/SCCP_Types.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.ProtocolEmulations.SCCP/src/SCCP_Mapping.ttcnpp .
+ln -sf $SRC_BASE_DIR/deps/titan.ProtocolEmulations.SCCP/src/SCCP_Emulation.ttcn .
#SCTP test port
-ln -sf $SRC_BASE_DIR/SCTPasp_CNL113469/src/SCTPasp_Types.ttcn .
-ln -sf $SRC_BASE_DIR/SCTPasp_CNL113469/src/SCTPasp_PortType.ttcn .
-ln -sf $SRC_BASE_DIR/SCTPasp_CNL113469/src/SCTPasp_PT.hh .
-ln -sf $SRC_BASE_DIR/SCTPasp_CNL113469/src/SCTPasp_PT.cc .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.SCTPasp/src/SCTPasp_Types.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.SCTPasp/src/SCTPasp_PortType.ttcn .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.SCTPasp/src/SCTPasp_PT.hh .
+ln -sf $SRC_BASE_DIR/deps/titan.TestPorts.SCTPasp/src/SCTPasp_PT.cc .
#Test cases