aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-24 14:40:11 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-24 14:40:11 +0100
commit00c805f213e594f18f72f70c8f6975f8aeff3612 (patch)
treecf379e5121a7e0b99ab5ee48d33c0d694e005019 /openbsc/include
parent37ac4202547d41aa23f2bca5bb4ecfc67c806da0 (diff)
rf: Verify that the requested mode is entered and drop OML in error
Verify that the BTS is following our orders, if we think there was an error we will drop the OML connection.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_bsc_rf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc_rf.h b/openbsc/include/openbsc/osmo_bsc_rf.h
index 63115fe9c..2211a334a 100644
--- a/openbsc/include/openbsc/osmo_bsc_rf.h
+++ b/openbsc/include/openbsc/osmo_bsc_rf.h
@@ -14,6 +14,9 @@ struct osmo_bsc_rf {
const char *last_state_command;
+ /* verify that RF is up as it should be */
+ struct timer_list rf_check;
+
/* some handling for the automatic grace switch */
struct timer_list grace_timeout;
};