From 4cdb050d132cb4a9f35f0ab1165f58f040132afe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Jun 2011 14:51:51 +0200 Subject: bsc: Move away from ->bsc.msc to use the selected MSC For multiple MSCs we should only have one place where the MSC is selected and the rest will extract it from somewhere. --- openbsc/include/openbsc/osmo_bsc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h index 262014759..d8465c9f7 100644 --- a/openbsc/include/openbsc/osmo_bsc.h +++ b/openbsc/include/openbsc/osmo_bsc.h @@ -6,6 +6,8 @@ #include "bsc_api.h" struct sccp_connection; +struct osmo_msc_data; +struct bsc_msc_connection; struct osmo_bsc_sccp_con { struct llist_head entry; @@ -15,7 +17,7 @@ struct osmo_bsc_sccp_con { /* SCCP connection realted */ struct sccp_connection *sccp; - struct bsc_msc_connection *msc_con; + struct osmo_msc_data *msc; struct osmo_timer_list sccp_it_timeout; struct osmo_timer_list sccp_cc_timeout; -- cgit v1.2.3