Hi,
I usually use the following sequence to install/run OAI eNB with LimeSDR:
0 Install LimeSuite from git (if not already installed).
- git clone https://gitlab.eurecom.fr/oai/openairinterface5g
- cd openairinterface5g
- git checkout develop
- cd cmake_targets
- ./build_oai -I --eNB -x -w LMSSDR
- cd lte_build_oai/build
- sudo ./lte-softmodem -O …/…/…/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.25PRB.lmssdr.conf --rf-config-file …/…/…/targets/ARCH/LMSSDR/LimeSDR_above_1p8GHz_1v4.ini
Note that you have to edit file “enb.band7.tm1.25PRB.lmssdr.conf” for your EPC configuration.