Wireless Retransmission Counter Reset Mechanism

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In wireless communication systems, managing retransmission counters efficiently is challenging due to limited resources and the need to minimize latency, especially in applications sensitive to delay and reliability.

Innovation Solution

A method is introduced where a retransmission counter associated with a data unit is incremented and reset to zero when it reaches a maximum value, with a max retransmission indication reported to the upper layer, and optionally resetting other counters within the same protocol data unit, facilitating efficient retransmission management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the retransmission counter is continuously incremented without reset, then the counter accurately tracks retransmission attempts, but the system complexity increases and latency accumulates

Engineering Contradiction:
Improveretransmission tracking accuracyVSAvoidcounter management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies the discarding and recovering principle by resetting the retransmission counter to zero when it reaches a maximum value. This allows the counter to be reused for new data units, preventing unlimited counter increments while maintaining accurate tracking of retransmission attempts within each data unit's lifecycle. The counter is discarded (reset) and recovered (reused) efficiently.

Inventive Principle:
Principle #34Discarding and recovering

Solution Approach 2:

The patent changes the state parameter of the retransmission counter from a continuously increasing value to a bounded value that resets at a maximum threshold. This parameter change (from unbounded increment to bounded reset) resolves the contradiction by maintaining tracking accuracy while preventing system complexity from accumulating indefinitely.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If the retransmission counter is reset to zero after reaching max value, then the counter can be reused efficiently, but ambiguity may arise in tracking retransmission history

Engineering Contradiction:
Improvecounter reuse efficiencyVSAvoidretransmission history information
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent segments the counter management into independent per-data-unit counters rather than a single cumulative counter. Each data unit has its own retransmission counter that is reset independently, allowing efficient reuse while maintaining clear association between counter values and specific data units. This segmentation eliminates ambiguity about which data unit the counter refers to.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements feedback mechanisms where the reset of retransmission counters is triggered by specific events (maximum value reach, successful transmission, or data unit release). This event-driven feedback ensures that counter resets occur at appropriate moments, maintaining productivity while preserving necessary retransmission history information through the feedback trigger conditions.

Inventive Principle:
Principle #23Feedback

3Use of energy by moving object

If multiple data units share the same counter resource, then resource utilization improves, but counter management becomes ambiguous and error-prone

Engineering Contradiction:
Improvecounter resource utilizationVSAvoidcounter management accuracy
Core Design Contradiction:
Use of energy by moving objectVSReliability

Solution Approach 1:

The patent segments the counter resource into multiple independent counters, one for each data unit, rather than sharing a single counter among multiple data units. This segmentation improves reliability by ensuring each counter accurately tracks its associated data unit's retransmissions without ambiguity, while the modular structure maintains efficient resource utilization through independent management.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11374692B2Method and apparatus for managing retransmission counter in wireless communication system
Publication Date: 2022.06.28 LG ELECTRONICS INC
  • US11374692B2 patent drawing
  • US11374692B2 patent drawing
  • US11374692B2 patent drawing

AI summary

The present invention relates to a method for performing retransmissions by a transmission end in a wireless communication system. In particular, the method includes the steps of: re-transmitting a data unit to a reception end; and increasing a retransmission counter associated with the data unit, when the retransmission counter associated with the data unit reaches to a max value, reporting a max retransmission indication to an upper layer and setting the retransmission counter associated with the data unit to zero.