aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-05-28 19:50:29 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-28 20:19:49 +0700
commitfddc20b63ea46e616bd98c1ff56f9b40b535156f (patch)
tree95241ddd71d72dd3057ec4c79e1f6fb15fe06ade
parent71c08f662d3d55c7bb08ba9e6a9f49f666c8525d (diff)
pcu/GPRS_Components: call f_shutdown() immediately on timeout
-rw-r--r--pcu/GPRS_Components.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 1bda1897..a85cd5e4 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -202,6 +202,7 @@ runs on MS_BTS_IFACE_CT return boolean {
[] BTS.receive { repeat; }
[] T.timeout {
setverdict(fail, "Timeout waiting for Immediate Assignment");
+ f_shutdown(__BFILE__, __LINE__);
}
}