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>
This commit is contained in:
Sylvain Munaut 2011-10-17 14:05:19 +02:00
parent c951946691
commit 2192ed8d61
1 changed files with 1 additions and 1 deletions

View File

@ -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 */