blob: 615c5508d0f45526551e3b829061f2e2072e42b9 [file] [log] [blame]
Harald Weltefaa42922019-03-04 18:31:11 +01001#!/bin/bash
2
3BASEDIR=../deps
4
5. ../gen_links.sh.inc
6
7DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
8FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
9gen_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
19DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
20FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
21gen_links $DIR $FILES
22
23DIR=$BASEDIR/titan.TestPorts.Common_Components.Abstract_Socket/src
24FILES="Abstract_Socket.cc Abstract_Socket.hh "
25gen_links $DIR $FILES
26
27DIR=$BASEDIR/titan.TestPorts.HTTPmsg/src
28FILES="HTTPmsg_MessageLen.ttcn HTTPmsg_MessageLen_Function.cc HTTPmsg_PT.cc HTTPmsg_PT.hh HTTPmsg_PortType.ttcn HTTPmsg_Types.ttcn "
29gen_links $DIR $FILES
30
31DIR=$BASEDIR/titan.ProtocolModules.JSON_v07_2006/src
32FILES="JSON_EncDec.cc JSON_Types.ttcn "
33gen_links $DIR $FILES
34
Harald Welte34b9da22020-02-18 21:55:07 +010035DIR=$BASEDIR/titan.TestPorts.PIPEasp/src
36FILES="PIPEasp_PT.cc PIPEasp_PT.hh PIPEasp_Types.ttcn PIPEasp_PortType.ttcn "
37gen_links $DIR $FILES
38
Harald Weltefaa42922019-03-04 18:31:11 +010039
40DIR=../library
41FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn Osmocom_Types.ttcn "
Pau Espin Pedrol5badb212024-05-15 14:36:53 +020042FILES+="PIPEasp_Templates.ttcn "
Harald Weltefaa42922019-03-04 18:31:11 +010043FILES+="IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcnpp IPA_CodecPort.ttcn " #RSL_Types.ttcn RSL_Emulation.ttcn "
44FILES+="Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn "
45FILES+="Native_Functions.ttcn Native_FunctionDefs.cc "
Harald Welte55e879c2021-02-19 13:16:28 +010046FILES+="HTTP_Adapter.ttcn "
Harald Welte90732952019-11-22 00:39:43 +010047FILES+="VPCD_Types.ttcn VPCD_CodecPort.ttcn VPCD_CodecPort_CtrlFunct.ttcn VPCD_CodecPort_CtrlFunctDef.cc
48VPCD_Adapter.ttcn "
Harald Weltefaa42922019-03-04 18:31:11 +010049gen_links $DIR $FILES
50
51ignore_pp_results