Change in osmo-ttcn3-hacks[master]: bsc: make BSSAP_LE startup failure non-fatal

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

neels gerrit-no-reply at lists.osmocom.org
Thu Oct 1 04:51:33 UTC 2020


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


Change subject: bsc: make BSSAP_LE startup failure non-fatal
......................................................................

bsc: make BSSAP_LE startup failure non-fatal

Change-Id: I9ad6bae1532a620c139c1dcfc02a854a2b6b4e03
---
M library/BSSAP_LE_Emulation.ttcn
1 file changed, 1 insertion(+), 2 deletions(-)



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

diff --git a/library/BSSAP_LE_Emulation.ttcn b/library/BSSAP_LE_Emulation.ttcn
index 294ac62..83ca09a 100644
--- a/library/BSSAP_LE_Emulation.ttcn
+++ b/library/BSSAP_LE_Emulation.ttcn
@@ -319,8 +319,7 @@
 	[] as_reset_ack();
 	[] BSSAP_LE.receive { repeat };
 	[] T.timeout {
-		setverdict(fail, "Timeout waiting for RESET-ACK after sending RESET");
-		mtc.stop;
+		log("BSSAP-LE / Lb: Timeout waiting for RESET-ACK after sending RESET (ignoring)");
 		}
 	}
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20368
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: I9ad6bae1532a620c139c1dcfc02a854a2b6b4e03
Gerrit-Change-Number: 20368
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201001/117556d7/attachment.htm>


More information about the gerrit-log mailing list