aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-19 14:38:37 +0700
committerlaforge <laforge@osmocom.org>2020-10-19 17:36:19 +0000
commita4f88c6949a4dcc779b0237c36006eadbed593e8 (patch)
tree7928023e53be4dc836f6608bdc61cde650906b11 /bts/BTS_Tests.ttcn
parent161858372a0166725c59e19c81c74bfe7fa3912c (diff)
BTS_Tests: cosmetic: rename 'as_l1_dcch' to 'as_l1_dcch_loop'
Diffstat (limited to 'bts/BTS_Tests.ttcn')
-rw-r--r--bts/BTS_Tests.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 89d1d2c1..7b443632 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