From 5ff06af6f560b9e906d6c320325ae84f3602f397 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 5 Aug 2011 12:20:58 +0200 Subject: osmo-bsc: Put the control commands in osmo_bsc_ctrl.c --- openbsc/include/openbsc/osmo_bsc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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 -- cgit v1.2.3