aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 12:57:36 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 12:57:36 +0100
commitfd58d925a87cb034cca8a0fe0ed734c5f6db65c7 (patch)
tree90d1d7a126612c66196d9096eeed78c4f94157b4 /include
parentb0985e3fa5ad539f1ab51ebf89724eb8e616a750 (diff)
bts.h: lchan_init_lapdm is listed twice, remove one
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index c9abb9e5..29c1663b 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -18,8 +18,6 @@ int trx_link_estab(struct gsm_bts_trx *trx);
void bts_new_si(void *arg);
void bts_setup_slot(struct gsm_bts_trx_ts *slot, uint8_t comb);
-int lchan_init_lapdm(struct gsm_lchan *lchan);
-
int bts_agch_enqueue(struct gsm_bts *bts, struct msgb *msg);
struct msgb *bts_agch_dequeue(struct gsm_bts *bts);