aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-07 23:23:27 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-07 23:26:13 +0200
commit55ef5fb7ef0880544343e757c5614fdce2bba1a3 (patch)
treeb477f90ff939af19a58f8b23ad21cbf793520bc4 /openbsc/include
parent4b41746ce34806aa5fa47b2b5d076d18bfab7c3d (diff)
bsc: Add the bsc-rf-socket command to master as well
Make it possible to specify the rf-socket path via the vty configuration as well. The command line setting will override it though.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 55b0a0f7c..6f437b756 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -61,6 +61,7 @@ struct osmo_msc_data {
/* rf ctl related bits */
char *mid_call_txt;
int mid_call_timeout;
+ char *rf_ctrl_name;
struct osmo_bsc_rf *rf_ctl;
/* ussd welcome text */