From a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 23 Feb 2017 21:57:23 +0100 Subject: cosmetic: rename struct osmo_msc_data to bsc_msc_data With the OsmoMSC program coming up, the name osmo_msc_data becomes even more confusing than it already is. Clearly indicate it as libbsc's data of a remote MSC by prefixing with bsc_. Also, the Osmocom community has in the meantime agreed to have the osmo_ prefix only in libosmocore, to avoid naming conflicts in case things are moved there. So while renaming anyway, also drop the osmo_ prefix. Change-Id: I0dfbcb7d1a579211180f71319982820d8700afab --- openbsc/include/openbsc/signal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/include/openbsc/signal.h') 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 */ -- cgit v1.2.3