aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-22 20:42:33 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-22 20:42:33 +0200
commitac26607fe4644e0794b4637048bd58e4c978260c (patch)
tree4e9d09f2c0ddf7272d6cf91edfde2561e00f1948 /include
parent9d8aeab0b6887f8384834bf912262be1906253c6 (diff)
common: Remove unused gsm_time parameter from lchan_sacch_get
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index d27eef0e..e4899736 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -32,7 +32,7 @@ int bts_ccch_copy_msg(struct gsm_bts *bts, uint8_t *out_buf, struct gsm_time *gt
int is_ag_res);
uint8_t *bts_sysinfo_get(struct gsm_bts *bts, struct gsm_time *g_time);
-uint8_t *lchan_sacch_get(struct gsm_lchan *lchan, struct gsm_time *g_time);
+uint8_t *lchan_sacch_get(struct gsm_lchan *lchan);
int lchan_init_lapdm(struct gsm_lchan *lchan);
void load_timer_start(struct gsm_bts *bts);