[rsl] Implement the T3111 timer to delay the RF Channel release
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 5cd43d7..39407e9 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -256,6 +256,7 @@
 	} encr;
 
 	struct timer_list T3101;
+	struct timer_list T3111;
 
 	/* AMR bits */
 	struct gsm48_multi_rate_conf mr_conf;