aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-30 21:19:27 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:50:36 +0200
commitd92774b4ac9360235e822387a097dbcb886fbbed (patch)
treeacc91ef3eee0c803495d650d70cf8eaa973a1aa5 /include
parent359fb8caf417570856ca61d6ff90df1fc452d659 (diff)
abis: delay l1if_reset() until OML link is established
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h
index bfa6bd8d..2f6ae98d 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -43,4 +43,6 @@ int bts_model_vty_init(struct gsm_bts *bts);
void bts_model_config_write_bts(struct vty *vty, struct gsm_bts *bts);
void bts_model_config_write_trx(struct vty *vty, struct gsm_bts_trx *trx);
+int bts_model_oml_estab(struct gsm_bts *bts);
+
#endif