aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/ctrl.h')
-rw-r--r--include/osmocom/bsc/ctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/ctrl.h b/include/osmocom/bsc/ctrl.h
index 0d6c8a0e8..86eb3b114 100644
--- a/include/osmocom/bsc/ctrl.h
+++ b/include/osmocom/bsc/ctrl.h
@@ -12,6 +12,7 @@ struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port);
int bsc_bts_ctrl_cmds_install(void);
int bsc_bts_trx_ctrl_cmds_install(void);
int bsc_bts_trx_ts_ctrl_cmds_install(void);
+int bsc_bts_trx_ts_lchan_ctrl_cmds_install(void);
void ctrl_generate_bts_location_state_trap(struct gsm_bts *bts, struct bsc_msc_data *msc);
void osmo_bsc_send_trap(struct ctrl_cmd *cmd, struct bsc_msc_data *msc_data);