RAN Parser Identity Correlation Across Vendors and Wireless Technologies

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing RAN parsers are vendor and technology-specific, making them inflexible and requiring centralized deployment, which hinders real-time data processing and correlation of user identities across different mobile network technologies.

Innovation Solution

A Cloud Native Parser that converts input data into a vendor-agnostic format, enabling real-time correlation and encryption of user identities across multiple technologies, allowing deployment at the edge or central locations, and utilizing a REST API for in-memory storage management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If RAN parsers are vendor and technology-specific, then they can be simpler in design, but they become inflexible and require centralized deployment which reduces adaptability

Engineering Contradiction:
Improvevendor-agnostic capabilityVSAvoidparser architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The parser is divided into modular components: a vendor-specific message reader layer that handles format conversion, and a vendor-agnostic procedural data record generator layer that processes standardized data. This segmentation allows the system to maintain simplicity in each layer while achieving overall vendor-agnostic capability through the interface between layers.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A standardized intermediate data structure is introduced between vendor-specific input formats and the procedural data record generation logic. This intermediary layer translates various vendor formats into a common representation, enabling the core processing logic to remain vendor-agnostic without directly handling multiple format complexities.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If RAN parsers require centralized deployment, then data processing can be more controlled, but real-time data processing and correlation capabilities are reduced

Engineering Contradiction:
Improvereal-time data processing speedVSAvoiddeployment complexity
Core Design Contradiction:
SpeedVSEase of operation

Solution Approach 1:

The centralized parser architecture is segmented into independent, deployable units that can be distributed to edge locations. Each unit maintains the complete vendor-agnostic processing capability, allowing real-time processing at the edge while the system as a whole provides centralized control through standardized data collection and correlation interfaces.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The parser design implements universal processing logic that can function independently at distributed edge locations or be coordinated centrally. The same vendor-agnostic procedural data record generation logic serves both distributed real-time processing needs and centralized data correlation requirements, enabling flexible deployment configurations.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Loss of information

If user identity correlation is performed across multiple vendor technologies, then data correlation capability is improved, but computational complexity increases

Engineering Contradiction:
Improveuser identity correlation accuracyVSAvoidcomputational processing complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

User identity information is extracted and correlated at the procedural data record generation stage, before detailed processing occurs. The parser identifies and extracts relevant identity correlators from vendor-specific messages, then uses these extracted elements for correlation across technologies, reducing the computational burden of comparing complete datasets from multiple vendors.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system transforms vendor-specific identity parameters into standardized parameter representations during the format conversion phase. By changing the parameter representation to a common format early in the processing pipeline, the correlation operation becomes simpler and more efficient, as it operates on standardized rather than vendor-specific parameter structures.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentEP4336814B1MME writer and identity service for ran parser
Publication Date: 2026.03.25 TC FRANCE SAS
  • EP4336814B1 patent drawingFigure 1
  • EP4336814B1 patent drawingFigure 2
  • EP4336814B1 patent drawingFigure 3

AI summary

A method (100) includes receiving (102) data from (i) a data stream from one or more sources or (ii) one or more files, wherein the one or more sources and the one or more files are from systems associated with a mobile network; analyzing (104) and summarizing relevant information from the data stream, wherein the relevant information includes data associated with user identities; transforming (106) the relevant information includes into a common output format, wherein the common output format is a same format for one or more vendor's equipment and one or more wireless technologies; and storing (108) the relevant information in in-memory storage.