RLC Recovery via MAC Feedback for Wireless Retransmission Delays

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Wireless communication systems face delays in data transmission due to the lack of efficient retransmission mechanisms, particularly in scenarios where maximum retransmission attempts are reached without acknowledgment, leading to increased round-trip times and reduced throughput.

Innovation Solution

Configuring a maximum retransmission number and implementing a method where the transmitter's upper protocol layer initiates retransmissions based on input from the lower protocol layer, even if no acknowledgment is received, and utilizing a reordering timer to manage sequence number gaps, thereby reducing transmission delays and enhancing throughput.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the transmitter waits for acknowledgment before retransmitting data, then transmission reliability is improved, but transmission delay increases

Engineering Contradiction:
Improvetransmission reliabilityVSAvoidtransmission delay
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The upper protocol layer proactively initiates retransmission before the lower layer receives acknowledgment, performing the retransmission action in advance based on predicted needs rather than waiting for confirmation

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanisms where the upper layer monitors lower layer transmission status and uses this information to trigger proactive retransmissions, creating a closed-loop control system that balances reliability and delay

Inventive Principle:
Principle #23Feedback

2Reliability

If the maximum retransmission number is increased, then transmission reliability is improved, but system complexity increases

Engineering Contradiction:
Improvetransmission reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system pre-configures the maximum retransmission number and establishes proactive retransmission triggers in advance, avoiding the need for complex real-time decision-making about whether to continue retransmitting

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system changes the retransmission parameter from a dynamic decision variable to a pre-configured constant value, simplifying the control logic while maintaining reliability through predictable retransmission behavior

Inventive Principle:
Principle #35Parameter changes

3Loss of time

If the transmitter proactively retransmits without waiting for NACK, then transmission delay is reduced, but risk of redundant transmissions increases

Engineering Contradiction:
Improvetransmission delayVSAvoidredundant transmission
Core Design Contradiction:
Loss of timeVSLoss of energy

Solution Approach 1:

The upper layer uses feedback from the lower layer transmission status to intelligently trigger proactive retransmissions only when necessary, avoiding redundant transmissions by monitoring actual acknowledgment patterns

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system dynamically adjusts its retransmission behavior based on real-time conditions, switching between waiting for acknowledgment and proactive retransmission modes depending on the specific transmission context and lower layer feedback

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS9906332B2Radio link control recovery based on medium access feedback
Publication Date: 2018.02.27 APPLE INC
  • US9906332B2 patent drawing
  • US9906332B2 patent drawing
  • US9906332B2 patent drawing

AI summary

A wireless communication system and method are presented for reducing retransmission delays between a UE and an eNB. The UE is configured to establish a communication link to the eNB according to an interface protocol comprising at least a MAC layer and a RLC layer. The RLC layer is notified with at least a PDU data based on input from the MAC layer if no HARQ ACK is received when a maximum retransmission number is reached. A sequence number (SN) of the PDU may then be retransmitted from the RLC layer to the eNB.