aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-09-04 10:54:15 +0200
committerOliver Smith <osmith@sysmocom.de>2019-09-04 10:54:15 +0200
commit787badc0ee2ba9aacbbedf6ec4e44b126fb8e2ec (patch)
tree2827cb847828c4833ee75d5ab795945e22a84016
parent544b76db2df2983244804771b92e99c8bdf711e1 (diff)
add another sleep for testingosmith/fix-pcu-sock
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 15948a33..3d9a3bdf 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -336,6 +336,8 @@ private function f_init_pcu(PCUIF_CODEC_PT pt, charstring id,
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU INFO_IND");
}
}
+
+ f_sleep(0.5); /* FIXME: wait until si3 data arrives */
}
private function f_init_trxc(TRXC_CODEC_PT pt, charstring id,