fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29022 )
Change subject: BTS_Tests: use f_send_meas_rep() in f_TC_ms_pwr_ctrl_{constant,pf_ewma}
......................................................................
BTS_Tests: use f_send_meas_rep() in f_TC_ms_pwr_ctrl_{constant,pf_ewma}
Change-Id: Id80317d1e9de3873ab2d26470a3552b4f2b539b1
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/22/29022/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index cbbb297..9f2e366 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -7877,10 +7877,7 @@
f_trxc_fake_rssi(mp_uplink_power_target);
/* Populate SACCH cache with a Measurement Report */
- L1CTL.send(ts_L1CTL_DATA_REQ_SACCH(g_chan_nr, ts_RslLinkID_SACCH(0),
- ts_SacchL1Header(g_pars.l1_pars.ms_power_level,
- g_pars.l1_pars.ms_actual_ta),
- f_pad_oct('010349'O & '0615004001C0'O, 21, '00'O)));
+ f_send_meas_rep(ts_MeasurementResults);
/* Establish a dedicated channel */
f_est_dchan(more_ies := valueof(ies));
@@ -7944,10 +7941,7 @@
f_trxc_fake_rssi(mp_uplink_power_target);
/* Populate SACCH cache with a Measurement Report */
- L1CTL.send(ts_L1CTL_DATA_REQ_SACCH(g_chan_nr, ts_RslLinkID_SACCH(0),
- ts_SacchL1Header(g_pars.l1_pars.ms_power_level,
- g_pars.l1_pars.ms_actual_ta),
- f_pad_oct('010349'O & '0615004001C0'O, 21, '00'O)));
+ f_send_meas_rep(ts_MeasurementResults);
/* Establish a dedicated channel */
f_est_dchan(more_ies := valueof(ies));
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29022
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id80317d1e9de3873ab2d26470a3552b4f2b539b1
Gerrit-Change-Number: 29022
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange