Appearance
AX2150 decoder
Group: GomSpace
Decoder for the AX2150
Parameters
Reed-Solomon
- Description: Enables reed solomon decoding
- Automation reference:
ReedSolomon - Type: boolean
Randomization
- Description: Enable descrambling of packets
- Automation reference:
Randomization - Type: boolean
HMAC
- Description: Enable HMAC checking
- Automation reference:
HMAC - Type: boolean
HMAC Key
- Description: Key to use for validation of packet contents. Specified in hexadecimal form.
- Automation reference:
HMACKey - Enablement:
HMAC== True - Type: string
Try CRC decode
- Description: In case Reed-Solomon fails try to check if the CRC in a CSP packet still passes if it indicates it is using CRC
- Automation reference:
TryCRCDecoding - Type: boolean
Measurements
Golay errors
- Description: Total number of packets where the Golay encoded header was not recoverable
- Automation reference:
GolayErrors - Type: integer
Discards
- Description: Total number of discarded packets
- Automation reference:
Discards - Type: integer
MTU violations
- Description: Number of packets longer than the MTU
- Automation reference:
MTUViolations - Type: integer
RS errors
- Description: Number of packets that RS could not fix
- Automation reference:
RSErrors - Type: integer
RS fixed bytes
- Description: Number of bytes fixed by Reed-Solomon
- Automation reference:
RSFixedBytes - Type: integer
Payload bytes
- Description: Total number of payload bytes
- Automation reference:
PayloadBytes - Type: integer
CRC recoveries
- Description: Number of times a packet was recovered by the CRC matching while RS failed
- Automation reference:
CRCRecovered - Type: integer
HMAC violations
- Description: Number of HMAC mismatches
- Automation reference:
HMACViolations - Type: integer