Radio Network Controller Demotion Protocol for Cellular Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

State machine promotions and demotions in cellular communications networks lead to inefficient radio resource usage and energy consumption due to 'tail effects', where demotions can occur too early, interrupting background packet transmissions and degrading user experience.

Innovation Solution

A state-machine-aware application protocol that includes an online scheduler and a new batching protocol, where packets are labeled as 'N', 'B', and 'T' to manage demotions based on the completion of batching transfers and the presence of background packets, allowing for safe state transitions without interrupting ongoing transmissions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If demotion is performed immediately after batching transfer completion, then radio resource usage efficiency is improved, but background packet transmission may be interrupted

Engineering Contradiction:
Improveradio resource usage efficiencyVSAvoidbackground packet transmission reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary detection of background packet status before executing demotion. The RNC checks whether background packets are present in the buffer before transitioning the state machine from CELL_DCH to CELL_FACH state, preventing premature demotion that would interrupt background transmissions

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanism by continuously monitoring the buffer status for background packets. The state machine demotion decision is based on real-time feedback about whether background packets are active, ensuring demotion only occurs when safe to do so without interrupting ongoing transmissions

Inventive Principle:
Principle #23Feedback

2Reliability

If state machine demotion is delayed to ensure background packet completion, then transmission reliability is improved, but tail effects increase wasting energy and resources

Engineering Contradiction:
Improvetransmission reliabilityVSAvoiddevice energy consumption
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The system performs preliminary checking of buffer status before demotion to determine the earliest safe demotion point. By proactively detecting when background packets are no longer present, the system can demote immediately without delay, avoiding unnecessary energy consumption during tail periods

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses its own buffer status information to make autonomous demotion decisions. The RNC monitors its own buffer for background packets and automatically determines when demotion is safe, eliminating the need for external coordination or delayed demotion strategies

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If frequent state promotions and demotions are performed, then system adaptability is improved, but management overhead increases

Engineering Contradiction:
Improvesystem adaptabilityVSAvoidmanagement overhead
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system extracts and separates foreground and background packet handling into distinct processing paths. By identifying and isolating background packet status checking from the general packet processing flow, the system reduces management overhead while maintaining adaptability to different packet types

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS8606290B2Method and apparatus for performing a demotion in a cellular communications network
Publication Date: 2013.12.10 AT&T INTELLECTUAL PROPERTY I L P
  • US8606290B2 patent drawing
  • US8606290B2 patent drawing
  • US8606290B2 patent drawing

AI summary

A method, computer readable medium and apparatus for performing a demotion in a cellular communications network are disclosed. For example, the method receives a packet indicating that a batching transfer is completed, determines if a background packet was received after receiving the packet indicating that the batching transfer is completed and demotes a state of a state machine implemented by a radio network controller to a lower state if the background packet was not received.