srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.49k stars 1.15k forks source link

simulate multiple UEs to the same ENodeB by zeroMQ #597

Closed chunxiao369 closed 3 years ago

chunxiao369 commented 4 years ago

Hi,

I would like to ask if it is possible to simulate multiple UEs to the same ENodeB by zeroMQ ?

Thanks.

yagoda commented 4 years ago

Hey,

In order to have multiple UEs attaching with zeromq, you need some broker to aggregate the signals, we will be adding a broker in the next release.

If you need something more immediate, you can use gnuradio to make a broker. see this app note : https://docs.srslte.com/en/latest/app_notes/source/handover/source/index.html .

Regards, Justin.


Justin Tallon Ph.D.

Software Radio Systems (SRS) http://www.softwareradiosystems.com

+353-86-067-0753 | justin.tallon@softwareradiosystems.com

On Wed, Nov 25, 2020 at 10:17 AM chunxiao369 notifications@github.com wrote:

Hi,

I would like to ask if it is possible to simulate multiple UEs to the same ENodeB by zeroMQ ?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srsLTE/srsLTE/issues/597, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATLGFBND3DTV3S6V5VUQZ3SRTDRPANCNFSM4UCDZRGA .

laf0rge commented 2 months ago

we will be adding a broker in the next release.

Has that happened? This was four years ago. Do you have any pointers to said broker for multiple UE behind a single zeromq eNB?