summaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-03 20:55:10 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:45 +0200
commit69a4cf27318f471a70759a80923a0dfbbe0a8e0a (patch)
treebbb1c18018f8e6d4fa5d9b3ea925df971b2f8177 /openbsc/include
parent80405458a0c325e11e55133065df9b767bb0edc4 (diff)
[gprs] NS: improved timer handling for RESET
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gprs_ns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gprs_ns.h b/openbsc/include/openbsc/gprs_ns.h
index 40784049..27c54cb1 100644
--- a/openbsc/include/openbsc/gprs_ns.h
+++ b/openbsc/include/openbsc/gprs_ns.h
@@ -122,8 +122,8 @@ enum nsvc_timer_mode {
/* standard timers */
NSVC_TIMER_TNS_TEST,
NSVC_TIMER_TNS_ALIVE,
- /* custom timer */
- NSVC_TIMER_RESET,
+ NSVC_TIMER_TNS_RESET,
+ _NSVC_TIMER_NR,
};
struct gprs_nsvc {