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/src/osmo-bsc/osmo_bsc_grace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbsc/src/osmo-bsc/osmo_bsc_grace.c') diff --git a/openbsc/src/osmo-bsc/osmo_bsc_grace.c b/openbsc/src/osmo-bsc/osmo_bsc_grace.c index 9a637029d..5709eeac5 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_grace.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_grace.c @@ -35,7 +35,7 @@ int bsc_grace_allow_new_connection(struct gsm_network *network, struct gsm_bts * static int normal_paging(struct gsm_subscriber *subscr, int chan_needed, - struct osmo_msc_data *msc) + struct bsc_msc_data *msc) { /* we can't page by lac.. we need to page everything */ if (msc->core_lac != -1) { @@ -52,7 +52,7 @@ static int normal_paging(struct gsm_subscriber *subscr, int chan_needed, } static int locked_paging(struct gsm_subscriber *subscr, int chan_needed, - struct osmo_msc_data *msc) + struct bsc_msc_data *msc) { struct gsm_bts *bts = NULL; @@ -85,7 +85,7 @@ static int locked_paging(struct gsm_subscriber *subscr, int chan_needed, * Try to not page if everything the cell is not on. */ int bsc_grace_paging_request(struct gsm_subscriber *subscr, int chan_needed, - struct osmo_msc_data *msc) + struct bsc_msc_data *msc) { if (subscr->group->net->bsc_data->rf_ctrl->policy == S_RF_ON) return normal_paging(subscr, chan_needed, msc); -- cgit v1.2.3