blob: c8a3ee360971ecc46e21e886e1f25f51454c6b14 [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
Pau Espin Pedrol86904082019-12-30 20:21:00 +010011DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src
Vadim Yanitskiy27b38012020-09-01 05:14:46 +070012FILES="MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn"
Pau Espin Pedrol86904082019-12-30 20:21:00 +010013gen_links $DIR $FILES
14
Harald Welte164a28c2017-07-14 19:25:31 +020015DIR=$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
Harald Welte9a907b32017-07-15 10:34:27 +020023DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
24FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
25gen_links $DIR $FILES
Harald Welte3b8bdd62017-07-19 19:57:26 +020026
27DIR=../library
Pau Espin Pedrola16a6b62024-03-21 16:19:07 +010028FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_RestOctets.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn"
Harald Welte3b8bdd62017-07-19 19:57:26 +020029gen_links $DIR $FILES
30
Neels Hofmeyrcd112232018-03-16 00:03:00 +010031ignore_pp_results