aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 23:53:54 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 23:53:54 +0800
commit9a8b5ae9775430fba1861321b0e9e964ec13db0f (patch)
treee80826cdf8289e68648dacc113cc84a3d58b79b3 /openbsc/include/openbsc/osmo_msc_data.h
parent47b2601e01def1f6947b517fe2f27580433200c6 (diff)
bsc: Move the rf_ctl into the msc data struct
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-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