From 33f531fd129a68205e97957fcf464130a9c396b7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Apr 2010 10:33:56 +0800 Subject: ipaccess: Restore the original delay for the nanoBTS delay. --- openbsc/src/input/ipaccess.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc') diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c index faa172b38..8a8a1987d 100644 --- a/openbsc/src/input/ipaccess.c +++ b/openbsc/src/input/ipaccess.c @@ -572,8 +572,7 @@ static int handle_ts1_write(struct bsc_fd *bfd) e1i_ts->sign.tx_timer.data = e1i_ts; /* Reducing this might break the nanoBTS 900 init. */ - /* BAND AID for paging problem */ - bsc_schedule_timer(&e1i_ts->sign.tx_timer, 0, 100); + bsc_schedule_timer(&e1i_ts->sign.tx_timer, 0, 100000); return ret; } -- cgit v1.2.3