How to Install LimeSDR on OpenInterface eNodeB

Hi,

I usually use the following sequence to install/run OAI eNB with LimeSDR:

0 Install LimeSuite from git (if not already installed).

  1. git clone https://gitlab.eurecom.fr/oai/openairinterface5g
  2. cd openairinterface5g
  3. git checkout develop
  4. cd cmake_targets
  5. ./build_oai -I --eNB -x -w LMSSDR
  6. cd lte_build_oai/build
  7. 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.