aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc_rf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-14 22:34:47 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-14 22:34:47 +0100
commitb5bb75fbfd3bc41675f82e5d4a6daf2312820111 (patch)
tree0dd19efc4fe7f76b0cfc428f27ecf34954a07d99 /openbsc/include/openbsc/osmo_bsc_rf.h
parentaf5b88fb0786f8767f9aa7c5082048763a995136 (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 7039dbdce..e34abaec3 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;
};