From 69a4cf27318f471a70759a80923a0dfbbe0a8e0a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 May 2010 20:55:10 +0200 Subject: [gprs] NS: improved timer handling for RESET --- openbsc/include/openbsc/gprs_ns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/include') 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 { -- cgit v1.2.3