Downlink Assignment Indicator Handling for Missed DCI Detection
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
In wireless communications systems, user equipment (UE) may fail to decode downlink control messages due to interference, leading to missed data transmissions, and existing methods for identifying missed messages are inaccurate when different downlink control information (DCI) fields have varying bit sizes.
Innovation Solution
The UE employs techniques to handle downlink assignment indicators (DAIs) with different bit sizes by performing a reverse modulo operation using the minimum number of bits associated with the DAI fields and ordering detected DAIs across component carriers and monitoring occasions to accurately identify missed messages.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If the UE uses traditional DAI detection methods, then the system can handle downlink control messages, but the detection accuracy deteriorates when different DCI fields have varying bit sizes
Solution Approach 1:
The patent changes the parameter of modulo operation from fixed to dynamic by using the minimum DAI field bit size among all received DCI messages as the new modulo value. This allows the system to adapt to varying bit sizes while maintaining accurate DAI detection through the formula: new_DAI = (received_DAI + offset) % min_bit_size
Solution Approach 2:
The patent segments the DAI detection process into distinct steps: identifying the minimum bit size among all DCI messages, performing reverse modulo operation with this minimum value, and reconstructing the original DAI sequence. This segmentation allows each step to be optimized independently for accuracy
2Productivity
If the UE receives multiple downlink control messages across different component carriers, then the system can support carrier aggregation, but the complexity of identifying missed messages increases
Solution Approach 1:
The patent creates a universal DAI detection method that works across all component carriers regardless of their individual DCI field bit sizes. By using the minimum bit size as a common modulo base, the system achieves carrier-agnostic DAI reconstruction that simplifies the overall process while maintaining support for multi-carrier operations
Solution Approach 2:
The system uses feedback from the received DCI messages themselves to determine the detection strategy. By analyzing the bit sizes of actually received messages and using the minimum observed size for modulo operations, the system adapts its detection complexity based on the actual reception pattern rather than assuming worst-case scenarios
3Reliability
If the UE performs reverse modulo operation with minimum bit size, then the accuracy of detecting missed messages improves, but the processing complexity increases
Solution Approach 1:
The patent applies partial action by performing the computationally intensive reverse modulo operation only on the necessary subset of received DAIs - specifically using only the minimum bit size information and the offset values from received messages. This avoids exhaustive processing of all possible DAI combinations while maintaining detection reliability
Data Source
Figure 1
Figure 2
Figure 3
AI summary
Methods, systems, and devices for wireless communications are described to enable a user equipment (UE) to identify one or more missed downlink control messages. The UE may use indicators received with downlink control messages to order the downlink control messages and determine if a message is missing. Indicators in different downlink control messages may be transmitted using different numbers of bits, and the UE may use methods to compare the indicators with different bit sizes. The UE may compare all the indicators using the smallest indicator bit size or may compare indicators in sequential pairs, using a shared bit size for indicators having a same bit size and using a smallest bit size for indicators having different bit sizes. After comparing indicators and determining if one or more messages are missing, the UE may notify the base station of any missing downlink control messages using a feedback message.