Data Fields | |
| unsigned char | Num_bytes_bcch |
| Number of bytes contained in the current BCCH payload. | |
| unsigned char | Num_bytes_ccch |
| Number of bytes contained in the current CCCH payload. | |
| unsigned char | ccch_fragment_index |
| unsigned char | Num_dl_sach |
| Number of SACH in the current DL_SACCH payload. | |
| unsigned char | Num_ul_sach |
| Number of SACH available in the UL_SACH period. | |
| DL_SACCH_PDU | DL_sacch_pdu [NUMBER_DL_SACH_MAX] |
| Collection of DL_SACCH PDUs. | |
| UL_ALLOC_PDU | UL_alloc_pdu [NUMBER_UL_SACH_MAX] |
| Collection of UL Alloc PDUs. | |
| char | Bcch_payload [BCCH_PAYLOAD_SIZE_MAX] |
| BCCH payload. | |
| char | Ccch_payload [CCCH_PAYLOAD_SIZE_MAX] |
| CCCH payload. | |
| unsigned char CHBCH_PDU::Num_bytes_bcch |
Number of bytes contained in the current BCCH payload.
| unsigned char CHBCH_PDU::Num_bytes_ccch |
Number of bytes contained in the current CCCH payload.
| unsigned char CHBCH_PDU::ccch_fragment_index |
| unsigned char CHBCH_PDU::Num_dl_sach |
Number of SACH in the current DL_SACCH payload.
| unsigned char CHBCH_PDU::Num_ul_sach |
Number of SACH available in the UL_SACH period.
| DL_SACCH_PDU CHBCH_PDU::DL_sacch_pdu[NUMBER_DL_SACH_MAX] |
Collection of DL_SACCH PDUs.
| UL_ALLOC_PDU CHBCH_PDU::UL_alloc_pdu[NUMBER_UL_SACH_MAX] |
Collection of UL Alloc PDUs.
| char CHBCH_PDU::Bcch_payload[BCCH_PAYLOAD_SIZE_MAX] |
BCCH payload.
| char CHBCH_PDU::Ccch_payload[CCCH_PAYLOAD_SIZE_MAX] |
CCCH payload.
1.4.7