aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install.script
blob: a554408092362df310bdc4a82d16ec9eb4707578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/sh 

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                     .
#M3UA Emulator
ln -sf $SRC_BASE_DIR/M3UA_CNL113537/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                .

#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                   .

#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                   .


#Test cases
ln -sf $SRC_BASE_DIR/SCCP_Test/SCCP_Testcases.ttcn                     .
ln -sf $SRC_BASE_DIR/SCCP_Test/SCCP_Testcases.cfg                     .