nokia: Allow to set the reset time for the nokia bts
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 0f1d8ec..86bf557 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -651,6 +651,7 @@
 			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;