From 5e3bbba96286f672b56568ee58785621054b72e5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Jun 2011 09:32:35 +0200 Subject: bsc: Call the RF Control interface ctrl all the way We had the rf_ctrl_name and the rf_ctl pointer, make both use the word ctrl. --- openbsc/include/openbsc/osmo_msc_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h index 3212b3657..59b75c303 100644 --- a/openbsc/include/openbsc/osmo_msc_data.h +++ b/openbsc/include/openbsc/osmo_msc_data.h @@ -65,7 +65,7 @@ struct osmo_msc_data { char *mid_call_txt; int mid_call_timeout; char *rf_ctrl_name; - struct osmo_bsc_rf *rf_ctl; + struct osmo_bsc_rf *rf_ctrl; /* ussd welcome text */ char *ussd_welcome_txt; -- cgit v1.2.3