osmo-tetra/src/phy
Harald Welte f91f994300 tetra_burst_sync: fix bug resulting in no initial sync
If we didn't find a SYNC in the first 4096 bits, we never found sync
at all.  This patch fixes it, we treat the trs->bitbuf as a ring buffer
and discard older bits if we get more than the buffer size (4096) bits.
2011-04-23 11:42:25 +02:00
..
tetra_burst.c initial import of Osmocom TETRA phy and lower MAC code 2011-01-19 10:39:59 +01:00
tetra_burst.h initial import of Osmocom TETRA phy and lower MAC code 2011-01-19 10:39:59 +01:00
tetra_burst_sync.c tetra_burst_sync: fix bug resulting in no initial sync 2011-04-23 11:42:25 +02:00
tetra_burst_sync.h initial import of Osmocom TETRA phy and lower MAC code 2011-01-19 10:39:59 +01:00