[srslte-users] ZeroMQ Application in separated Machines for eNB - UE

Qing An Qing.An at rice.edu
Tue Jul 13 14:12:49 UTC 2021


Hi there,

I try to use ZeroMQ to run eNB and UE on different machines and find some related postings in the mailing list which suggests changing “localhost” in the argument of tx_port and rx_port.

I follow this suggestion and

Run eNB with command

“./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args="fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://(IP address of UE server):2001,id=enb,base_srate=23.04e6"
”

Run UE with command
sudo ./srsue/src/srsue --rf.device_name=zmq --rf.device_args="tx_port=tcp://*:2001,rx_port=tcp://(eNB server IP address):2000,id=ue,base_srate=23.04e6"

After that, the terminal which runs UE shows attaching UE ... and nothing else.

Could you give me some suggestions? Thanks so much.

Best,

Albert

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20210713/c9e739b2/attachment.htm>


More information about the srsran-users mailing list