aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-22 18:25:02 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-26 00:02:12 +0100
commit625b6e4dab63405a12a1c24bf3c9f1c5ce936f6f (patch)
tree17b0f0e964f314696a93ec6136feb85725138cdb /openbsc/include/openbsc/osmo_msc_data.h
parentd283db496fa75e9bb228b138b6bd3eef079ba673 (diff)
mid-call: Introduce a timeout to switch from grace to rf off.
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-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 59f92b3eb..8cfe683e7 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 *ussd_grace_txt;
+ int ussd_grace_timeout;
struct osmo_bsc_rf *rf_ctl;
/* ussd welcome text */