blob: c265eb80db0fbf478bbffc66d551ae141dcfdd3f [file] [log] [blame]
Harald Welteb2db68e2018-03-01 16:49:52 +01001#!/bin/bash
Harald Weltedf327232017-12-28 22:51:51 +01002
3BASEDIR=../deps
4
Neels Hofmeyr1a4c4602018-03-15 22:04:41 +01005. ../gen_links.sh.inc
Harald Weltedf327232017-12-28 22:51:51 +01006
7DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
Max6367d7b2018-02-05 16:58:27 +01008FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc
Harald Weltedf327232017-12-28 22:51:51 +01009TCCInterface.cc TCCInterface_ip.h"
10gen_links $DIR $FILES
11
12DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
13FILES="Socket_API_Definitions.ttcn"
14gen_links $DIR $FILES
15
16DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
17FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
18gen_links $DIR $FILES
19
Harald Welte39b82d32018-03-01 10:21:29 +010020DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
21FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
22gen_links $DIR $FILES
23
Harald Weltedf327232017-12-28 22:51:51 +010024DIR=../library
Harald Welte39b82d32018-03-01 10:21:29 +010025FILES="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 GSUP_Types.ttcn "
26FILES+="Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn "
27FILES+="Osmocom_VTY_Functions.ttcn "
28
Harald Weltedf327232017-12-28 22:51:51 +010029gen_links $DIR $FILES
Neels Hofmeyrcd112232018-03-16 00:03:00 +010030
31ignore_pp_results