HewlettPackard / PacketRusher

High performance 5G UE/gNB Simulator and CP/UP load tester.
Apache License 2.0
116 stars 26 forks source link

[BUG] gNB IP address is not incremented in NG Setup while testing Xn or N2 Handover Scenario #138

Open sambitcom opened 3 months ago

sambitcom commented 3 months ago

Describe the bug

gNB IP address is not incremented in NG Setup while testing Xn or N2 Handover Scenario. I see only SCTP port is incremented. For example I run ./packetrusher multi-ue -n 2 --xnh 4000.

I see 2 NG SETUP request from Same IP 192.1.1.1 with only port incremented. tool is not changing IP address in Pathswitch request also. Please find the pcap attached.

image image

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

IT Should increment IP and send new IP address in each NG setup request

Screenshots If applicable, add screenshots to help explain your problem.

Architecture (please complete the following information):

Log: If applicable, add log files to help understand your problem.

Pcap: If applicable, add pcap files to help understand your problem.

Additional context Add any other context about the problem here.

linouxis9 commented 3 months ago

Hi @sambitcom,

Thanks a ton for opening this issue, weird bug :-) Does this work correctly if you add the option --dedicatedGnb?

Thanks and cheers, Valentin

sambitcom commented 3 months ago

No it is not working in Dedicated Gnb.