| id | field name | definition |
| 0 | downlink_seconds |
| binary int32 | size: 4 |
|
Time of the downlink on ground of the transfer frame (G/S time). Number of seconds elapsed since the 1st of January 200 at 00:00:00 hour
|
|
| 1 | downlink_microseconds |
| binary uint32 | size: 4 |
|
Time of the downlink on ground of the transfer frame (G/S time). Number of microseconds elapsed since the last second
|
|
| 2 | num_corr_sym |
| binary uint32 | size: 4 |
|
Number of symbols corrected by Reed-Solomon in current Transfer Frame
|
|
| 3 | rs_flag |
| binary uint8 | size: 1 |
|
Reed-Solomon Error Flag, indentifying the detection of RS error in the transfer frame (set to FF in case of error, otherwise set to 00)
|
|
| 4 | spare |
| binary bytes | size: 3 |
|
spare + padding
|
hidden: true
|
| 5 | transfer_frame |
| binary record | size: 1115 |
Filtered Transfer Frame
| id | field name | definition |
| 0 | header |
| binary bytes | size: 6 |
|
Transfer Frame Primary Header
|
|
| 1 | data |
| binary bytes | size: 1105 |
|
Transfer Frame Data Field
|
|
| 2 | trailer |
| binary bytes | size: 4 |
|
Transfer Frame Trailer
|
|
|
|