fixeria has submitted this change. ( 
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, 4 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 91236b6..9398800 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -9122,10 +9122,11 @@
        var GsmRxLev rxlev_dcch;
        var L1ctlMessage dl;

-       /* Wait for Pau ramping to complete */
-       f_sleep(6.0);
-
+       /* Tune the MS to BCCH/CCCH */
        f_l1_tune(L1CTL);
+       /* Wait for Pau ramping to complete */
+       f_wait_ramp_up();
+
        L1CTL.clear;
        RSL.clear;


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42020?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id9b8bfc70cb26508e12ccd2b142bb458a3912c09
Gerrit-Change-Number: 42020
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to