[srslte-users] Multiple UEs using zeroMQ

Xavier Arteaga xavier at softwareradiosystems.com
Wed Sep 4 07:40:15 UTC 2019


Gines,
You can try to use GNU radio as a broker. I attached an example I tried to
use, the UE could not attach when I made it. You might be luckier now.

Also, you could try with IPC instead of sockets.

Kind regards,
Xavier

On Tue, 3 Sep 2019 at 20:32, Andre Puschmann <
andre.puschmann at softwareradiosystems.com> wrote:

> Hi Gines,
>
> unfortunately, this is currently not possible out of the box. Only
> 1-to-1 is supported with the default components. What would be needed is
> a "broker" component that implements the individual connections between
> n UEs to m eNBs.
>
> It's something that will come with future releases.
>
> Cheers
> Andre
>
> On 3/9/19 17:31, Ginés García Avilés wrote:
> > Hi,
> > I have been playing a bit with srsLTE using zeroMQ but I did not found a
> > way of connecting multiple users to the eNB.
> >
> > First, I started using LXC containers in order to split the different
> > components (UE, eNB, and ePC) but it was impossible to connect the UE
> > (probably because of the time constraints) Do you know if there is any
> > way of make this configuration works?
> >
> > Now, following with the main question, I moved everything to the same
> > server (without containers) and I got the UE connected. After that, I
> > wanted to have another UE but I don't really know how to do it, because
> > zeroMQ is quite similar to sockets, which means that communication is
> > one-to-one. Is there any way of having multiple UEs (as I did with
> > https://github.com/srsLTE/srsLTE/pull/238)?
> >
> > Regards,
> > Ginés.
> >
> > _______________________________________________
> > srslte-users mailing list
> > srslte-users at lists.softwareradiosystems.com
> > http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
> >
>
> _______________________________________________
> srslte-users mailing list
> srslte-users at lists.softwareradiosystems.com
> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190904/9dcee1e1/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gnuradio_zmq.grc
Type: application/gnuradio-grc
Size: 21861 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190904/9dcee1e1/attachment.bin>


More information about the srsran-users mailing list