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

#include <cuphy_api.h>

Data Fields

enum _cuphySsbDataIn:: { ... }  pBufferType
 
uint32_t * pMibInput
 

Detailed Description

SSB Data Input

Field Documentation

◆ pBufferType

enum { ... } _cuphySsbDataIn::pBufferType

pMibInput buffer type; currently only CPU_BUFFER is supported

◆ pMibInput

uint32_t* _cuphySsbDataIn::pMibInput

Pointer to array of nSSBlocks MIB payloads across all cells, one element (the least significant 24 bits of 32 bits valid) per SSB. The order of payloads in the array should match the order of SSBs in the pPerSsBlockParams array in cuphySsbDynPrms_t. Reminder: the 24-bit MIB content is identical for different SSBs in the same slot for the same cell (at most 3 SSB can exist per slot for the same cell), so with the current API there is a slight data replication. cuPHY does not check the correctness of the MIB contents.