aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/e1_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libbsc/e1_config.c')
-rw-r--r--openbsc/src/libbsc/e1_config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/libbsc/e1_config.c b/openbsc/src/libbsc/e1_config.c
index d3dff4880..d82b009c7 100644
--- a/openbsc/src/libbsc/e1_config.c
+++ b/openbsc/src/libbsc/e1_config.c
@@ -185,8 +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)
+ bts->type == GSM_BTS_TYPE_OSMO_SYSMO)
return e1inp_line_update(line);
/* OML link */