cuPHY
0.1
CUDA PHY Layer Acceration Library
|
PUCCH output data. The UE ordering in buffers is identical to input UCI parameter (pFxUciPrms within cuphyPucchCellGrpDynPrm_t) input ordering.
#include <cuphy_api.h>
Data Fields | |
uint8_t * | CsiP1DetectionStatus |
Value: 1 = CRC Pass, 2 = CRC Failure, 3 = DTX, 4 = No DTX (indicates UCI detection). Note that FAPI also defined value 5 to be "DTX not checked", which is not considered in cuPHY since DTX detection is present. | |
uint8_t * | CsiP2DetectionStatus |
Value: 1 = CRC Pass, 2 = CRC Failure, 3 = DTX, 4 = No DTX (indicates UCI detection). Note that FAPI also defined value 5 to be "DTX not checked", which is not considered in cuPHY since DTX detection is present. | |
uint8_t * | pCrcFlags |
pointer to buffer containing UCI decoded payload bits for F2, F3, F4 with offset specified by pPucchF2OutOffsets, pPucchF2OutOffsets, pPucchF2OutOffsets | |
cuphyPucchF0F1UciOut_t * | pF1UcisOut |
pointer to buffers containing F0 UCI output with ordering identical to input ordering within pF0UciPrms in cuphyPucchCellGrpDynPrm_t, dim:nF0Ucis | |
float * | pInterf |
reported in dB | |
cuphyPucchF234OutOffsets_t * | pPucchF2OutOffsets |
pointer to buffers containing F1 UCI output with ordering identical to input ordering within pF1UciPrms in cuphyPucchCellGrpDynPrm_t, dim:nF1Ucis | |
cuphyPucchF234OutOffsets_t * | pPucchF3OutOffsets |
pointer to buffers containing offset information for F2 UCI output with ordering identical to input ordering within pF2UciPrms in cuphyPucchCellGrpDynPrm_t, dim:nF2Ucis | |
cuphyPucchF234OutOffsets_t * | pPucchF4OutOffsets |
pointer to buffers containing offset information for F3 UCI output with ordering identical to input ordering within pF3UciPrms in cuphyPucchCellGrpDynPrm_t, dim:nF3Ucis | |
float * | pRsrp |
reported in dB | |
float * | pSinr |
reported in dB | |
float * | pTaEst |
reported in dB | |
uint8_t * | pUciPayloads |
pointer to buffers containing offset information for F4 UCI output with ordering identical to input ordering within pF4UciPrms in cuphyPucchCellGrpDynPrm_t, dim:nF4Ucis | |