From 4ebdad65a28aa6d26363906b0bafc7b7bf15f284 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 4 Oct 2018 18:06:34 +0700 Subject: 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 --- bts/BTS_Tests.ttcn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bts/BTS_Tests.ttcn') 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, -- cgit v1.2.3