aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-05 12:20:58 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2011-08-22 19:27:47 +0200
commit5c5bfc4e3cdf98101ac6cf1094649bebee01fcac (patch)
tree9c3658de3b50d90a44ea4ba73c8620244465f610 /openbsc/include
parent91914cbec20aa0c27e54578c142cec4c6d82a20b (diff)
osmo-bsc: Put the control commands in osmo_bsc_ctrl.c
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 262014759..94a2ad460 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -39,5 +39,6 @@ int bsc_scan_msc_msg(struct gsm_subscriber_connection *conn, struct msgb *msg);
int bsc_handle_udt(struct gsm_network *net, struct bsc_msc_connection *conn, struct msgb *msg, unsigned int length);
int bsc_handle_dt1(struct osmo_bsc_sccp_con *conn, struct msgb *msg, unsigned int len);
+void bsc_ctrl_cmds_install();
#endif