<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'><P>Hi,</P>
<P> </P>
<P>In the L1ctl_burst_ind structure is:</P>
<P>uint8_t bits[15];      /* 114 bits + 2 steal bits. Filled MSB first */</P>
<P> </P>
<P>if i do 8 * 15 = 120</P>
<P> </P>
<P>that would make 6 bits extra... not 2 bits</P>
<P> </P>
<P>should i discard the last 6 bits of the last byte?</P>
<P> </P>
<P>thanks</P>
<P> </P></div></body></html>