aboutsummaryrefslogtreecommitdiffstats
path: root/bts/gen_links.sh
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-10-23 20:32:19 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2018-10-24 15:10:13 +0200
commit0fcc4d357f33476d8c8d9fe4f9f3dfb57ca76ce8 (patch)
tree85a8016139554dbbbb2c69d6f8857bf6133a0109 /bts/gen_links.sh
parentd93047434b53633382042f291d39b206a6a6cf77 (diff)
BTS_Tests: Use Misc_Helpers.f_shutdown consistently
Replace all calls to setverdict(fail) with f_shutdown() since I'd rather fail and stop early in case we encounter an error. Only replace setverdict(pass) with f_shutdown() if it is followed by mtc.stop Remove internal function f_shutdown and use the one from Misc_Helpers Change-Id: Ia8b01a1876e969d6f0760ea625e4df83af4f54ca
Diffstat (limited to 'bts/gen_links.sh')
-rwxr-xr-xbts/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/gen_links.sh b/bts/gen_links.sh
index 1ec61537..2a07f16c 100755
--- a/bts/gen_links.sh
+++ b/bts/gen_links.sh
@@ -33,7 +33,7 @@ FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
gen_links $DIR $FILES
DIR=../library
-FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_VTY_Functions.ttcn GSM_SystemInformation.ttcn Osmocom_Types.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc L1CTL_Types.ttcn L1CTL_PortType.ttcn L1CTL_PortType_CtrlFunct.ttcn L1CTL_PortType_CtrlFunctDef.cc LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn "
+FILES="Misc_Helpers.ttcn General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_VTY_Functions.ttcn GSM_SystemInformation.ttcn Osmocom_Types.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc L1CTL_Types.ttcn L1CTL_PortType.ttcn L1CTL_PortType_CtrlFunct.ttcn L1CTL_PortType_CtrlFunctDef.cc LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn "
#FILES+="NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
#FILES+="BSSGP_Emulation.ttcn Osmocom_Gb_Types.ttcn "
FILES+="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 "