From 60980389685a033a3a4369740516b5ebdb7d1e98 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 16 Sep 2010 02:22:20 +0800 Subject: bsc: Make the write method public it will be used by other modules --- openbsc/include/openbsc/osmo_msc_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h index d3f8474e8..4205c150e 100644 --- a/openbsc/include/openbsc/osmo_msc_data.h +++ b/openbsc/include/openbsc/osmo_msc_data.h @@ -51,5 +51,6 @@ struct osmo_msc_data { }; int osmo_bsc_msc_init(struct gsm_network *network); +int msc_queue_write(struct bsc_msc_connection *conn, struct msgb *msg, int proto); #endif -- cgit v1.2.3