From 2192ed8d6126cc205894d1f3622f505a9aee3def Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Mon, 17 Oct 2011 14:05:19 +0200 Subject: [PATCH] libbsc/nokia_site: Increase reset timer to 15 seconds Also make sure to specify seconds in the 'seconds' field. Doing otherwise is an abuse that non longer works with the new timer infra. Signed-off-by: Sylvain Munaut --- openbsc/src/libbsc/bts_nokia_site.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/libbsc/bts_nokia_site.c b/openbsc/src/libbsc/bts_nokia_site.c index dfe4c0347..7b7df030a 100644 --- a/openbsc/src/libbsc/bts_nokia_site.c +++ b/openbsc/src/libbsc/bts_nokia_site.c @@ -42,7 +42,7 @@ /* TODO: put in a separate file ? */ -#define RESET_INTERVAL 0, 3000000 /* 3 seconds */ +#define RESET_INTERVAL 15, 0 /* 15 seconds */ extern int abis_nm_sendmsg(struct gsm_bts *bts, struct msgb *msg); /* was static in system_information.c */