aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-31 21:33:15 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-31 21:33:15 +0800
commitf30c0dca0d82ff738a0b4e228f055181416bd7c6 (patch)
tree8f844ef8c4d7d4caa3c461d0e0b17c5666b972fd /openbsc/src/bsc_vty.c
parentd7fd30617f110e07456c034bbcbebaab56c10031 (diff)
[rsl] Implement the T3111 timer to delay the RF Channel release
Diffstat (limited to 'openbsc/src/bsc_vty.c')
-rw-r--r--openbsc/src/bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_vty.c b/openbsc/src/bsc_vty.c
index a55303bca..31304fca7 100644
--- a/openbsc/src/bsc_vty.c
+++ b/openbsc/src/bsc_vty.c
@@ -1239,7 +1239,7 @@ DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.")
DECLARE_TIMER(3105, "Currently not used.")
DECLARE_TIMER(3107, "Currently not used.")
DECLARE_TIMER(3109, "Currently not used.")
-DECLARE_TIMER(3111, "Currently not used.")
+DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.")
DECLARE_TIMER(3113, "Set the time to try paging a subscriber.")
DECLARE_TIMER(3115, "Currently not used.")
DECLARE_TIMER(3117, "Currently not used.")