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 captures. Internal frame count runs from 0 to PatternPeriod-1. This field is not required by the API when operating in dynamic mode. |
| FrameID | [0-255] First frame within the pattern period which is enabled for a RACH capture. Cannot exceed PatternPeriod. This field is not required by the API when operating in dynamic mode. |
| SubframeID | [0-9] Subframe number at which a RACH capture should begin. Only valid when FrameID==frame count. This field is not required by the API when operating in dynamic mode. |
| SlotId | [0-7] Slot number at which a RACH Capture should begin.
|
| Duration | [1-2^12] Specifies the duration of a single RACH capture, in slots. This field is not required by the API when operating in dynamic mode. |
| Repeats | [1-256] Specifies the number of consecutive captures to execute. New capture will begin on the slot immediately after "Duration" has ended. Note: This field is not required by the API when operating in dynamic mode. |