RFMXNR_ATTR_PIBY2BPSK_POWER_BOOST_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies the power boost for PI/2 BPSK signal when you set the RFMXNR_ATTR_FREQUENCY_RANGE attribute to Range 1. This attribute is valid only for uplink direction.
Syntax
RFMXNR_ATTR_PIBY2BPSK_POWER_BOOST_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
9437342 | int32 | Read/Write | N/A |
Remarks
For PI/2 BPSK modulation, if this attribute is set to True, RFMXNR_ATTR_POWER_CLASS attribute to 3,RFMXNR_ATTR_BAND attribute to 40, 41, 77, 78, or 79, and the RFMXNR_ATTR_PUSCH_SLOT_ALLOCATION attribute is set such that, at most 40% of the radio frame is active, then the EVM Equalizer spectral flatness mask specified in section 6.4.2.4.1 of 3GPP 38.101-1 is used. Otherwise the EVM Equalizer spectral flatness mask specified in section 6.4.2.4 of 3GPP 38.101-1 is used.
When you set the Frequency Range attribute to Range 2-1 or Range 2-2, the measurement ignores the PIby2BPSK Pwr Boost Enabled attribute. In this case, when you set the RFMXNR_ATTR_MODACC_SPECTRAL_FLATNESS_CONDITION attribute to Normal, the equalizer spectral flatness mask as specified in section 6.4.2.5 of 3GPP TS 38.101-2 is used for the PI/2 BPSK signal. Otherwise, the equalizer spectral flatness mask as specified in section 6.4.2.4 of 3GPP 38.101-2 is used.
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is False.
Name | Value | Description |
---|---|---|
RFMXNR_VAL_PIBY2BPSK_POWER_BOOST_ENABLED_FALSE | 0 (0x0) | Power boost for PI/2 BPSK modulation is not enabled. |
RFMXNR_VAL_PIBY2BPSK_POWER_BOOST_ENABLED_TRUE | 1 (0x1) | Power boost for PI/2 BPSK modulation is enabled. |