aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_msc.c
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-05-02 19:24:28 +0200
commitb87b8a6205572748ae401197b33e4305d0c8c6dd (patch)
tree5a64617b9580fd61c115bfb2dd6ac731ad44df00 /openbsc/src/osmo-bsc/osmo_bsc_msc.c
parent661a8319e828018c896365c596216095d4e378fa (diff)
bsc: Move more things to use osmo_msc_data* directly
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_msc.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_msc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_msc.c b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
index b44c8ad09..35d504ec3 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_msc.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
@@ -427,10 +427,8 @@ static void send_id_get_response(struct osmo_msc_data *data, int fd)
msc_queue_write(data->msc_con, msg, IPAC_PROTO_IPACCESS);
}
-int osmo_bsc_msc_init(struct gsm_network *network)
+int osmo_bsc_msc_init(struct osmo_msc_data *data)
{
- struct osmo_msc_data *data = &network->bsc_data->msc;
-
if (mgcp_create_port(data) != 0)
return -1;