osmo-ttcn3-hacks/bin/install.script

35 lines
1.1 KiB
Bash
Executable File

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