aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-05 12:20:58 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 14:53:51 +0200
commit5ff06af6f560b9e906d6c320325ae84f3602f397 (patch)
tree267fce6529bfcc4c5d1692197dd60fbdda335bfa /openbsc/include/openbsc/osmo_bsc.h
parentd5eb431c47e681152ea35ffc7fc1e7f8f513d947 (diff)
osmo-bsc: Put the control commands in osmo_bsc_ctrl.c
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-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 d8465c9f7..e3a79035b 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -41,5 +41,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