Wireless Control Information Encoding Using Bit Position Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Wireless communication systems face challenges in reliably sending and receiving control information, such as Channel Quality Indicator (CQI) and Acknowledgement (ACK) information, especially in scenarios where discontinuous transmission (DTX) occurs, leading to decoding errors and incorrect responses from the Node B.

Innovation Solution

A transmitter, such as a UE, encodes CQI and ACK information using a linear block code, mapping CQI to the most significant bits (MSBs) and ACK to the least significant bits (LSBs, and uses a Reed-Muller code to ensure the Node B can recover the information even in the presence of DTX, allowing for proper retransmissions when necessary.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional encoding methods are used for control information, then the transmission process is simple, but decoding errors occur in DTX scenarios leading to unreliable communication

Engineering Contradiction:
Improvereliability of control information transmissionVSAvoidcomplexity of encoding and decoding process
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The control information is segmented into two distinct parts: CQI information mapped to MSBs and ACK information mapped to LSBs. This segmentation allows the receiver to independently decode and interpret each part, improving reliability in DTX scenarios where the entire message might otherwise be corrupted. The CQI part can be reliably decoded even when ACK is not transmitted, and vice versa.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different parts of the control information are assigned different positional qualities within the encoded message structure. CQI information is placed in MSBs with higher significance, while ACK information is placed in LSBs. This local differentiation in quality and importance allows the system to prioritize reliable decoding of CQI while still attempting to decode ACK when present, resolving the contradiction between reliability and complexity.

Inventive Principle:
Principle #3Local quality

2Productivity

If CQI and ACK information are combined in a single message, then transmission efficiency is improved, but decoding errors propagate when DTX occurs

Engineering Contradiction:
Improvetransmission efficiency of control informationVSAvoidaccuracy of information recovery
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

While CQI and ACK information are transmitted together in a single uplink message to maintain productivity, the encoding structure segments them into distinct bit positions: CQI in MSBs and ACK in LSBs. This segmentation prevents error propagation because the receiver can independently validate and decode each segment, so an error in one does not necessarily corrupt the other.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The combined message structure assigns different local qualities to different information types. CQI information in MSBs receives higher decoding priority and robustness, while ACK in LSBs has lower priority. This allows the system to maintain high transmission efficiency while ensuring that critical CQI information is reliably recovered even when ACK transmission is discontinuous.

Inventive Principle:
Principle #3Local quality

3Loss of energy

If ACK information is not sent during DTX, then uplink resources are conserved, but the Node B cannot detect the lack of ACK leading to incorrect retransmission decisions

Engineering Contradiction:
Improveuplink transmission energy consumptionVSAvoidACK detection capability at Node B
Core Design Contradiction:
Loss of energyVSLoss of information

Solution Approach 1:

The MSB CQI information acts as an intermediary that carries implicit ACK status information. When the UE experiences DTX and cannot transmit ACK, the CQI transmission in MSBs serves as an intermediary signal that the Node B can detect to infer the UE's status. The Node B uses the presence and quality of CQI transmission as an indirect indicator of whether ACK should be retransmitted, resolving the information loss problem without requiring additional uplink energy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The CQI transmission mechanism serves dual purposes: it conveys channel quality information and simultaneously indicates ACK status when uplink resources are constrained. The existing CQI transmission infrastructure is made to self-serve the additional function of ACK status indication, eliminating the need for separate ACK transmission during DTX conditions and reducing uplink energy consumption while maintaining detection capability.

Inventive Principle:
Principle #25Self-service

Data Source

PatentEP2260604B1Encoding and decoding of control information for wireless communication
Publication Date: 2019.08.14 QUALCOMM INC
  • EP2260604B1 patent drawingFigure 1
  • EP2260604B1 patent drawingFigure 2
  • EP2260604B1 patent drawingFigure 3A~3C

AI summary

Techniques for sending control information in a wireless communication system are described. In one design, a user equipment (UE) may map first information (e.g., CQI information) to M most significant bits (MSBs) of a message and may map second information (e.g., ACK information) to N least significant bits (LSBs) of the message if the second information is sent, where M = 1 and N = 1. The UE may encode the message with a block code, e.g., encode the M MSBs with the first M basis sequences of the block code and encode the N LSBs with the next N basis sequences of the block code. The second information may include N ACK bits. The UE may set each ACK bit to a first value for an ACK or to a second value for a NACK. The second value may also be used for discontinuous transmission (DTX) of ACK information.