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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/e1_config.c b/openbsc/src/libbsc/e1_config.c
index 8910d217f..d57dec57e 100644
--- a/openbsc/src/libbsc/e1_config.c
+++ b/openbsc/src/libbsc/e1_config.c
@@ -179,7 +179,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_OSMOBTS)
return e1inp_line_update(line);
/* OML link */