aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc_rf.h
diff options
context:
space:
mode:
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;
};