Skip to content

Commit 40e7cb7

Browse files
committed
Update Blog “open-sourcing-packetrusher-a-5g-core-performance-tester”
1 parent 3719871 commit 40e7cb7

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

content/blog/open-sourcing-packetrusher-a-5g-core-performance-tester.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,30 @@ tags:
1212
- ue
1313
- simulator
1414
---
15-
In the fast-evolving landscape of 5G technology, the demand for robust and efficient testing tools has never been higher. Enter PacketRusher, a cutting-edge 5G Core Network performance testing tool. As the lead developer behind this groundbreaking project, I am thrilled to share the power and potential PacketRusher holds in revolutionizing the way we test and optimize 5G networks.
15+
In the fast-evolving landscape of 5G technology, the demand for robust and efficient testing tools has never been higher. Enter PacketRusher, a cutting-edge 5G core Network performance testing tool. As the lead developer behind this groundbreaking project, I am thrilled to share the power and potential PacketRusher holds in revolutionizing the way we test and optimize 5G networks.
1616

1717
## PacketRusher
1818

19-
PacketRusher is a tool dedicated to the performance testing and automatic validation of 5G Core Networks. It tests a 5G Core Network via its external interfaces, as defined by the 3GPP : N1, N2 and N3 interfaces. The tool can emulate various types of User Equipment (eg. 5G phones or 5G-enabled IoT devices) and gNodeBs (eg. antennas in Radio Access Network), and it can validate and load-tests the 5G core network’s Control Plane functions using a set of pre-defined procedures on top of both New Generation Application Protocol (NGAP) and Non-access Stratum (NAS-5GS) 5G protocols. It enables users to tests 5G Core Networks with up to 100k simulated UEs simultaneously all from a simple Linux virtual machine, without the needs for expensive commercial tools, or 100k phones on a table ;-)
19+
PacketRusher is a tool dedicated to the performance testing and automatic validation of 5G Core Networks. It tests a 5G Core Network via its external interfaces as defined by the 3rd Generation Partnership Project (3GPP): N1, N2 and N3 interfaces.
20+
21+
22+
The tool can emulate various types of user equipment (eg. 5G phones or 5G-enabled IoT devices) on the N1 interface using the Non-access Stratum (NAS-5GS) 5G protocol. It can do stress testing of the 5G Core with up to 100k simulated user equipment doing simultaneously multiple 5G Control Plane’s procedures: Registration with authentication and Deregistration, Creation and Deletions of Protocol Data-Unit (PDU) Sessions.
23+
24+
25+
These user equipements can be used together with PacketRusher’s simulated gNodeBs (eg. antennas in Radio Access Network) implementing the N2 interface. These simulated gNodeB implements a set of pre-defined procedures on top of both New Generation Application Protocol (NGAP) which allow the usage of advanced gNodeB features as user equipment handover between gNodeB with PDU Session continuity.
26+
27+
The other most important feature of PacketRusher is its highly performant N3 generic tunnel. Alongside its control plane testing features, PacketRusher is also able to stress test the UPF of a 5G Core with user equipment being able to do each up to 5 GB/s of userplane traffic.
28+
29+
All of these features of PacketRusher can be offered from a simple Linux virtual machine, that can compiled in minutes, without the needs for expensive commercial tools, or 100k phones on a table ;-)
30+
2031

2132
## Architecture
22-
Before we understand how PacketRusher works, we need to understand the components of a minimal 5G network:
33+
Before I show you how PacketRusher works, it's important to have an understanding of the components of a minimal 5G network:
2334

2435
![High-level diagram of a 5G deployment](/img/high-level-diagram-of-a-5g-deployment.png "High-level diagram of a 5G deployment")
2536

2637
To summarize, there are essentially three main components:
27-
- User Equipment, which is any 5G device used directly by a user to communicate. For example, a smartphone or an IoT device.
38+
- User equipment, which is any 5G device used directly by a user to communicate. For example, a smartphone or an IoT device.
2839
- The gNodeB, which is the radio used for wireless communication between the User Equipment and the 5G network core.
2940
- And finally, the 5G network core itself, which manages all mobile network functionalities. This is the component that will manage phone authentication in the network, quality of service, routing to the data network, and so on...
3041

