aboutsummaryrefslogtreecommitdiffstats
path: root/suites/gprs/ping.py
diff options
context:
space:
mode:
Diffstat (limited to 'suites/gprs/ping.py')
-rwxr-xr-xsuites/gprs/ping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/suites/gprs/ping.py b/suites/gprs/ping.py
index f6f01a6..1b6d85c 100755
--- a/suites/gprs/ping.py
+++ b/suites/gprs/ping.py
@@ -27,6 +27,7 @@ mgw_bsc.start()
bsc.start()
bts.start()
+wait(bsc.bts_is_connected, bts)
print('Waiting for bts to be ready...')
wait(bts.ready_for_pcu)
pcu.start()