Static Schedule for a RACH Channel.
Declaration
typedef struct
{
u32 PatternPeriod;
u32 FrameID;
u32 SubframeID;
u32 SlotId;
u32 Duration;
u32 Repeats;
} XDfePrach_Schedule;
Member | Description |
---|---|
PatternPeriod | [1-256] Duration, in Frames, of the repeating pattern of enables. Internal frame count runs from 0 to PatternPeriod-1 |
FrameID | [0-255] First frame within the pattern period which is enabled for a RACH capture. Cannot exceed PatternPeriod |
SubframeID | [0-9] Subframe number which denotes the subframe at which a RACH capture should begin. Only valid when FrameID==frame count |
SlotId | [0-7] Slot number whcih denotes the slot at which a RACH Capture should begin. Only valid when FrameID==frame count and only valid when SubframeID==sub frame count:
|
Duration | [1-2^12] Specifies the duration of a single RACH capture, in slots |
Repeats | [1-256] Specifies the number of consecutive captures to execute. New capture will begin on the sl`ot immediately after "Duration" has ended |