aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-08-26 12:54:37 +0200
committerlaforge <laforge@osmocom.org>2021-08-31 06:59:12 +0000
commit1f7dec451dbe6d3c86a19f5178bca792dfa8ec2c (patch)
tree88d7a4bffaaa51f657be014b8838a1af4a73421e /pcu
parent59a843cac1581736fef8c67306aff1577e0dd735 (diff)
pcu: as_rx_fail_dummy: Drop unneeded dependency on ms param
The parameter is not used, so let's drop it and rename it to make it usable without ms. Change-Id: I57e9c754c00f930fccc35cf8d853e576fc8054da
Diffstat (limited to 'pcu')
-rw-r--r--pcu/GPRS_Components.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 2297fb6d..4446b63b 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -559,7 +559,7 @@ runs on MS_BTS_IFACE_CT {
}
}
-altstep as_ms_rx_fail_dummy(inout GprsMS ms, template (value) TsTrxBtsNum nr := ts_TsTrxBtsNum)
+altstep as_rx_fail_dummy(template (value) TsTrxBtsNum nr := ts_TsTrxBtsNum)
runs on MS_BTS_IFACE_CT {
var BTS_PDTCH_Block data_msg;
[] BTS.receive(tr_PCUIF_DATA_PDTCH(nr.bts_nr,
@@ -961,7 +961,7 @@ runs on MS_BTS_IFACE_CT {
block_nr := nr.blk_nr));
alt {
[exp_container_idx == 0] as_ms_rx_ignore_dummy(ms, nr);
- [exp_container_idx > 0] as_ms_rx_fail_dummy(ms, nr);
+ [exp_container_idx > 0] as_rx_fail_dummy(nr);
[] as_ms_rx_pkt_neighbor_cell_data(ms, exp_si, exp_container_idx, si_offset, nr, single_step);
[] BTS.receive(tr_PCUIF_DATA_PDTCH(nr.bts_nr, tr_PCUIF_DATA(nr.trx_nr, nr.ts_nr, sapi := PCU_IF_SAPI_PDTCH),
tr_RLCMAC_DL_CTRL(?, ?)