diff --git a/openbsc/src/libbsc/bts_hsl_femtocell.c b/openbsc/src/libbsc/bts_hsl_femtocell.c index e01634c3e..5e28ebffe 100644 --- a/openbsc/src/libbsc/bts_hsl_femtocell.c +++ b/openbsc/src/libbsc/bts_hsl_femtocell.c @@ -140,7 +140,8 @@ static int inp_sig_cb(unsigned int subsys, unsigned int signal, case S_INP_TEI_UP: switch (isd->link_type) { case E1INP_SIGN_OML: - hslfemto_bootstrap_om(isd->trx->bts); + if (isd->trx->bts->type == GSM_BTS_TYPE_HSL_FEMTO) + hslfemto_bootstrap_om(isd->trx->bts); break; } }