fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42020?usp=email )
Change subject: bts: f_TC_acch_overpower(): use f_wait_ramp_up() ......................................................................
bts: f_TC_acch_overpower(): use f_wait_ramp_up()
Change-Id: Id9b8bfc70cb26508e12ccd2b142bb458a3912c09 --- M bts/BTS_Tests.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/20/42020/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index a59b8f2..d888e5c 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -9130,7 +9130,7 @@ var L1ctlMessage dl;
/* Wait for Pau ramping to complete */ - f_sleep(6.0); + f_wait_ramp_up();
f_l1_tune(L1CTL); L1CTL.clear;