cuPHY  0.1
CUDA PHY Layer Acceration Library
Data Fields
_cuphyPrachStatPrms Struct Reference

Static parameters to process all cell-group PRACH receiver.

#include <cuphy_api.h>

Data Fields

uint16_t nMaxCells
 
uint16_t nMaxOccaProc
 
cuphyPrachCellStatPrms_t const * pCellPrms
 
cuphyPrachOccaStatPrms_t const * pOccaPrms
 

Field Documentation

◆ nMaxCells

uint16_t _cuphyPrachStatPrms::nMaxCells

Number of cells for which the cell specific static parameter is provided, length of array pointed to by pCellPrms

◆ nMaxOccaProc

uint16_t _cuphyPrachStatPrms::nMaxOccaProc

Maximum number of occasions to be processed in a single pipeline invocation, nMaxOccaProc most resource hungry occasions out of total number of occasions are used for resource provisioning purposes

◆ pCellPrms

cuphyPrachCellStatPrms_t const* _cuphyPrachStatPrms::pCellPrms

Pointer to array of cell specific static parameters whose dimension is nMaxCells

◆ pOccaPrms

cuphyPrachOccaStatPrms_t const* _cuphyPrachStatPrms::pOccaPrms

Pointer to array of occasion specific static parameters. Note: the length of this array is the sum of the field nFdmOccasions in cuphyPrachCellStatPrms_t across nMaxCells