aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-09 09:49:09 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-22 09:09:09 +0100
commita0192b859ba9230c84381cbf065816760da62ba7 (patch)
tree0682fa750525a0e95a294fb6a67863e39aa2b6bd /include
parentec3be11ec60ce1ba49124095c12101f70b5c9eec (diff)
Add new bts_model_ctrl_cmds_install()
This is one step in making the main() functions of different BTS models more similar, so we can share one code rather than multiple copies of it.
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 ecbfc3d3..99b957df 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -42,4 +42,6 @@ int bts_model_l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap)
void bts_model_abis_close(struct gsm_bts *bts);
+int bts_model_ctrl_cmds_install(struct gsm_bts *bts);
+
#endif