aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts_ctrl_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/bts_ctrl_lookup.c')
-rw-r--r--src/common/bts_ctrl_lookup.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/bts_ctrl_lookup.c b/src/common/bts_ctrl_lookup.c
index 3857ec39..f356913a 100644
--- a/src/common/bts_ctrl_lookup.c
+++ b/src/common/bts_ctrl_lookup.c
@@ -101,5 +101,12 @@ struct ctrl_handle *bts_controlif_setup(struct gsm_bts *bts)
return NULL;
}
+ rc = bts_model_ctrl_cmds_install(bts);
+ if (rc) {
+ /* FIXME: cleanup generic control commands */
+ /* FIXME: close control interface */
+ return NULL;
+ }
+
return hdl;
}