About DL Decode Info (LTE)

DL Decode Info contains the decoded information from PBCH Physical Broadcast Channel, PDCCH Physical Downlink Control Channel, PHICH Physical Hybrid ARQ Indicator Channel, and PCFICH Physical Control Format Indicator Channel.

The upper section shows the status of the PBCH, PDCCH, PCFICH, and PDSCH Physical Downlink Shared Channel 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 green represents information about PBCH.

The screenshot below shows the decoded data for two frames.

PHICH information

The decoded PHICH Hybrid-ARQ Automatic Repeat Request 1) A distinct unit of data that is carried on an ARQ-enabled connection. Such a unit is assigned a sequence number, and is managed as a distinct entity by the ARQ state machines. Block size is a parameter negotiated during connection establishment. 2) automatic retransmission request - A signal used in digital communications systems used to signal the transmitting device to retransmit a block of data. (HARQ Hybrid Automatic Repeat Request) values are listed by PHICH Group for each subframe.

The values of the PHICHs in each PHICH group are listed in increasing order of PHICH Sequence index, starting with sequence 0 in the leftmost position and ending with NPHICHSF 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). - 1.

The values of the PHICHs are one of the following:

PBCH information

PBCH decoded information is available when PHICH Duration or Allocation(Ng) are set to Auto in the Downlink Control Channel Properties: Basic tab or when PBCH Bits is set to a value other than None.

A "CRC Cyclic Redundancy Check Invalid" message is shown when PBCH CRC fails. Otherwise the decoded PBCH contents are shown.

The following is a list of all the information contained in the PBCH section of the DL Decode Info trace.

PCFICH information

Decoded PCFICH information is available when the Auto check box is selected in the PDCCH Allocations section of the Downlink Control Channel Properties: Basic tab dialog box or when PCFICH Bits is set to a value other than None.

# PDCCH SymPerSubframe shows a comma separated list of values, one for each subframe, that indicate the number of symbols at the beginning of a subframe which are allocated to PDCCH.

PDCCH information

PDCCH information is available when RB Auto Detect Mode is set to Decode PDCCH or when PDCCH Bits is set to a value other than None.

The LTE Long Term Evolution demodulator uses the number of bits in a DCI Downlink Control Information payload to determine the DCI format. DCI formats 1b and 1d have the same number of bits and DCI format 1 can have the same number of bits as 1b and 1d. To work around these cases, the LTE demodulator provides the DCI Formats 1, 1B, 1D Detection Include parameter.

DCI Formats 3 and 3A have the same payload length as DCI Formats 0, 1A, 1B. To work around this ambiguity, see the TPC RNTI Range parameter.

The following is a list of all the information contained in the PDCCH section of the DL Decode Info trace.

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 DL Decode Info1";

The indexes of the DL 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.

DL Decode Info data results

Data Result Name

Description

PBCH Decoder

PCFICH Decoder

PDCCH Decoder

PDSCH Decoder

Decoder status for channel: On or Off
PBCH_Fx_IE Decoded information from PBCH for frame x
PCFICH_Fx_IE Decoded information (number of PDCCH symbols allocated for each subframe) decoded from PCFICH for frame x
PHICH_Fx_SFnIE Decoded HARQ Ack/Nack from PHICH for frame x and subframe n
PDCCH_Fx_SFnIE#t Decoded DCI message from PDCCH 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

About Frame Summary

About Symbol Table

Available Summary Tables