Skip to content

Flxusers 236

Carlo Alberto Gottardo requested to merge FLXUSERS-236 into master

FLXUSERS-236 A one-byte header is added to each GBT chunk sent by felix-star. The header flags truncation or error. The feature has been tested using felix-test-swrodgbt to dump internal-emulator data on screen.

Examples Prior to this MR: AA 00 20 03 08 BB AA 02 00 01 02 03 04 05 06 07... OK data: 00 AA 00 F8 06 08 BB AA 02 00 01 02 03 04 05 06... Truncation: 01 AA 0B B0 00 08 BB AA 02 00 01 02 03 04 05 06... Error: 04 AA 02 F8 01 08 BB AA 02 00 01 02 03 04 05 06 07 08 09...

Merge request reports