From f383aa11a5f87ca54b693196e6d4f6df6a41b57c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 2 Jul 2012 19:51:55 +0200 Subject: 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). --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/gsm_data_shared.h') diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index b3ea20b9b..7db41c3dd 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -362,6 +362,7 @@ enum gsm_bts_type { GSM_BTS_TYPE_RBS2000, GSM_BTS_TYPE_HSL_FEMTO, GSM_BTS_TYPE_NOKIA_SITE, + GSM_BTS_TYPE_OSMO_SYSMO, }; struct vty; -- cgit v1.2.3