aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-04 11:48:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:47 +0100
commit4582586e248c35324c6c6fa0f3546be1dd70a599 (patch)
treec243429c7a9e73ac48d93e328a39f1d7adce6e39 /openbsc/include/openbsc/osmo_bsc.h
parent7225fd18e07d28f3df2816d571f7368f3fe6fd7c (diff)
bsc: Add a method that will queue the message on a MSC connection.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 8bfd3c04a..4ad94b51b 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -7,4 +7,6 @@
struct bsc_api *osmo_bsc_api();
+int bsc_queue_for_msc(struct gsm_subscriber_connection *conn, struct msgb *msg);
+
#endif