lwa-project / ng_digital_processor

The Next Generation Digital Processor for LWA North Arm
Apache License 2.0
0 stars 0 forks source link

TBF output formatting #5

Closed jaycedowell closed 10 months ago

jaycedowell commented 1 year ago

The format needs to be updated/adapted to work with both LWA-SV and LWA-NA. Support for packets containing only 64 stands is currently hacked into src/packet_writer.hpp and src/formats/tbf.hpp (this change is to set a 0x04 flag so that LSL knows which fC to use).

jaycedowell commented 1 year ago

There are files and LSL can read them (now). Maybe 0x04 is the wrong flag to use. Maybe it should be 0x05, i.e., 0x04 | 0x01. That way we could have COR packets with 0x06 and use:

jaycedowell commented 12 months ago

Implemented on 2023/9/8 but not activated.

jaycedowell commented 11 months ago

Activated on 2023/9/13.

jaycedowell commented 10 months ago

Now recorded in doc/notes.md.