Skip to content

Adding firewall to jFEX input data decoder

Sergi Rodriguez Bosca requested to merge serodrig/athena:fireWall into master

This MR is meant to solve the problem reported here: ATR-27054

The cause was that the algorithm has tried to decode more words that the ones available, due a to a bug in the trailers.

As commented in the JIRA, now the Athena job will trow one ERROR with the respective FAILURE status code

Merge request reports