Data Fields | |
| int | crc_status [MAX_NUMBER_TB_PER_LCHAN] |
| unsigned short | Active_process_map |
| union { | |
| CHBCH_PDU * Chbch_pdu | |
| DL_SACH_PDU DL_sach_pdu | |
| UL_SACH_PDU UL_sach_pdu | |
| RACH_PDU * Rach_pdu | |
| MRBCH_PDU * Mrbch_pdu | |
| UL_SACCH_PDU * UL_sacch_pdu | |
| } | Pdu |
| union { | |
| DL_MEAS * DL_meas | |
| UL_MEAS * UL_meas | |
| } | Meas |
| int MACPHY_DATA_REQ_RX::crc_status[MAX_NUMBER_TB_PER_LCHAN] |
This field indicates the CRC status of the PDU upon reception from PHY
| unsigned short MACPHY_DATA_REQ_RX::Active_process_map |
HARQ indicator for active processes
This is a pointer to CHBCH data
This is a pointer to DL_SACH data
This is a pointer to UL_SACH data
This is a pointer to RACH data
This is a pointer to MRBCH data
| union { ... } MACPHY_DATA_REQ_RX::Pdu |
This is an array of pointers to the current measurements of DL quality at UE (indexed by CH_id)
This is an array of pointers to the current measurements of UL quality at Node-B (indexed by user_id)
| union { ... } MACPHY_DATA_REQ_RX::Meas |
1.4.7