RFMXLTE_ATTR_NPUSCH_MODULATION_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the modulation type that is used by the narrowband physical uplink shared channel (NPUSCH). This attribute is valid when RFMXLTE_ATTR_NPUSCH_NUMBER_OF_TONES is equal to 1 and RFMXLTE_ATTR_NPUSCH_FORMAT is equal to 1. The modulation type for other configurations is defined in Table 10.1.3.2-1 of the 3GPP TS 36.211 specification.
Syntax
RFMXLTE_ATTR_NPUSCH_MODULATION_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
3162212 | 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 BPSK.
Name | Value | Description |
---|---|---|
RFMXLTE_VAL_NPUSCH_MODULATION_TYPE_BPSK | 0 (0x0) | Specifies a BPSK modulation scheme. |
RFMXLTE_VAL_NPUSCH_MODULATION_TYPE_QPSK | 1 (0x1) | Specifies a QPSK modulation scheme. |