From a4f88c6949a4dcc779b0237c36006eadbed593e8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 19 Oct 2020 14:38:37 +0700 Subject: [PATCH] BTS_Tests: cosmetic: rename 'as_l1_dcch' to 'as_l1_dcch_loop' Change-Id: I06083e2352408f5832603fa88232d2008bce218d Related: OS#4799 --- bts/BTS_Tests.ttcn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 89d1d2c1b..7b4436320 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -686,7 +686,7 @@ runs on ConnHdlr return RSL_Message { } [not ignore_other] as_l1_sacch(); [not ignore_other] as_meas_res(); - [not ignore_other] as_l1_dcch(); + [not ignore_other] as_l1_dcch_loop(); [not ignore_other] RSL.receive { Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RSL message received"); } @@ -1771,7 +1771,7 @@ private altstep as_l1_sacch() runs on ConnHdlr { } } -private altstep as_l1_dcch() runs on ConnHdlr { +private altstep as_l1_dcch_loop() runs on ConnHdlr { var L1ctlDlMessage l1_dl; [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_DCCH(?))) -> value l1_dl { log("DCCH received: ", l1_dl.payload.data_ind.payload); @@ -2140,7 +2140,7 @@ private function f_TC_meas_res_periodic(charstring id) runs on ConnHdlr { alt { [] as_l1_sacch(); [] as_meas_res(); - [] as_l1_dcch(); + [] as_l1_dcch_loop(); [] L1CTL.receive { repeat; } [g_Tmeas_exp.running] T.timeout { /* as_meas_res() would have done Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail) in case