aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 02:16:13 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 02:16:13 +0800
commit5ed2e3004bcf1f136256aea76740ae1b4cabb0fa (patch)
tree634566d12dc56e27f7081a706ad4463fca514205
parent00460d3bc537f61aa8c3f3cda4d97cb01650e2c8 (diff)
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.
-rw-r--r--openbsc/src/input/ipaccess.c2
1 files changed, 1 insertions, 1 deletions
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;
}