From 1f7dec451dbe6d3c86a19f5178bca792dfa8ec2c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 26 Aug 2021 12:54:37 +0200 Subject: 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 --- pcu/GPRS_Components.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcu') 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(?, ?) -- cgit v1.2.3