aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-10-04 18:06:34 +0700
committerHarald Welte <laforge@gnumonks.org>2018-10-21 12:29:50 +0000
commit4ebdad65a28aa6d26363906b0bafc7b7bf15f284 (patch)
treeea7815405fd1d9e40024d295f9ba9358f1c60dad /bts/BTS_Tests.ttcn
parentaa1e60f584f713cc1b9570dc1b98e3f776f57f8e (diff)
BTS_Tests.ttcn: fix: don't overwrite the expected meas results
Since OS#2988 was fixed, we should not overwrite nor ignore the measurement results in f_build_meas_res_tmpl(). Change-Id: Ie902bfc7619181b528eafbce367c87e0b062243a
Diffstat (limited to 'bts/BTS_Tests.ttcn')
-rw-r--r--bts/BTS_Tests.ttcn5
1 files changed, 0 insertions, 5 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index e0470ec9..2f48b0fc 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1273,11 +1273,6 @@ private function f_build_meas_res_tmpl() runs on ConnHdlr return template RSL_Me
toa256_std_dev := ?
}
}
- /* HACK HACK HACK FIXME HACK HACK HACK see https://osmocom.org/issues/2988 */
- ul_meas.rxlev_f_u := ?;
- ul_meas.rxlev_s_u := ?;
- ul_meas.rxq_f_u := ?;
- ul_meas.rxq_s_u := ?;
var template RSL_IE_BS_Power bs_power := {
reserved := 0,
epc := false,