aboutsummaryrefslogtreecommitdiffstats
path: root/src/paging.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-27 23:49:40 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-27 23:49:40 +0000
commit97cce476a2094313790dbe23235aee58186bfac6 (patch)
treeceb36b8ce9f919774fed1556c233aff15c716d17 /src/paging.c
parentbf83481799904526d1ecd9bac917dbf333ebd6ac (diff)
[paging] Slightly increase the timeout to not overload the BTS...
Diffstat (limited to 'src/paging.c')
-rw-r--r--src/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paging.c b/src/paging.c
index 010df1b61..da3dc28c6 100644
--- a/src/paging.c
+++ b/src/paging.c
@@ -43,7 +43,7 @@
#include <openbsc/abis_rsl.h>
#include <openbsc/gsm_04_08.h>
-#define PAGING_TIMEOUT 0, 5000
+#define PAGING_TIMEOUT 1, 0
static LLIST_HEAD(managed_bts);