Closed mshshokouhi closed 2 years ago
Hey, answer to this is simple: it's not supported to connect the UE again as both eNB and UE RF are not free running.
thank you
I spent some time debugging inability for srsue to reconnect to srsenb until I came across this issue. At the network socket level I see that both upon an initial and subsequent launch of srsue, two TCP connections are established between srsue and srsenb and in the opposite direction (using a configuration of a single rx_port
and tx_port
). However, only upon initial TCP session establishment, ZMQ data frames are exchanges in both directions. @andrepuschmann Could you elaborate a bit more on what you meant by the fact that eNB and UE RF are not free running and do you think it could be possible to get around the limitation and resume transmission the of data samples in a form of ZMQ data frames?
Hi I'm researching on lte. I want to use zmq virtual radio to simulate a ue connection.
Issue Description
I disconnect srsue from srsenb by Ctrl+C after connection was established. then I try to reconnect srsue to srsenb but the connection does not establish.
Setup Details
Using last version of srsran (tag: release_22_04) on Ubuntu 20.04.3 LTS First I ran the srsepc:
Then srsenb:
and at the end srsue:
Terminal output:
the connection without any problem establishes but after disconnection by Ctrl+C at the srsue terminal srsue can not reconnect to srsenb by same command:
Terminal output:
Expected Behavior
Reconnection ...
Actual Behaviour
no connection
thank you for your response