osmocom-bb/src/host
Vadim Yanitskiy 6fe33fd6d4 trxcon: do not crash on receipt of 8-PSK modulated bursts
TRXDv0 PDUs may have 2 additional dummy bytes at the end.  Such
a PDU will crash trxcon if it contains an 8-PSK modulated burst:

  Assert failed phybi->burst_len <= sizeof(bi.burst)

In this case phybi->burst_len would be 444 + 2, while size of the
burst buffer in struct l1sched_burst_ind is limited to the length
of an 8-PSK modulated burst (444).

Change-Id: Icfba986ccf0c696ba019b91575b4d69db001c14f
2023-03-08 09:03:11 +00:00
..
calypso_pll Initial import of OsmocomBB into git repository 2010-02-18 16:46:36 +01:00
fb_tools treewide: remove FSF address 2021-12-14 12:52:04 +00:00
gprsdecode Run struct_endianness.py 2023-02-20 11:18:43 +01:00
layer23 mobile: log state/event details on error 2023-03-06 17:27:39 +00:00
osmocon host/*/configure.ac: set -std=gnu11 2023-01-05 22:24:37 +07:00
rita_pll add perl scripts to compute MTK RF Transceiver PLL settings 2010-12-11 05:23:58 +01:00
trxcon trxcon: do not crash on receipt of 8-PSK modulated bursts 2023-03-08 09:03:11 +00:00
virt_phy host/*/configure.ac: set -std=gnu11 2023-01-05 22:24:37 +07:00