RFMXLTE_ATTR_LAA_UPLINK_START_POSITION
- Updated2025-04-08
- 1 minute(s) read
Specifies the starting position of symbol 0 in the first subframe of an LAA uplink burst. Refer to section 5.6 of the 3GPP 36.211 specification for more information regarding LAA uplink start position.
Syntax
RFMXLTE_ATTR_LAA_UPLINK_START_POSITION
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
3162201 | int32 | Read/Write | Carrier |
Remarks
Use "carrier<k>" or "subblock<n>/carrier<k>" as the selector string to configure or read this attribute.
The default value is 00.
Name | Value | Description |
---|---|---|
RFMXLTE_VAL_LAA_UPLINK_START_POSITION_00 | 0 (0x0) | The symbol 0 in the first subframe of an LAA uplink burst is completely occupied. There is no idle duration. |
RFMXLTE_VAL_LAA_UPLINK_START_POSITION_01 | 1 (0x1) | The starting position of symbol 0 in the first subframe of an LAA uplink burst is calculated as per section 5.6 (frame structure type 3) of the 3GPP 36.211 specification. The symbol is partially occupied. |
RFMXLTE_VAL_LAA_UPLINK_START_POSITION_10 | 2 (0x2) | The starting position of symbol 0 in the first subframe of an LAA uplink burst is calculated as per section 5.6 (frame structure type 3) of the 3GPP 36.211 specification. The symbol is partially occupied. |
RFMXLTE_VAL_LAA_UPLINK_START_POSITION_11 | 3 (0x3) | The symbol 0 in the first subframe of an LAA uplink burst is completely idle. Symbol 0 is not transmitted in this case. |