From 5ed2e3004bcf1f136256aea76740ae1b4cabb0fa Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 2 Oct 2010 02:16:13 +0800 Subject: ipaccess: Re-Enable the delay between commands... We still need to keep the delay during startup as the GPRS code tried to initialize too early. --- openbsc/src/input/ipaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c index aa3d85a64..8c99157e0 100644 --- a/openbsc/src/input/ipaccess.c +++ b/openbsc/src/input/ipaccess.c @@ -573,7 +573,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. */ - bsc_schedule_timer(&e1i_ts->sign.tx_timer, 0, 0); + bsc_schedule_timer(&e1i_ts->sign.tx_timer, 0, e1i_ts->sign.delay); return ret; } -- cgit v1.2.3