aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bss.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-07-02 19:51:55 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-02 20:13:08 +0200
commitf383aa11a5f87ca54b693196e6d4f6df6a41b57c (patch)
tree7a04eeb59d97b0506c6e6b7e242afac9b29a59d0 /openbsc/include/openbsc/bss.h
parent0c1bd61bb3ef6dc7b3be3023f2c292b70e84626c (diff)
BSC: introduce new "sysmobts" BTS model
so far, osmo-bts/sysmobts used to be entered as "sysmobts" type in the configuration file. However, there are some differences in the protocol/behaviour and we should reflect that by a new BTS plugin (with lots of code reuse from the nanobts driver).
Diffstat (limited to 'openbsc/include/openbsc/bss.h')
-rw-r--r--openbsc/include/openbsc/bss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bss.h b/openbsc/include/openbsc/bss.h
index 2317bd217..1c6b5c342 100644
--- a/openbsc/include/openbsc/bss.h
+++ b/openbsc/include/openbsc/bss.h
@@ -15,4 +15,5 @@ extern int bts_model_rbs2k_init(void);
extern int bts_model_nanobts_init(void);
extern int bts_model_hslfemto_init(void);
extern int bts_model_nokia_site_init(void);
+extern int bts_model_sysmobts_init(void);
#endif