From abd668a68d2f7d948b39cf90b04b519f91367a98 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Jun 2011 15:34:37 +0200 Subject: bsc: Move more things to use osmo_msc_data* directly --- openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-bsc/osmo_bsc_main.c') diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c index 02b68d39f..6e34105ab 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_main.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c @@ -443,7 +443,7 @@ int main(int argc, char **argv) } } - if (osmo_bsc_msc_init(bsc_gsmnet) != 0) { + if (osmo_bsc_msc_init(&bsc_gsmnet->bsc_data->msc) != 0) { LOGP(DNAT, LOGL_ERROR, "Failed to start up. Exiting.\n"); exit(1); } -- cgit v1.2.3