From 6929e329f33bb899bf476da12c851635e17272a9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Dec 2020 13:10:45 +0100 Subject: [PATCH] gbproxy: Be mover verbose about BVC-UNBLOCK failure at start-up Change-Id: Ic849e1f932de21a443cd0274e02e0f2ccd423515 --- gbproxy/GBProxy_Tests.ttcn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn index 2077e0fc1..59154e8c2 100644 --- a/gbproxy/GBProxy_Tests.ttcn +++ b/gbproxy/GBProxy_Tests.ttcn @@ -504,8 +504,9 @@ function f_init(float t_guard := 30.0) runs on test_CT { } [] T.timeout { - setverdict(fail, "Timeout waiting for unblock of all BVCs"); - mtc.stop; + setverdict(fail, "Timeout waiting for unblock of all BVCs on SGSN side; ", + "unblocked so far: ", bvci_unblocked, "expected: ", g_sgsn[0].cfg.bvc); + /* don't stop here but print below analysis */ } }