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/.
srs_andre gerrit-no-reply at lists.osmocom.orgsrs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24047 )
Change subject: epc_amarisoft: increase sleep before starting ltesim_server
......................................................................
epc_amarisoft: increase sleep before starting ltesim_server
Change-Id: I5208035320b70579e870233fa0c4e4059031917d
---
M src/osmo_gsm_tester/obj/epc_amarisoft.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/47/24047/1
diff --git a/src/osmo_gsm_tester/obj/epc_amarisoft.py b/src/osmo_gsm_tester/obj/epc_amarisoft.py
index d7e49d8..fb49b8d 100644
--- a/src/osmo_gsm_tester/obj/epc_amarisoft.py
+++ b/src/osmo_gsm_tester/obj/epc_amarisoft.py
@@ -120,7 +120,7 @@
def start_ltesim_remotely(self):
# Sleep for a moment to give MME time to start up create TUN device
import time
- time.sleep(2)
+ time.sleep(5)
remote_binary = self.remote_inst.child('', AmarisoftEPC.LTESIM_BINFILE)
args = (remote_binary, "-a " + self.tun_addr())
self.log('Launching ltesim_server')
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24047
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: I5208035320b70579e870233fa0c4e4059031917d
Gerrit-Change-Number: 24047
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/5136a0e6/attachment.htm>