You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
#!/bin/bash
|
|
|
|
BASEDIR=../deps
|
|
|
|
. ../gen_links.sh.inc
|
|
|
|
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
|
|
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
|
|
FILES+=" TCCEncoding_Functions.ttcn TCCEncoding.cc " # GSM 7-bit coding
|
|
gen_links $DIR $FILES
|
|
|
|
DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
|
|
FILES="Socket_API_Definitions.ttcn"
|
|
gen_links $DIR $FILES
|
|
|
|
DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
|
|
FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
|
|
gen_links $DIR $FILES
|
|
|
|
DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
|
|
FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
|
|
gen_links $DIR $FILES
|
|
|
|
DIR=../library
|
|
FILES="Misc_Helpers.ttcn General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc "
|
|
FILES+="Osmocom_VTY_Functions.ttcn "
|
|
FILES+="OPCAP_Types.ttcn OPCAP_Templates.ttcn "
|
|
FILES+="OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_CodecPort_CtrlFunctdef.cc OPCAP_Adapter.ttcn "
|
|
gen_links $DIR $FILES
|
|
|
|
ignore_pp_results
|