CRC Frame types
[PA LLD Constants (enum's and define's)]

CRC Frame types

Define the frame types which are used to extract and derive the CRC operation parameters such as CRC starting offset and CRC payload length from the frame header.

Both the payload length and the byte location where CRC calculation begins may vary in some protocl frame such as WCDMA FP HS-DSCH Data Frame type 2 and type 3. The CRC Frame type is used for PASS to extract and/or derive the CRC starting offset and payload length.

Note:
Only the following frame types are supported.


#define pa_CRC_OP_FRAME_TYPE_IUB_FP_HS_DSCH_TYPE2   0
#define pa_CRC_OP_FRAME_TYPE_IUB_FP_HS_DSCH_TYPE3   1
#define pa_CRC_OP_FRAME_TYPE_MAX   pa_CRC_OP_FRAME_TYPE_IUB_FP_HS_DSCH_TYPE3

Define Documentation

#define pa_CRC_OP_FRAME_TYPE_IUB_FP_HS_DSCH_TYPE2   0

WCDMA FP HS-DSCH Data Frame Type 2

#define pa_CRC_OP_FRAME_TYPE_IUB_FP_HS_DSCH_TYPE3   1

WCDMA FP HS-DSCH Data Frame Type 3


Copyright 2012, Texas Instruments Incorporated