aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-08 23:05:22 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-09 11:53:35 +0200
commitd9ae25c1bfa15a29d3fba5fc20bb96757e31a0fb (patch)
tree4cd994589d0280bf59c0667965864887a5781fe9 /openbsc/include/openbsc/gsm_data.h
parent5c011366c972cc8d721b7f08d12a614dc6b49a15 (diff)
[rsl] Implement the T3111 timer to delay the RF Channel release
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 303663f41..eed29b1da 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -246,6 +246,7 @@ struct gsm_lchan {
} encr;
struct timer_list T3101;
+ struct timer_list T3111;
/* AMR bits */
struct gsm48_multi_rate_conf mr_conf;