aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc_rf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-24 14:19:14 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-24 14:37:36 +0100
commit37ac4202547d41aa23f2bca5bb4ecfc67c806da0 (patch)
tree9ba06e9feb2e0e010de656db5c05e2cfdc438ea0 /openbsc/include/openbsc/osmo_bsc_rf.h
parent6a458eac2c1db16454fe0b4e7b3f68aa961d4004 (diff)
rf: Remember the last command requested on the RF CMD interface
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc_rf.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc_rf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc_rf.h b/openbsc/include/openbsc/osmo_bsc_rf.h
index b4e17f013..63115fe9c 100644
--- a/openbsc/include/openbsc/osmo_bsc_rf.h
+++ b/openbsc/include/openbsc/osmo_bsc_rf.h
@@ -12,6 +12,8 @@ struct osmo_bsc_rf {
struct bsc_fd listen;
struct gsm_network *gsm_network;
+ const char *last_state_command;
+
/* some handling for the automatic grace switch */
struct timer_list grace_timeout;
};