Change in osmo-ttcn3-hacks[master]: BSSGP_Emulation: dont fail when removing a non-exitent client

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Aug 7 17:56:38 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/10385


Change subject: BSSGP_Emulation: dont fail when removing a non-exitent client
......................................................................

BSSGP_Emulation: dont fail when removing a non-exitent client

On multiple BSSGP tests the IMSI might not anymore registered to the first BSSGP

Change-Id: Ibad8971e5acc2691da29cf7fa394d1d58eea79a4
---
M library/BSSGP_Emulation.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn
index ea242d3..fa33f51 100644
--- a/library/BSSGP_Emulation.ttcn
+++ b/library/BSSGP_Emulation.ttcn
@@ -321,8 +321,8 @@
 			return;
 		}
 	}
-	setverdict(fail, "Could not find client for IMSI ", imsi);
-	mtc.stop;
+	log("Warning: Could not find client for IMSI ", imsi);
+	return;
 }
 
 /* TS 44.064 7.2.1.1 LLGMM-ASSIGN */

-- 
To view, visit https://gerrit.osmocom.org/10385
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibad8971e5acc2691da29cf7fa394d1d58eea79a4
Gerrit-Change-Number: 10385
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180807/152b8c28/attachment.htm>


More information about the gerrit-log mailing list