From 9a8b5ae9775430fba1861321b0e9e964ec13db0f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Sep 2010 23:53:54 +0800 Subject: bsc: Move the rf_ctl into the msc data struct --- openbsc/include/openbsc/osmo_msc_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h index b8db686f1..498b1005b 100644 --- a/openbsc/include/openbsc/osmo_msc_data.h +++ b/openbsc/include/openbsc/osmo_msc_data.h @@ -26,6 +26,8 @@ #include "bsc_msc.h" +struct osmo_bsc_rf; + struct osmo_msc_data { /* Connection data */ char *bsc_token; @@ -38,6 +40,7 @@ struct osmo_msc_data { /* rf ctl related bits */ char *ussd_grace_txt; + struct osmo_bsc_rf *rf_ctl; }; #endif -- cgit v1.2.3