-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unstable srsue traffic #934
Comments
Do you run both gnb and srsUE on the same PC? |
No, the gNB and srsUE is run on two different linux machines. |
Could you share your logs? |
I tried lowering the bandwidth from 20 MHZ to 10 MHZ but the situation remains the same. |
It looks logs are not getting uploaded. |
could you try to apply the patch from this comment to srsUE, recompile and try again? |
Thanks for the patch.
I then reverted these changes
My routing table before modifying routing table looks as after srsue attach:
After I reverted the changes back, my routing table looks like:
There is difference in routing table. I am not sure, How its impacting the traffic & how to revert it back. Please guide. For reference, my routing table in gNB machine looks as:
|
you can just reboot the machine, the routing changes you did are not persistent. |
I rebooted both the PCs multiple times but still the same issue. |
Could you share gnb and srsUE logs? |
I am able to fix the setup. I re-installed the srsran project and re-applied the FPGA. |
@pgawlowicz any update on this issue? |
@Waseem0808 I apologize for the delay, Did you have any success with this issue? |
I downgraded the bandwidth from 20Mhz to 10Mhz. I also used srsUE patch and it looks better.
MCS | CHANEL | DL_RATE | Comments
5 | 10MHZ | 4.7Mbps | SRSUE, Stability at least 10 min 6 | 10MHZ | 5.7Mbps | SRSUE, Stability at least 10 min 7 | 10MHZ | 6.6Mbps | SRSUE, Stability at least 10 min 8 | 10MHZ | 7.7Mbps | SRSUE, Stability at least 10 min 9 | 10MHZ | 8.7Mbps | SRSUE, Stability at least 10 min I sometimes need to rerun the testcase multiple times for the mentioned stability. |
Issue Description
DL traffic is very unstable in SRSUE and is causing the connection release.
Setup Details
A linux machine where gNB runs thru UHD B200 SDR with 10 MHZ geobondar clock in FDD mode(band 3).
In the same linux machine, open5gs is also running.
An another linux machine, where srsUE runs.
gNB configuration:
gNB.txt
Note: The gNB config is modified so it serves for both SRSUE COTS UE.
srsUE configuration:
srsUe.txt
I am using iperf tool to pump DL traffic (UDP):
Command in Server (srsUE PC): iperf -i 60 -s -b 5M -u
Command in Client (gNB/open5gs PC): iperf -i 30 -t 600 -c 10.45.0.2 -b 5M -u
nb_ngap file:
nb_ngap.zip
Expected Behavior
The DL traffic runs without interpretation.
Actual Behaviour
The 5Mbps traffic runs for few minutes (around 5 minutes) and then connection suddenly releases because of high error rate.
The error rate suddenly jumps to quite high.
If I try higher data rates then connection release even much earlier.
I am adding few gNB snapshots along with time.
srsueSnapshot:
iperf snapshots:
Server:
Client:
Additional Information
The performance script is run first.
Enabling more logs is making connection to loose connection much faster.
The text was updated successfully, but these errors were encountered: