How to achieve UE registration and PDU procedures using Packet Rusher #136
Replies: 2 comments
-
Hi Good evening, I am deploying PacketRusher in Kubernetes and successfully launching it with a single UE. However, when I run PacketRusher with the command ./packetrusher --config config.yml amf-load-loop -n 20 -t 20, it crashes. You can find the crash log in the provided file. Additionally, I attempted to launch multiple UEs using ./packetrusher --config config.yml multi-ue -n 1 -d true -t true, but I encountered the following issue: Even when I tried launching with a single UE in multi-ue, I still faced the same problem. Could you please help me resolve this issue? I also tried running packet rusher with --multi-ue-pdu -n 5 --tr 60000 --td 60000 --npdu 1 -l true . but I didn't observer de registration and re registration of UE's packet_rusher_multi_ue_pdu.txt could you please help me to debug these issues. Thanks in advance Best Regards |
Beta Was this translation helpful? Give feedback.
-
I'm happy to help! To see all the possible commands, I would advise you to run the following the command: For the Handover procedures, you need two gNodeBs. As such, PacketRusher automatically creates a second gNodeB with the same configuration as the first gNodeB, but with the IP used by the second gNodeB next to the first gNodeB: if the first gNodeB has IP 10.0.0.1 in config.yml, the second gNodeB created automatically by PacketRusher will have IP 10.0.0.2 and this cannot be configured differently for now. What you are missing is the --tunnel and --dedicatedGnb parameters which are by default disabled when using multi-ue, eg: Please note, that you need a gNodeB per UE when using --tunnel and --dedicatedGnb. I hope it helped, feel free to reach out if you need more help! Thanks and best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello
I am planning to use packet rusher that involves triggering 5G core procedures such as registration, PDU connection, deregistration, and handover using Packet Rusher. Specifically, I need to:
Trigger 100 registration instances.
Trigger 30 PDU connection instances.
Trigger 50 deregistration instances.
Trigger 20 combined registration and PDU connection instances.
Trigger 10 handover procedures.
Amf load testing
For my setup, I am using the Radiant Open5G Core Helm chart to deploy Open5GCore on Kubernetes and also using the PacketRusher Helm chart to deploy Packet Rusher. Could you please provide guidance or examples on how to achieve these using Packet Rusher? Any documentation and detailed steps would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions