Skip to content
Discussion options

You must be logged in to vote

Hi Rafal,
the ZMQ operation is designed for running at the maximum speed the slowest device in the network can handle. The receiver entities throttle the transmitters through the request/reply pattern.

When you have low bandwidth and use sockets or IPC in the same machine it runs faster than the ideal sampling rate. You could potentially use the following throttling option to limit the sampling rate:

$ gnb -c yourconfig.yml ru_sdr expert_cfg --low_phy_dl_throttling=0.99

However, I suggest your application throttles the transmitter by stopping the ZMQ requests.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pgawlowicz
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by RafalArciszewski
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@xavierarteaga
Comment options

@RafalArciszewski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants