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/src/libbsc/e1_config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/libbsc/e1_config.c') diff --git a/openbsc/src/libbsc/e1_config.c b/openbsc/src/libbsc/e1_config.c index cda131845..d3dff4880 100644 --- a/openbsc/src/libbsc/e1_config.c +++ b/openbsc/src/libbsc/e1_config.c @@ -185,6 +185,7 @@ int e1_reconfig_bts(struct gsm_bts *bts) /* skip signal link initialization, this is done later for these BTS. */ if (bts->type == GSM_BTS_TYPE_NANOBTS || + bts->type == GSM_BTS_TYPE_OSMO_SYSMO || bts->type == GSM_BTS_TYPE_HSL_FEMTO) return e1inp_line_update(line); -- cgit v1.2.3