<div>Dear all,</div>
<div> </div>
<div>Do you have problem with  the error</div>
<div> </div>
<div>mtp.c: No SLTA received within Q.707 timer T1, faulting link on link &#39;l2&#39;.</div>
<div> </div>
<div>I just increase the timer by 20000 (default 9000)of T1 by editing mtp.c file and compiling it back.</div>
<div> </div>
<div>  /* Set up a timer to wait for SLTA. */<br>  if(m-&gt;sltm_t1 == -1) {        /* Only if it is not already running */<br>    m-&gt;sltm_t1 = mtp_sched_add(mtp2_sched, 20000, timeout_sltm_t1, m);<br>    m-&gt;sltm_tries = 1;<br>
  }</div>
<div> </div>
<div>Kind Rgds</div>
<div>Daminda<br></div>
<div> </div>
<div> </div>