aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h3
1 files changed, 3 insertions, 0 deletions
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