aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install.script
blob: d6808cc34b402778df0f451d2797b8c3790c8e9b (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
33
34
#!/bin/sh 



ln -sf ../COMMON/src/General_Types.ttcn                     .

#M3UA protocol module
ln -sf ../M3UA_CNL113536/src/M3UA_Types.ttcn                     .
#M3UA Emulator
ln -sf ../M3UA_CNL113537/src/M3UA_Emulation.ttcn                     .


#MTP3 test port (partly)

ln -sf ../MTP3asp_CNL113337/src/MTP3asp_Types.ttcn                   .
ln -sf ../MTP3asp_CNL113337/src/MTP3asp_PortType.ttcn                .

#SCCP Emulator + protocol module

ln -sf ../SCCP_CNL113341/src/SCCPasp_Types.ttcn                   .
ln -sf ../SCCP_CNL113341/src/SCCP_Types.ttcn                   .
ln -sf ../SCCP_CNL113341/src/SCCP_Mapping.ttcnpp                   .
ln -sf ../SCCP_CNL113341/src/SCCP_Emulation.ttcn                   .

#SCTP test port 
ln -sf ../SCTPasp_CNL113469/src/SCTPasp_Types.ttcn                   .
ln -sf ../SCTPasp_CNL113469/src/SCTPasp_PortType.ttcn                   .
ln -sf ../SCTPasp_CNL113469/src/SCTPasp_PT.hh                   .
ln -sf ../SCTPasp_CNL113469/src/SCTPasp_PT.cc                   .


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