Review at  https://gerrit.osmocom.org/2965

Revert "osmo-bts-trx: wait some longer before starting osmo-bts-trx"

With this patch, the same errors are still happening.
This is not a solution, so drop this again.

This reverts commit 6c8d9497f246dc6513b7d15fbbfa5d8cf59dd8dc.

Change-Id: I324e965fdf40a369e1bcebfa4b32d0a3a7b86eb3
---
M src/osmo_gsm_tester/bts_osmotrx.py
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/65/2965/1

diff --git a/src/osmo_gsm_tester/bts_osmotrx.py 
b/src/osmo_gsm_tester/bts_osmotrx.py
index c8fa594..7d12c85 100644
--- a/src/osmo_gsm_tester/bts_osmotrx.py
+++ b/src/osmo_gsm_tester/bts_osmotrx.py
@@ -64,9 +64,6 @@
         self.log('Waiting for osmo-trx to start up...')
         event_loop.wait(self, self.trx_ready)
         self.proc_trx.log(self.proc_trx.get_stdout_tail(1))
-        self.log('Give some grace time (hopefully to avoid clock skews)')
-        event_loop.sleep(self, 5)
-
         self.launch_process(OsmoBtsTrx.BIN_BTS_TRX, '-r', '1',
                             '-c', os.path.abspath(self.config_file),
                             '-i', self.bsc.addr())

-- 
To view, visit https://gerrit.osmocom.org/2965
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I324e965fdf40a369e1bcebfa4b32d0a3a7b86eb3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>

Reply via email to