aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-04 15:34:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-16 11:56:10 +0100
commitabd668a68d2f7d948b39cf90b04b519f91367a98 (patch)
treecdcda1e4a08593221b90a874f62a3d894fc665be /openbsc/include
parentf936fb4086b073ca72b9e77e437b908acd0288f6 (diff)
bsc: Move more things to use osmo_msc_data* directly
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 6f9f3a2b0..384549ec0 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -81,7 +81,7 @@ struct osmo_bsc_data {
};
-int osmo_bsc_msc_init(struct gsm_network *network);
+int osmo_bsc_msc_init(struct osmo_msc_data *msc);
int osmo_bsc_sccp_init(struct gsm_network *gsmnet);
int msc_queue_write(struct bsc_msc_connection *conn, struct msgb *msg, int proto);