aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-17 14:05:19 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-18 21:51:03 +0200
commit2192ed8d6126cc205894d1f3622f505a9aee3def (patch)
treeba1a7ce8fd0f50431f95f23636f4c578aa640f7f /openbsc
parentc9519466918157245f8aae93c5be11a7c28b65a3 (diff)
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 <tnt@246tNt.com>
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libbsc/bts_nokia_site.c2
1 files changed, 1 insertions, 1 deletions
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 */