Hi,
In the L1ctl_burst_ind structure is:
uint8_t bits[15]; /* 114 bits + 2 steal bits. Filled MSB first */
if i do 8 * 15 = 120
that would make 6 bits extra... not 2 bits
should i discard the last 6 bits of the last byte?
thanks