blob: f44350adbf34e79c94d9d19cd32168d1961da7fe [file] [log] [blame]
Harald Welte164a28c2017-07-14 19:25:31 +02001#!/bin/sh
2
Harald Welte68079822017-12-12 16:30:53 +01003BASEDIR=../deps
Harald Welte164a28c2017-07-14 19:25:31 +02004
Neels Hofmeyr1a4c4602018-03-15 22:04:41 +01005. ../gen_links.sh.inc
Harald Welte164a28c2017-07-14 19:25:31 +02006
7DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
Max6367d7b2018-02-05 16:58:27 +01008FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
Harald Welte164a28c2017-07-14 19:25:31 +02009gen_links $DIR $FILES
10
11DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
12FILES="Socket_API_Definitions.ttcn"
13gen_links $DIR $FILES
14
15DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
16FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
17gen_links $DIR $FILES
18
Harald Welte9a907b32017-07-15 10:34:27 +020019DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
20FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
21gen_links $DIR $FILES
Harald Welte3b8bdd62017-07-19 19:57:26 +020022
23DIR=../library
Daniel Willmannd9304742018-10-23 20:29:59 +020024FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn"
Harald Welte3b8bdd62017-07-19 19:57:26 +020025gen_links $DIR $FILES
26
Neels Hofmeyrcd112232018-03-16 00:03:00 +010027ignore_pp_results