From 878bd1f296379ffba949d6fcae2938c13406df5b Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 20 Jul 2016 13:05:05 +0200 Subject: Remove useless ARFCN parameter ARFCN is already part of TRX struct so there's no need to supply it explicitly in a separate parameter. I've tested and those are the same anyway. Change-Id: I8e975c52cbc819427880093b1e5371fe1f8ce460 --- src/gprs_rlcmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index f193dfa4..589bd8f9 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -90,7 +90,7 @@ int gprs_rlcmac_paging_request(uint8_t *ptmsi, uint16_t ptmsi_len, const char *imsi); int gprs_rlcmac_rcv_rts_block(struct gprs_rlcmac_bts *bts, - uint8_t trx, uint8_t ts, uint16_t arfcn, + uint8_t trx, uint8_t ts, uint32_t fn, uint8_t block_nr); int gprs_alloc_max_dl_slots_per_ms(struct gprs_rlcmac_bts *bts, -- cgit v1.2.3