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

IQ files using ENB #1422

Open erez1012 opened 1 week ago

erez1012 commented 1 week ago

I want to create IQ files using ENB and then transmit them using basic SDR, is ENB able to produce such files?

matth3wh commented 6 days ago

I believe that you can use GNU Radio to dump a copy of the IQ samples into a file. Would that work for you? You would need to run the whole system with ZMQ (https://docs.srsran.com/projects/4g/en/next/app_notes/source/zeromq/source/), otherwise I do not think the eNB will start transmitting.

erez1012 commented 14 hours ago

thank you