aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 16:40:03 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 16:40:03 +0100
commitf3d1ae70722560d8dc01a73f5c2633b2a8d181bf (patch)
tree25f24f8b56934c749d5688ece4fd5d79f5376974 /openbsc/include/openbsc/osmo_msc_data.h
parent0425c38febda4173d9237da4a74bee9fa0b7426c (diff)
bsc: Add simple SCCP binding code.
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 2e8f34a8c..9f1ac432f 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -64,6 +64,7 @@ struct osmo_msc_data {
};
int osmo_bsc_msc_init(struct gsm_network *network);
+int osmo_bsc_sccp_init(struct gsm_network *gsmnet);
int msc_queue_write(struct bsc_msc_connection *conn, struct msgb *msg, int proto);
#endif