Telecommunication Service Node Closest User Terminal Search Method

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing telecommunication network systems incur high costs and consume network capacity by transmitting numerous requests and messages to determine the closest user terminals to a point of interest, as they require location data from all potentially relevant users, leading to excessive resource usage.

Innovation Solution

A method that sets a search range with an upper limit and iteratively queries cells with the lowest minimum distance to a point of interest, adjusting the range based on found user terminals' distances, thereby reducing the number of user data requests and excluding cells further away, optimizing power and network resource usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If location data is requested from all potentially relevant users to determine the closest user terminal, then the accuracy of finding the closest user is improved, but the network resource usage and power consumption increase significantly

Engineering Contradiction:
Improveaccuracy of finding closest userVSAvoidnetwork resource usage
Core Design Contradiction:
Measurement precisionVSLoss of energy

Solution Approach 1:

The network area is segmented into multiple cells, each with a calculated distance range to the point of interest. The system queries cells in order of increasing minimum distance, dividing the search space into manageable segments and stopping when the nth closest user is found, avoiding unnecessary queries in distant cells.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary calculations of distance ranges for all cells before querying user locations. By pre-determining which cells could potentially contain the closest users and ordering them by proximity, the system avoids unnecessary location requests and reduces network overhead.

Inventive Principle:
Principle #10Preliminary action

2Loss of information

If location data is requested from all potentially relevant users, then complete information is obtained, but the number of requests and messages transmitted in the network increases

Engineering Contradiction:
Improvecompleteness of user location dataVSAvoidnetwork capacity efficiency
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The system performs partial action by querying only the necessary number of cells to find the nth closest user. Once n users are found, the search stops, even if other cells remain unqueryed. This partial approach maintains information completeness for the required result while reducing network traffic.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system extracts only the essential information needed to solve the problem - location data from cells that could contain the closest users. By excluding data from distant cells that cannot contribute to finding the nearest users, the system reduces network messages while maintaining result accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

3Reliability

If the search range is set without an upper limit, then all possible user terminals are considered, but the time and resources required to complete the search increase

Engineering Contradiction:
Improvecompleteness of searchVSAvoidsearch completion time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary ordering of cells by their minimum distance to the point of interest before conducting the actual user search. This pre-sorted arrangement enables the algorithm to systematically query cells from closest to farthest, ensuring that the nth closest user is found efficiently without unnecessary searches in distant cells.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The search range upper limit is dynamically adjusted during the search process. As users are found in closer cells, the effective search boundary moves outward only as needed. This dynamic adjustment allows the system to complete the search faster by adapting the search scope to the actual distribution of users.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS8036684B2Closest user terminal search method for a telecommunication network and service node applying such a method
Publication Date: 2011.10.11 TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)
  • US8036684B2 patent drawing
  • US8036684B2 patent drawing
  • US8036684B2 patent drawing

AI summary

Service node for a telecommunication network (15) and method for determining a group of n user terminals (21) which are closest to a point of interest (22). First, a search range with an upper limit (24) is set. Then in an iterative manner, a current search cell of the set of cells (1-10) is determined and the search cell is queried for user data. The user terminals (21) are added to a set of found user terminals, and if the set of found user terminals comprises n or more user terminals (21), the upper limit (24) of the search range is adjusted to the nth lowest distance. This is repeated until no further possible cell (1-10) can be determined. The set of criteria can be set and matched with obtained user data to find a closest user terminal (21) having a specific role.