blob: efb3770394d0f7741217d856a928968b87cc4178 [file] [log] [blame]
Harald Weltea49e36e2018-01-21 19:29:33 +01001#!/bin/bash
Harald Weltef6dd64d2017-11-19 12:09:51 +01002
Harald Welte68079822017-12-12 16:30:53 +01003BASEDIR=../deps
Harald Weltef6dd64d2017-11-19 12:09:51 +01004
Neels Hofmeyr1a4c4602018-03-15 22:04:41 +01005. ../gen_links.sh.inc
Harald Weltef6dd64d2017-11-19 12:09:51 +01006
Harald Welte474fd7d2017-12-29 16:01:39 +01007DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
8FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
9gen_links $DIR $FILES
Harald Weltef6dd64d2017-11-19 12:09:51 +010010
11DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
Max6367d7b2018-02-05 16:58:27 +010012FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
Harald Weltef6dd64d2017-11-19 12:09:51 +010013gen_links $DIR $FILES
14
Harald Weltea49e36e2018-01-21 19:29:33 +010015DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
16FILES="Socket_API_Definitions.ttcn"
17gen_links $DIR $FILES
18
19# Required by MGCP and IPA
20DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
21FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
22gen_links $DIR $FILES
23
Harald Weltef6dd64d2017-11-19 12:09:51 +010024# required by M3UA_Emulation
25DIR=$BASEDIR/titan.ProtocolModules.M3UA/src
26FILES="M3UA_Types.ttcn"
27gen_links $DIR $FILES
28
29# required by M3UA_Emulation
30DIR=$BASEDIR/titan.TestPorts.SCTPasp/src
31FILES="SCTPasp_PT.cc SCTPasp_PT.hh SCTPasp_PortType.ttcn SCTPasp_Types.ttcn"
32gen_links $DIR $FILES
33
34# required by M3UA Emulation
Harald Weltec87abfc2018-03-18 10:58:00 +010035DIR=$BASEDIR/titan.TestPorts.MTP3asp/src
Harald Weltef6dd64d2017-11-19 12:09:51 +010036FILES="MTP3asp_PortType.ttcn MTP3asp_Types.ttcn"
37gen_links $DIR $FILES
38
39# required by SCCP Emulation
Harald Weltec87abfc2018-03-18 10:58:00 +010040DIR=$BASEDIR/titan.ProtocolEmulations.M3UA/src
Harald Weltef6dd64d2017-11-19 12:09:51 +010041FILES="M3UA_Emulation.ttcn"
42gen_links $DIR $FILES
43
Harald Weltec87abfc2018-03-18 10:58:00 +010044DIR=$BASEDIR/titan.ProtocolEmulations.SCCP/src
Harald Weltef6dd64d2017-11-19 12:09:51 +010045FILES="SCCP_Emulation.ttcn SCCP_EncDec.cc SCCP_Mapping.ttcnpp SCCP_Types.ttcn SCCPasp_Types.ttcn"
46gen_links $DIR $FILES
Harald Weltef6dd64d2017-11-19 12:09:51 +010047
48DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src
49FILES="BSSAP_Types.ttcn"
50gen_links $DIR $FILES
51
52DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src
53FILES="MobileL3_CC_Types.ttcn MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn MobileL3_SMS_Types.ttcn MobileL3_SS_Types.ttcn MobileL3_Types.ttcn"
54gen_links $DIR $FILES
55
Harald Weltea49e36e2018-01-21 19:29:33 +010056DIR=$BASEDIR/titan.ProtocolModules.SDP/src
57FILES="SDP_EncDec.cc SDP_Types.ttcn SDP_parse_.tab.c SDP_parse_.tab.h SDP_parse_parser.h SDP_parser.l
58SDP_parser.y lex.SDP_parse_.c"
59gen_links $DIR $FILES
60
61DIR=$BASEDIR/titan.ProtocolModules.RTP/src
62FILES="RTP_EncDec.cc RTP_Types.ttcn"
63gen_links $DIR $FILES
64
Harald Welte3ca1c902018-01-24 18:51:27 +010065DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
66FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
67gen_links $DIR $FILES
Harald Weltef6dd64d2017-11-19 12:09:51 +010068
69DIR=../library
Harald Welteb71901a2018-01-26 19:16:05 +010070FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn MNCC_Types.ttcn MNCC_EncDec.cc MNCC_CodecPort.ttcn mncc.h MNCC_Emulation.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc "
Harald Weltedf277252018-02-20 15:49:30 +010071FILES+="IPA_Types.ttcn IPA_Emulation.ttcnpp IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc GSUP_Types.ttcn GSUP_Emulation.ttcn "
Harald Welte158a7ca2018-02-16 18:11:31 +010072FILES+="Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn L3_Templates.ttcn L3_Common.ttcn "
Harald Weltedf277252018-02-20 15:49:30 +010073FILES+="BSSMAP_Emulation.ttcn BSSAP_CodecPort.ttcn BSSMAP_Templates.ttcn BSSAP_Adapter.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_Emulation.ttcn "
Harald Weltea49e36e2018-01-21 19:29:33 +010074FILES+="RTP_CodecPort.ttcn RTP_CodecPort_CtrlFunctDef.cc "
75FILES+="MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunctDef.cc "
Harald Weltef6dd64d2017-11-19 12:09:51 +010076gen_links $DIR $FILES
Neels Hofmeyrcd112232018-03-16 00:03:00 +010077
78ignore_pp_results