Base Station Connection Resume Reject Handling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current communication technologies face issues where user equipment (UE) fails to interpret rejection messages from base stations, leading to resource wastage and increased power consumption due to improper operations after connection resume requests are rejected.

Innovation Solution

Implementing a method where base stations send connection resume reject messages to UE with specific cause values indicating rejection reasons, allowing UE to perform appropriate processing and reducing power consumption by informing it of rejection causes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If base station sends rejection message without cause value, then message structure is simple, but UE cannot interpret rejection properly leading to resource waste and increased power consumption

Engineering Contradiction:
Improverejection cause informationVSAvoidmessage structure
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The rejection message is segmented into essential components: a basic rejection indication and an optional cause value field. This segmentation allows the message to convey minimal information (rejection status) while optionally including additional information (cause value) when needed, thus resolving the contradiction between information completeness and message simplicity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The cause value field is implemented as an optional partial action - it is included only when specific rejection scenarios require additional information. This partial inclusion of information allows the system to maintain simple message structures for common cases while providing enhanced information when necessary, balancing message complexity with information completeness.

Inventive Principle:
Principle #16Partial or excessive action

2Reliability

If UE continuously attempts connection without understanding rejection cause, then connection resumption may eventually succeed, but power consumption increases and resources are wasted

Engineering Contradiction:
Improveconnection resumption successVSAvoidUE power consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The cause value in the rejection message provides feedback to the UE about why the connection resumption was rejected. This feedback enables the UE to understand the rejection reason (such as integrity check failure, network overload, or prohibited access) and adjust its behavior accordingly, rather than blindly retrying connections and wasting power.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The UE uses the cause value information to self-adjust its connection resumption strategy. For example, upon receiving an integrity check failure cause, the UE can autonomously discard the resume message and initiate a new connection procedure, or upon receiving network overload indication, it can delay retry attempts. This self-service capability reduces unnecessary power consumption while maintaining connection reliability.

Inventive Principle:
Principle #25Self-service

3Reliability

If base station detects multiple rejection causes, then connection security is improved, but message size increases

Engineering Contradiction:
Improvenetwork connection securityVSAvoidmessage data volume
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

Multiple rejection causes are merged into a single cause value field within the rejection message. Rather than sending separate messages or multiple cause indicators, the system consolidates all relevant rejection information into one compact field, maintaining security through comprehensive cause indication while minimizing message data volume.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11711864B2Network connection method and device
Publication Date: 2023.07.25 BEIJING XIAOMI MOBILE SOFTWARE CO LTD
  • US11711864B2 patent drawing
  • US11711864B2 patent drawing
  • US11711864B2 patent drawing

AI summary

A method for implementing network connection, applied to a base station, includes: receiving a connection resume request message sent by user equipment (UE); detecting, according to the connection resume request message, that at least one rejection cause of rejecting connection resumption is met; and sending a connection resume reject message to the UE, wherein the connection resume reject message carries a cause value indicating the at least one rejection cause.