-
Notifications
You must be signed in to change notification settings - Fork 194
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
gnb: "Error: exceeded maximum number of timed out transmissions" #772
Comments
Something else that might be significant. After the "exceeded maximum number of timed out transmissions" error, I cannot restart gnb. It segfaults. I have to unplug the USB cable and plug it back in. Then I can restart gnb. It reloads the FPGA firmware. Also, tried to change from 11.52 to 23.04 MHz. No effect..... This combination of hardware/software is broken, and there is no obvious reason why..
|
I experienced the same problem with the B210. I never fully resolved it, but I assume it has to do with the USB controller being overloaded - tho I can't say for sure. |
could you try with uhd4.3? |
Hello, I downloaded uhd4.3.0.0 and built it in its own separate space, then modified the CMakeCache.txt file to point to the new LIBS and INCLUDE directory. The rest of my system (GNURadio, etc) relies on the installed UHD3.15.0
So with it pointing to the new version of UHD host, I did a 'make clean' and 'make -j4' to rebuild srsRAN_Project. At long last, tried to run it with the new version but same result :(
I am at my wit's end :( |
Yes, I saw that and I believe there was another thread on this same issue. Someone else mentioned it had something to do with the GPSDO. So I reverted to using internal clock source. I have tried all six of my machine's USB3.0 ports, including unplugging unused USB peripherals. Nothing matters. |
@dominikheinz I think I've stumbled upon something here. I dropped my TX gain from 70 down to 40 and saw that it goes longer before the error shows up. Anything less than 40, and it could go as much as 7 minutes. There might still be 1 over or under flow which is fine. When I set the TX gain to 70 or above, the error shows up in 2 minutes on average. I did this back and forth several times this evening until I was convinced that there was a pattern here. So, even though the Bxx series is "bus powered", realistically the SDR board needs dedicated power. I also take note of the fact that a purely Rx application like uhd_fft can run indefinitely on bus power. Now to find a 6VDC power supply with appropriate plug diameter. Looks like a typical 5.5mm. Interesting to note that lsusb doesn't return a realistic max_power for my B200. Always shows 8ma:
Hope this helps! |
@tiger762 I had the issue, regardless is the B210 has external power or not. |
Hi
|
Issue Description
Hello. Trying to stand up a gnb but neither an IPhone 12 nor a OnePlus N200 can discover the 5G network. Using band 71 (617-652 down, 663-698 up)
Setup Details
Ubuntu 22.04.4 LTS
srsRAN 5G gNB version 24.04.0
Ettus B200 (UHD_4.1.0.5-3)
Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
IPhone 12 and OnePlus N200
GPSDO providing 10MHz sinewave to port of B200
Expected Behavior
That the gnb runs stably, maybe an overflow or underflow every once in a while, and the 5G handsets discover the network
Actual Behaviour
Always this error:
Error: exceeded maximum number of timed out transmissions.
Less often, one of these:
Error: unhandled error in Rx metadata ERROR_CODE_BAD_PACKET
[ERROR] [STREAMER] The receive packet handler caught a value exception.
[ERROR] [STREAMER] recv packet demuxer unexpected sid 0xabfea009
Steps to reproduce the problem
Additional Information
Just because someone is bound to ask, have tried all these suggested remedies:
Spectrum analyzer showing the 5MHz bandwidth:
The text was updated successfully, but these errors were encountered: