aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-08-09 19:21:34 +0200
committerMax <msuraev@sysmocom.de>2016-08-09 19:21:34 +0200
commit79cb2451576ff07fa65a819f605c82e732120e4c (patch)
tree9156b42d1ee8a325a05f8673c9db6f9a155dc1b3
parentcbf9a721d669ef0c724553f4604aee89f8e723dc (diff)
LC: fix build error
Remove extra parameter which causes build to break. The error was introduced in 878bd1f296379ffba949d6fcae2938c13406df5b Change-Id: Id63187d925d448caa4fa85720582550919b1f216
-rw-r--r--src/osmo-bts-litecell15/lc15_l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/lc15_l1_if.c b/src/osmo-bts-litecell15/lc15_l1_if.c
index a2189f0..fe9dff1 100644
--- a/src/osmo-bts-litecell15/lc15_l1_if.c
+++ b/src/osmo-bts-litecell15/lc15_l1_if.c
@@ -156,7 +156,7 @@ static int handle_ph_readytosend_ind(struct lc15l1_hdl *fl1h,
case GsmL1_Sapi_Pdtch:
case GsmL1_Sapi_Pacch:
rc = pcu_rx_rts_req_pdtch(fl1h->trx_no, rts_ind->u8Tn,
- rts_ind->u16Arfcn, rts_ind->u32Fn, rts_ind->u8BlockNbr);
+ rts_ind->u32Fn, rts_ind->u8BlockNbr);
case GsmL1_Sapi_Ptcch:
// FIXME
default: