RFMXNR_ATTR_PDSCH_SLOT_ALLOCATION
- Updated2025-04-08
- 1 minute(s) read
Specifies the slot allocation in NR Frame. This defines the indices of the allocated slots.
Syntax
RFMXNR_ATTR_PDSCH_SLOT_ALLOCATION
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
9437312 | char[] | Read/Write | PDSCH |
Remarks
The format is defined by range format specifiers. The range format specifier is a comma separated list of entries in the following format:
Single unsigned integer values or last
A range of single unsigned integer values given as i0:i1, where i0 represents the first and i1 the last value in the range, with i0 <= i1. The keyword last expands to the largest allowed value, depending on the context of the range specification.
Examples: 2,5 will expand to {2,5}
1:3,7 will expand to {1,2,3,7}.
Use "pdsch<<i>r</i>>" or "user<<i>l</i>>" or "bwp<<i>m</i>>" or "carrier<k>" or "subblock<n>" or "subblock<n>/carrier<k>/bwp<<i>m</i>>/user<<i>l</i>>/pdsch<<i>r</i>>" as the Selector String to configure or read this attribute.
The default value is 0-Last. Valid values are from 0 to (Maximum number of slots in frame - 1), inclusive.