problem with start-up of srsRAN4G #1024
-
Hi everyone, I've been following this tutorial on setting up a 4G LTE network with LimeSDR: (https://www.quantulum.co.uk/blog/private-lte-with-limesdr-and-srsran--part-4-config--launch/.) Unfortunately, I've encountered an issue while setting up the eNodeB (eNB). The error I’m getting is as follows:root@srsRAN:/home/srsran# sudo LD_LIBRARY_PATH=${SRSRAN_INSTALL}/lib sh -c "cd ${HOME}/.config/srsran; ${SRSRAN_INSTALL}/bin/srsenb enb.conf" Reading configuration file enb.conf... Built in RelWithDebInfo mode using 22.10.0. Opening 1 channels in RF device=default with args=driver=lime,rxant=LNAH,txant=BAND2 [file] Error: Neither tx nor rx specificed for channel 0. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like you do not have the LimeSDR driver installed correctly. See this line from the console output: "Supported RF device list: UHD file". It should list lime here too. Make sure it is installed correctly and then re-build srsRAN. This is an issue related to srsRAN 4G, this discussion forum should only be used for srsRAN Project. Not only this, but you are asking us to help you debug an issue related to a 3rd party tutorial. In the future please use the correct support channels. Closing this thread for now. If your issue persists, please use the srsRAN 4G discussion forum |
Beta Was this translation helpful? Give feedback.
It looks like you do not have the LimeSDR driver installed correctly.
See this line from the console output: "Supported RF device list: UHD file". It should list lime here too.
Make sure it is installed correctly and then re-build srsRAN.
This is an issue related to srsRAN 4G, this discussion forum should only be used for srsRAN Project. Not only this, but you are asking us to help you debug an issue related to a 3rd party tutorial. In the future please use the correct support channels. Closing this thread for now. If your issue persists, please use the srsRAN 4G discussion forum