From babf1ce4cb2a73479cd0a5b5c7f360803a08c48f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 25 Oct 2020 01:39:11 +0700 Subject: [PATCH] BTS_Tests/DTX: remove redundant RSL channel number check We never launch this test case in DTX mode on anything else than TCH/F, so it does not make sense to check this all the time. Change-Id: I6e971d87f26253f4283c47b7f8826d14a2567a9b Related: OS#4801 --- bts/BTS_Tests.ttcn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 1a659a281..735a36a92 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -6743,12 +6743,6 @@ private function f_test_l2_fill_frames(boolean dtxd) runs on ConnHdlr { } if (dtxd) { - if (not match(g_chan_nr, t_RslChanNr_Bm(?))) { - T.stop; - f_rsl_chan_deact(); - f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr); - Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Received fill frame on non-TCH/F channel; DTX is only allowed on TCH/F!"); - } if (fn > first_fn + frame_dtx_tchf_mod) { T.stop; f_rsl_chan_deact();