aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bts_hsl_femtocell.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libbsc/bts_hsl_femtocell.c')
-rw-r--r--openbsc/src/libbsc/bts_hsl_femtocell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/bts_hsl_femtocell.c b/openbsc/src/libbsc/bts_hsl_femtocell.c
index 9bbf6d2cc..7264a21a6 100644
--- a/openbsc/src/libbsc/bts_hsl_femtocell.c
+++ b/openbsc/src/libbsc/bts_hsl_femtocell.c
@@ -156,7 +156,7 @@ int bts_model_hslfemto_init(void)
gsm_btsmodel_set_feature(&model_hslfemto, BTS_FEAT_GPRS);
gsm_btsmodel_set_feature(&model_hslfemto, BTS_FEAT_EGPRS);
- register_signal_handler(SS_INPUT, inp_sig_cb, NULL);
+ osmo_signal_register_handler(SS_INPUT, inp_sig_cb, NULL);
return gsm_bts_model_register(&model_hslfemto);
}