aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-07-20 13:05:05 +0200
committerHolger Freyther <holger@freyther.de>2016-07-26 00:20:23 +0000
commit878bd1f296379ffba949d6fcae2938c13406df5b (patch)
treee5e75617922f6217a0901523ee1350be28481845 /src/pcu_l1_if.h
parent1d7644b23a5901c84dd99f6202a0ed98d003ae91 (diff)
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
Diffstat (limited to 'src/pcu_l1_if.h')
-rw-r--r--src/pcu_l1_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_l1_if.h b/src/pcu_l1_if.h
index 865c833d..b2a9832e 100644
--- a/src/pcu_l1_if.h
+++ b/src/pcu_l1_if.h
@@ -124,7 +124,7 @@ int pcu_sock_send(struct msgb *msg);
#ifdef __cplusplus
extern "C" {
#endif
-int pcu_rx_rts_req_pdtch(uint8_t trx, uint8_t ts, uint16_t arfcn,
+int pcu_rx_rts_req_pdtch(uint8_t trx, uint8_t ts,
uint32_t fn, uint8_t block_nr);
int pcu_rx_data_ind_pdtch(uint8_t trx, uint8_t ts, uint8_t *data,