LTE Node Simulator GTP Packet Generation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for testing LTE network components, such as serving gateways, face inefficiencies in generating and updating GTP encapsulated RTP packets, particularly when IP addresses or other aspects of the GTP header change, which is crucial for simulating real-world network traffic and stress testing.

Innovation Solution

An LTE node simulator employs separate processing units to generate prepackaged headers including GTP, RTP, UDP, and IP headers, which are then combined with RTP payloads to form GTP packets, allowing for efficient transmission and dynamic updating of headers during simulated events like handovers, using a combination of hardware and software components like CPUs and FPGAs.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a single processing unit generates and updates GTP encapsulated RTP packets, then the system is simpler to implement, but the efficiency and speed of packet generation and header updating deteriorates

Engineering Contradiction:
Improvepacket generation efficiencyVSAvoidprocessing unit structure
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The processing unit is divided into multiple specialized processing units, each responsible for specific tasks in packet generation. This segmentation allows parallel processing of different packet components, significantly improving generation efficiency while maintaining manageable complexity through clear division of labor.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Headers are pre-assembled and prepared in advance by dedicated processing units before packet generation begins. This preliminary action allows headers to be ready for immediate combination with payloads, eliminating time-consuming header assembly during active packet transmission and improving overall productivity.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If headers are updated dynamically during packet transmission, then the system can simulate real-world network scenarios like handovers, but the complexity of managing header updates increases

Engineering Contradiction:
Improveheader updating capabilityVSAvoidheader management system
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The header management system is designed to be dynamic, allowing headers to be updated in real-time during packet transmission. This enables the simulation of real-world network scenarios such as handovers and bearer channel switches, where header information changes without interrupting overall packet flow.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

Dedicated processing units act as intermediaries between the packet generation system and the header update requirements. These intermediary units manage the complexity of dynamic header updates by handling modifications in a controlled manner, isolating the complexity from the main transmission pipeline.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Manufacturing precision

If packet transmission is interrupted to update headers, then header accuracy is maintained, but the overall transmission speed and productivity deteriorates

Engineering Contradiction:
Improveheader accuracyVSAvoidpacket transmission speed
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

Headers are prepared and validated in advance before packet transmission begins. This preliminary preparation ensures header accuracy is established upfront, eliminating the need to interrupt transmission for header updates while maintaining precision requirements.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system maintains continuous packet transmission by decoupling header updates from the transmission process. Multiple processing units enable header regeneration and validation to occur in parallel with ongoing packet transmission, ensuring both header accuracy and uninterrupted transmission speed.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS8774202B2Methods, systems, and computer readable media for generating general packet radio service tunneling protocol (GTP) encapsulated real-time transport protocol (RTP) packets in a long term evolution (LTE) node simulator
Publication Date: 2014.07.08 KEYSIGHT TECH SINGAPORE (SALES) PTE LTD
  • US8774202B2 patent drawing
  • US8774202B2 patent drawing
  • US8774202B2 patent drawing

AI summary

The subject matter described herein includes methods, systems, and computer readable media for generating GTP encapsulated RTP packets in an LTE node simulator. According to one method, and LTE node simulator uses a first processing unit to generate prepackaged headers for RTP payloads. The first processing unit communicates the prepackaged headers to a second processing unit separate from the first processing unit within the LTE node simulator. The second processing unit assembles GTP packets by combining the prepackaged headers with the RTP payloads. The second processing unit transmits the GTP packets to a device under test.