About UL Decode Info (LTE)

UL Decode Info contains the decoded information from PUCCH Physical Uplink Control Channel and PUSCH Physical Uplink Shared Channel.

The upper section shows the status of the PUCCH and PUSCH decoders (On or Off). The lower part of the table shows the decoded information for each frame.

The data is color coded to match the color of the corresponding channel in the Frame Summary trace. For example, any text that is colored yellow represents information from PUCCH.

Uplink Decoded Information

The decoded information for each frame is denoted by the text Frame Num 0xNNN where NNN is the frame number in hexadecimal format.

Common information

The following fields in the UL Decode Info table are common to both PUCCH and PUSCH.

PUCCH information

Size metrics indicate number of most-significant bits

PUCCH decoding results shown per subframe include:

Decoded PUCCH HARQ-ACK, CQI / PMI, and SR information bits are aligned in the most-significant bits within the respective Info hexadecimal value.

PUSCH information

Size metrics indicate number of most-significant bits

This trace shows the following PUSCH channel decoded message content for each subframe:

When PUSCH HARQ-ACK, RI Rank Indicator, or CQI / PMI Info Size is specified manually, if decoding results in either a CRC failure or there are detected bit errors for the corresponding information bits, the demodulator will append the letter F after the decoded bits for the appropriate Info field in UL Decode Info table, indicating decode failure. In this case, the user should confirm that the Info Size and Offset Index parameters match the expected signal content.

When the Auto checkbox is enabled for the HARQ-ACK, RI, or CQI / PMI Info Size parameters within Decode tab, the demodulator will attempt to auto detect the appropriate multiplexed control region information size as far as possible.

For certain test signal configurations there may not be an adequate number of mapped control information resource elements for reliable auto detection. In this situation, autodetected HARQ-ACK, RI, or CQI / PMI Info Size is questionable, and a question mark (?) will be appended to the bits for the corresponding Info field in the UL Decode Info table, indicating that the decoded bits are questionable.

Any bits are marked as questionable should then be validated against expected test signal content. Note that you can manually specify HARQ-ACK, RI, or CQI / PMI Info Size parameters to validate any questionable size results.

Decoded PUCCH HARQ-ACK, CQI / PMI, and RI information bits are aligned in the most-significant bits within the respective Info hexadecimal value.

Querying summary table data results programmatically

To programmatically query the Trace Summary Table data results using the Summary() and SummaryUnit() methods in the MeasurementData object.

See the How To Query Summary Table Data Results topic for more information.

Syntax: app.Display.Traces.SelectedItem.DataName = "Demod UL Decode Info1";

The indexes of the UL Decode Info data values change depending on which channels are enabled in the Profile tab of the LTE Demod Properties dialog box. Instead of using hardcoded indexes to retrieve the data values, you can use a data result name to query the data value.

Below is a table with the list of possible data result names.

UL Decode Info data results

Data Result Name

Description

PUCCH Decoder

PUSCH Decoder

Decoder status for channel: On or Off
SFN System Frame Number_Fx_IE Header for decoded information from frame x
PUSCH_Fx_SF 1) Spreading Factor, or 2) service flow: A unidirectional flow of medium access control (MAC) service data units (SDUs) on a connection that is provided a particular Quailty of Service (QoS).nIE#t Decoded PUSCH information for frame x, subframe n, and transport block t
PUCCH_Fx_SFnIE#t Decoded PUCCH information for frame x, subframe n, and transport block t

In the data result names above, x = 0 indicates the first frame found in the Measurement Interval.

See Also

PUSCH Decode Parameters

PUCCH Decode Parameters

PUCCH Bits

PUSCH Bits