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>
diff --git a/openbsc/src/libbsc/bts_nokia_site.c b/openbsc/src/libbsc/bts_nokia_site.c
index dfe4c03..7b7df03 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 */