UE Message Retransmission After Radio Link Failure

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In wireless communication systems, user equipment (UE) initiated messages, such as MBMS interest indications, IDC indications, and power preference indications, are not reliably retransmitted after a radio link failure or handover failure, leading to incomplete message transmission and user experience issues.

Innovation Solution

A method where the UE submits messages to the PDCP and RLC layers, detects radio link or handover failures, checks for acknowledgement from the network, reestablishes the connection, and retransmits the message upon successful reconnection if no acknowledgement is received, ensuring reliable message delivery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the UE performs reestablishment procedure upon detecting radio link failure or handover failure, then the connection is restored, but the previously transmitted message is lost and cannot be retransmitted

Engineering Contradiction:
Improvemessage transmission reliabilityVSAvoidmessage loss during reestablishment
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The UE stores the message in the RLC layer before transmission and maintains it after reestablishment, allowing the message to be retransmitted if ACK is not received. This preliminary storage action ensures the message survives the reestablishment process.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The UE checks whether the RLC layer receives ACK for the transmitted message after reestablishment. If ACK is not received, the UE retransmits the message. This feedback mechanism ensures reliable delivery despite connection failures.

Inventive Principle:
Principle #23Feedback

2Reliability

If the L2 performs ARQ and HARQ retransmissions to reliably carry the message, then message delivery is improved, but upon reestablishment the L2 cannot retransmit the message anymore

Engineering Contradiction:
Improvemessage delivery reliabilityVSAvoidcomplexity of message retention mechanism
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The RLC layer acts as an intermediary that stores the message between the RRC layer and the L2 retransmission mechanisms. This intermediary storage allows the message to persist through reestablishment and enables coordinated retransmission across different protocol layers.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If the UE retransmits the message upon reestablishment, then complete message transmission is ensured, but additional transmission overhead and time are required

Engineering Contradiction:
Improvecomplete message transmissionVSAvoidtime for retransmission after reestablishment
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The UE performs selective retransmission only when necessary (when ACK is not received after reestablishment), rather than always retransmitting. This partial action approach ensures reliability when needed while avoiding unnecessary time loss when the message was already successfully transmitted.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS9699822B2Method and apparatus for transmitting message in wireless communication system
Publication Date: 2017.07.04 LG ELECTRONICS INC
  • US9699822B2 patent drawing
  • US9699822B2 patent drawing
  • US9699822B2 patent drawing

AI summary

A method and apparatus for transmitting a message in a wireless communication system is provided. A user equipment (UE) submits a message to a packet data convergence protocol (PDCP) layer and a radio link control (RLC) layer, detects a radio link failure or a handover failure, checks whether the RLC layer receives acknowledgement (ACK) to the message from the network, reestablishes the connection with the network, and retransmits the message upon the reestablishment if the RLC layer does not receive the ACK to the message.