Change in osmo-ttcn3-hacks[master]: gbproxy: Be mover verbose about BVC-UNBLOCK failure at start-up

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Dec 12 13:06:32 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21686 )


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

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

Change-Id: Ic849e1f932de21a443cd0274e02e0f2ccd423515
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/86/21686/1

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 2077e0f..59154e8 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -504,8 +504,9 @@
 		}
 
 	[] 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 */
 		}
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21686
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: Ic849e1f932de21a443cd0274e02e0f2ccd423515
Gerrit-Change-Number: 21686
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201212/217737aa/attachment.htm>


More information about the gerrit-log mailing list