blob: cf09731659daf44812e41bde1873621b90e6fc5e [file] [log] [blame]
Harald Welteafec4712018-03-19 22:52:17 +01001#!/bin/bash
2
3BASEDIR=../deps
4
5. ../gen_links.sh.inc
6
7DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
8FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
9gen_links $DIR $FILES
10
11DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
12FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
13gen_links $DIR $FILES
14
15DIR=$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
24DIR=$BASEDIR/titan.ProtocolModules.SDP/src
25FILES="SDP_EncDec.cc SDP_Types.ttcn SDP_parse_.tab.c SDP_parse_.tab.h SDP_parse_parser.h SDP_parser.l
26SDP_parser.y lex.SDP_parse_.c"
27gen_links $DIR $FILES
28
29DIR=$BASEDIR/titan.ProtocolModules.RTP/src
30FILES="RTP_EncDec.cc RTP_Types.ttcn"
31gen_links $DIR $FILES
32
33DIR=$BASEDIR/titan.TestPorts.SIPmsg/src
34FILES="SIP_parse.h SIP_parse.y SIP_parse_.tab.h SIPmsg_PT.hh SIPmsg_Types.ttcn SIP_parse.l SIP_parse_.tab.c SIPmsg_PT.cc SIPmsg_PortType.ttcn lex.SIP_parse_.c"
35gen_links $DIR $FILES
36
37DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
38FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
39gen_links $DIR $FILES
40
41DIR=../library
Daniel Willmannd9304742018-10-23 20:29:59 +020042FILES="Misc_Helpers.ttcn 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 Welteafec4712018-03-19 22:52:17 +010043FILES+="IPA_Types.ttcn IPA_Emulation.ttcnpp IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc "
44FILES+="Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn "
45FILES+="RTP_CodecPort.ttcn RTP_CodecPort_CtrlFunctDef.cc "
Harald Welteb0d93602018-03-20 18:09:34 +010046FILES+="SIP_Emulation.ttcn SIP_Templates.ttcn "
Harald Welteafec4712018-03-19 22:52:17 +010047gen_links $DIR $FILES
48
49ignore_pp_results