gbproxy: Be mover verbose about BVC-UNBLOCK failure at start-up

Change-Id: Ic849e1f932de21a443cd0274e02e0f2ccd423515
This commit is contained in:
Harald Welte 2020-12-12 13:10:45 +01:00
parent 8132008573
commit 6929e329f3
1 changed files with 3 additions and 2 deletions

View File

@ -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 */
}
}