aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorSipos Csaba <sipos.csaba@kvk.uni-obuda.hu>2015-02-07 13:27:36 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-07 13:27:36 +0100
commit56e1766dba1a03e304e51d079e65406542e7887c (patch)
treefc9a78b9fd7990c44548345b5f76bee2416111a5 /openbsc/include
parent9c20a5f45c49562ab7e3e53b5abb94e2afdfb23f (diff)
nokia: Allow to set the reset time for the nokia bts
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 0f1d8ec66..86bf557ad 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -651,6 +651,7 @@ struct gsm_bts {
unsigned int configured:1,
skip_reset:1,
no_loc_rel_cnf:1,
+ bts_reset_timer_cnf,
did_reset:1,
wait_reset:1;
struct osmo_timer_list reset_timer;