@@ -37,31 +48,22 @@ PacketRusher's behavior is quite simple; it essentially simulates two of the thr
3748
- At the same time, it connects to the 5G Core via its external interfaces, as if it were a black box.
3849
PacketRusher simulates both components en masse, which means it can simulate several user devices and gNodeBs at the same time.
3950

40-
For testing, PacketRusher implements main control plane procedures:
41-
* Supports UE attach/detach (registration/authentifcation/security mode) procedures
42-
* Supports Create/Delete PDU Sessions, up to 15 PDU Sessions per UE
43-
* Supports Xn handover: UE handover between simulated gNodeB (PathSwitchRequest)
44-
* Supports 5G Roaming
45-
46-
For throughput testing, PacketRusher implements high-performant N3 (GTP-U) interface:
47-
* Generic tunnel supporting all kind of traffic (TCP, UDP, Video…)
48-
* We tested iperf3 traffic, and Youtube traffic through PacketRusher.
49-
* We roughly reach 5 GB/s per UE, which is more than what a real UE can achieve.
51+
## Community contributions
5052

53+
Excitingly, PacketRusher has caught the attention of a leading industry player. Orange, a key player in the telecommunications sector, has recognized the potential of PacketRusher and is actively integrating it into their open-source GitHub project, [toward-5gs](https://github.com/Orange-OpenSource/towards5gs-helm).
5154

52-
## Community contributions
55+
56+
I would also like to mention the outstanding work of Github User [s5uishida](https://github.com/s5uishida) who made a [high-quality performance comparison](https://github.com/s5uishida/simple_measurement_of_upf_performance) of open-source UPF using PacketRusher.
5357

54-
Excitingly, PacketRusher has caught the attention of a leading industry player. Orange, a key player in the telecommunications sector, has recognized the potential of PacketRusher and is actively integrating it into their open-source GitHub project, [toward-5gs](https://github.com/Orange-OpenSource/towards5gs-helm).\
55-
We can also mention the outstanding work of Github User [s5uishida](https://github.com/s5uishida) who made a [high-quality performance comparison](https://github.com/s5uishida/simple_measurement_of_upf_performance) of open-source UPF using PacketRusher.
58+
## Join the 5G revolution
5659

60+
How 5G evolves will be based on community collaboration and you're invited to be a part of this exciting journey. Whether you are a seasoned developer, a researcher, or simply passionate about the possibilities of 5G, your contributions can make a significant impact.
5761

58-
## Join the 5G Revolution
62+
To get started, visit the [GitHub repository](https://github.com/HewlettPackard/PacketRusher) to access the source code, documentation, and engage with the community. Your feedback, suggestions, and contributions are invaluable in shaping the future of 5G technology.
5963

60-
We believe that the future of 5G is a collaborative one, and we invite you to be a part of this exciting journey. Whether you are a seasoned developer, a researcher, or simply passionate about the possibilities of 5G, your contributions can make a significant impact.\
61-
To get started, visit our [GitHub repository](https://github.com/HewlettPackard/PacketRusher) to access the source code, documentation, and engage with the community. Your feedback, suggestions, and contributions are invaluable in shaping the future of 5G technology.\
6264
At HPE, we are committed to pushing the boundaries of innovation, and with the release of PacketRusher as open-source, we are laying the foundation for a new era of connectivity.
6365

6466
PacketRusher is not just a testing tool; it's a community-driven effort to push the boundaries of 5G technology. Let's build the future of 5G together!
6567

66-
[Valentin D'Emmanuele](https://www.linkedin.com/in/valentin-d-emmanuele/),\
68+
[Valentin D'Emmanuele](https://www.linkedin.com/in/valentin-d-emmanuele/),
6769
Lead Developer and Maintainer, PacketRusher

0 commit comments

Comments
 (0)