RFMXWLAN_ATTR_OFDMMODACC_RESULTS_PSDU_CRC_STATUS
- Updated2025-04-08
- 1 minute(s) read
Indicates whether the cyclic redundancy check (CRC) of the received decoded PLCP service data unit (PSDU) has passed.
Syntax
RFMXWLAN_ATTR_OFDMMODACC_RESULTS_PSDU_CRC_STATUS
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
10502284 | int32 | Read-Only | N/A |
Remarks
The measurement calculates the CRC over the decoded bits, excluding the last 32 bits of each MAC Protocol Data Unit (MPDU). The measurement first compares this value with the CRC value in the received payload, which is represented by the last 32 bits of the MPDU and then aggregates the values.
You do not need to use a selector string to read this result for default signal and result instance. Refer to the Selector String topic for information about the string syntax for named signals and results.
Name | Value | Description |
---|---|---|
RFMXWLAN_VAL_OFDMMODACC_PSDU_CRC_STATUS_FAIL | 0 (0x0) | Indicates that the PSDU CRC failed. |
RFMXWLAN_VAL_OFDMMODACC_PSDU_CRC_STATUS_PASS | 1 (0x1) | Indicates that the PSDU CRC passed. |