aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-04 11:04:52 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-04 11:04:52 +0100
commitfbda4e1fb03ab80347647d355617a4c7c7f19cc7 (patch)
tree1d6dfead319655ef52659f54bc23471478d3d0a6 /openbsc/include/openbsc/gsm_data.h
parentafedeabd919972dcc3968b0d9743dc0b1a80774c (diff)
decleare gsm_bts_model_register()
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 53ba8fff1..db3eaff59 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -683,4 +683,6 @@ void gsm_trx_lock_rf(struct gsm_bts_trx *trx, int locked);
struct gsm_meas_rep *lchan_next_meas_rep(struct gsm_lchan *lchan);
+int gsm_bts_model_register(struct gsm_bts_model *model);
+
#endif