aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 02:22:20 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 02:22:20 +0800
commit60980389685a033a3a4369740516b5ebdb7d1e98 (patch)
treead66ef1eaa7a451bc85c475a9cd18b970d691d44 /openbsc/include/openbsc/osmo_msc_data.h
parent5832b3e10832f0d3d208a6a6eefffd50486b822e (diff)
bsc: Make the write method public it will be used by other modules
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 1 insertions, 0 deletions
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