<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1491" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=524075820-29062006><FONT face=Arial size=2>According 
to&nbsp;your "raw bits" dump, which contains a series of "f9" bytes, it looks 
like your program no longer tries to align the byte boundaries of the bit stream 
by detecting the filler flags between SS7 frames. The&nbsp;flag&nbsp;is "7e" 
(binary 01111110) and is&nbsp;transmitted between SS7 messages (idle time) to 
allow the byte-alignment of the serial (T1 or E1) bit stream. The consecutive 
"f9" bytes in your raw capture look symptomatic of a series of "7e" flags that 
are read with incorrect bit alignment.</FONT></SPAN></DIV>
<DIV><SPAN class=524075820-29062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=524075820-29062006><FONT face=Arial size=2>This scenario seems 
probable since you are altering&nbsp;a jitter function, where bit alignment is 
usually performed. In that case, the higher software layers that detect MTP2 
length and CRC would report the errors you saw, since they are fed invalid 
(misaligned) data.</FONT></SPAN></DIV>
<DIV><SPAN class=524075820-29062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=524075820-29062006><FONT face=Arial size=2>Hopefully this will 
help find the root of the problem. Unfortunately, I don't know&nbsp;if I can 
help you beyond that. I am a novice&nbsp;to this mailing list&nbsp;and I don't 
have access to the code you referred to.</FONT></SPAN></DIV></BODY></HTML>