From 637dce99ba3cd20e8cbdbfb6ad8e26af459a966b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 May 2010 00:07:43 +0800 Subject: ipaccess: Move the RSL delay down to 0 milliseconds. Set the delay to zero milliseconds to send RSL messages as fast as possible. --- 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 100c85bee..8c99157e0 100644 --- a/openbsc/src/input/ipaccess.c +++ b/openbsc/src/input/ipaccess.c @@ -265,7 +265,7 @@ static int ipaccess_rcvmsg(struct e1inp_line *line, struct msgb *msg, trx->rsl_link = e1inp_sign_link_create(e1i_ts, E1INP_SIGN_RSL, trx, trx->rsl_tei, 0); - trx->rsl_link->ts->sign.delay = 10; + trx->rsl_link->ts->sign.delay = 0; /* get rid of our old temporary bfd */ memcpy(newbfd, bfd, sizeof(*newbfd)); -- cgit v1.2.3