fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18545 )

Change subject: pcu/GPRS_Components: call f_shutdown() immediately on timeout
......................................................................

pcu/GPRS_Components: call f_shutdown() immediately on timeout

Change-Id: I1fa31d95ea393aaf80d8f6c03c3fcf3484daa565
---
M pcu/GPRS_Components.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 1bda189..a85cd5e 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -202,6 +202,7 @@
        [] BTS.receive { repeat; }
        [] T.timeout {
                setverdict(fail, "Timeout waiting for Immediate Assignment");
+               f_shutdown(__BFILE__, __LINE__);
                }
        }


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18545
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1fa31d95ea393aaf80d8f6c03c3fcf3484daa565
Gerrit-Change-Number: 18545
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilira...@gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilira...@gmail.com>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to