Multiple srsUEs latency #546
-
Dear all,
When using only one srsUE and connecting it directly to the gNB (without passing over the GNU Radio script), we can achieve much lower latencies:
We have tried generating both the python script and the c++ code from GNU Radio, but they both perform in the same way. Is this the default behavior, or is this a problem of our setup? And how could this problem be solved? Thank you, P.S. Is anyone working on the support of TDD for srsUE? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
there is a throttling element in the gnuradio flowgraph, that slows down the transfer of signal samples. You can speed it up by changing the slow-down factor, if you set 1.0 the samples should be passed with sample rate speed. However, note that the CPU load might be a limiting factor in the case of multiple UEs (there are multiple instances of srsUE process and signal samples have to be delivered and processed by each).
If you connect gnb and srsUE directly, the samples are passes as fast as possible, probably even faster than the sample rate.