aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index c862b2192..d4ccf80da 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -222,9 +222,9 @@ enum signal_msc {
S_MSC_AUTHENTICATED,
};
-struct osmo_msc_data;
+struct bsc_msc_data;
struct msc_signal_data {
- struct osmo_msc_data *data;
+ struct bsc_msc_data *data;
};
/* SS_CCCH signals */