blob: 01d4c7b65d21b577673e9489ac8dc665e1967351 [file] [log] [blame]
Harald Welte00566f52017-11-21 16:43:49 +01001#!/bin/sh
2
Harald Welte68079822017-12-12 16:30:53 +01003BASEDIR=../deps
Harald Welte00566f52017-11-21 16:43:49 +01004
Neels Hofmeyr1a4c4602018-03-15 22:04:41 +01005. ../gen_links.sh.inc
Harald Welte00566f52017-11-21 16:43:49 +01006
7#DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src
8#FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn"
9#gen_links $DIR $FILES
10
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 SDP_EncDec.cc"
Harald Welte00566f52017-11-21 16:43:49 +010013gen_links $DIR $FILES
14
15DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
16FILES="Socket_API_Definitions.ttcn"
17gen_links $DIR $FILES
18
19DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
20FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
21gen_links $DIR $FILES
22
Pau Espin Pedrolf3c12222019-05-22 15:18:42 +020023# for Osmocom_VTY
24DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
25FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
26gen_links $DIR $FILES
27
Harald Welted86cdc62017-11-22 00:45:07 +010028# required by SCCP Emulation
Harald Weltec87abfc2018-03-18 10:58:00 +010029DIR=$BASEDIR/titan.TestPorts.MTP3asp/src
Harald Welted86cdc62017-11-22 00:45:07 +010030FILES="MTP3asp_PortType.ttcn MTP3asp_Types.ttcn"
31gen_links $DIR $FILES
32
Harald Weltec87abfc2018-03-18 10:58:00 +010033DIR=$BASEDIR/titan.ProtocolEmulations.SCCP/src
Harald Welted86cdc62017-11-22 00:45:07 +010034FILES="SCCP_Emulation.ttcn SCCP_EncDec.cc SCCP_Mapping.ttcnpp SCCP_Types.ttcn SCCPasp_Types.ttcn"
35gen_links $DIR $FILES
Harald Welted86cdc62017-11-22 00:45:07 +010036
Pau Espin Pedrolfe0c6082019-05-20 19:20:55 +020037DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src
Harald Weltec76f29f2017-11-22 12:46:46 +010038FILES="BSSAP_Types.ttcn"
39gen_links $DIR $FILES
40
41DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src
42FILES="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"
43gen_links $DIR $FILES
44
Harald Weltec82eef42017-11-24 20:40:12 +010045DIR=$BASEDIR/titan.ProtocolModules.SDP/src
46FILES="SDP_EncDec.cc SDP_Types.ttcn SDP_parse_.tab.c SDP_parse_.tab.h SDP_parse_parser.h SDP_parser.l
47SDP_parser.y lex.SDP_parse_.c"
48gen_links $DIR $FILES
49
50DIR=$BASEDIR/titan.ProtocolModules.RTP/src
51FILES="RTP_EncDec.cc RTP_Types.ttcn"
52gen_links $DIR $FILES
Harald Welted86cdc62017-11-22 00:45:07 +010053
Harald Welte00566f52017-11-21 16:43:49 +010054DIR=../library
Pau Espin Pedrolf3c12222019-05-22 15:18:42 +020055FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn GSM_Types.ttcn IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcnpp L3_Templates.ttcn BSSMAP_Templates.ttcn RAN_Emulation.ttcnpp MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc Osmocom_CTRL_Types.ttcn Osmocom_VTY_Functions.ttcn Osmocom_CTRL_Functions.ttcn BSSAP_CodecPort.ttcn"
Harald Welte00566f52017-11-21 16:43:49 +010056gen_links $DIR $FILES
Neels Hofmeyrcd112232018-03-16 00:03:00 +010057
58ignore_pp_results