mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user