Skip to content

Improving decoding logic for TP L1As

Simone Francescato requested to merge sfrances/athena:23.0 into 23.0

Needed to:

  • prevent segmentation violation in case of corruption of the stream headers (exception raised now)
  • add implicit zero padding of the stream packets
  • in the main Common Decoder class also catching generic exceptions now

Merge request reports