From 51affb6e03d7f1ca6c726b278a10660b9011dc69 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 9 Apr 2018 14:17:45 +0200 Subject: L3_Templates: Introudce constants for tiFlag ... this makes the code more readable/understandable. Change-Id: Ic06eb2016eb9979b8556366e4a909f3c0336aa92 --- msc/gen_links.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'msc/gen_links.sh') diff --git a/msc/gen_links.sh b/msc/gen_links.sh index efb37703..6dea0439 100755 --- a/msc/gen_links.sh +++ b/msc/gen_links.sh @@ -66,6 +66,11 @@ DIR=$BASEDIR/titan.TestPorts.TELNETasp/src FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn" gen_links $DIR $FILES +DIR=$BASEDIR/titan.ProtocolModules.SMPP/src +FILES="SMPP_EncDec.cc SMPP_Types.ttcn" +gen_links $DIR $FILES + + DIR=../library FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn MNCC_Types.ttcn MNCC_EncDec.cc MNCC_CodecPort.ttcn mncc.h MNCC_Emulation.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc " FILES+="IPA_Types.ttcn IPA_Emulation.ttcnpp IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc GSUP_Types.ttcn GSUP_Emulation.ttcn " -- cgit v1.2.3