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/.
ninjab3s gerrit-no-reply at lists.osmocom.orgninjab3s has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/23350 )
Change subject: AndroidUE: Fix connection timeout
......................................................................
AndroidUE: Fix connection timeout
Change-Id: Iaacf348e2e018da5b67ada33079018c1859d3b63
---
M src/osmo_gsm_tester/obj/ms_android.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/50/23350/1
diff --git a/src/osmo_gsm_tester/obj/ms_android.py b/src/osmo_gsm_tester/obj/ms_android.py
index 9fddff3..8f2e0ee 100644
--- a/src/osmo_gsm_tester/obj/ms_android.py
+++ b/src/osmo_gsm_tester/obj/ms_android.py
@@ -206,7 +206,7 @@
MainLoop.sleep(2)
timer -= 2
- if timer == 0:
+ if timer <= 0:
raise log.Error('Connection timer of Android UE %s expired' % self._run_node.adb_serial_id())
self.brate_mon = BitRateMonitor(self.testenv, self.run_dir, self._run_node, self.rem_host, self.data_interface)
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/23350
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Iaacf348e2e018da5b67ada33079018c1859d3b63
Gerrit-Change-Number: 23350
Gerrit-PatchSet: 1
Gerrit-Owner: ninjab3s <nils.fuerste at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210312/9016d527/attachment.htm>