# sudo apt-get install cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
RF front-end driver
UHD: https://github.com/EttusResearch/uhd
SoapySDR: https://github.com/pothosware/SoapySDR
SoapyUHD: https://github.com/pothosware/SoapyUHD
Limesuite https://github.com/myriadrf/Limesuite
git clone https://github.com/srsLTE/srsLTE.git
cd srsLTE mkdir build cd build cmake ../ make make test make install srslte_install_configs.sh user
Change [rf] sectionl_earfcn = 3050
tx_gain = 56
rx_gain = 38
device_name = soapy
device_args = rxant=LNAH,txant=BAND2
time_adv_nsamples = 70
burst_preamble_us = 0
edit /root/.config/srslte/user_db.csv with your sim card value
running
sudo srsenb
sudo srsepc
Note: The UE database file(user_db.csv) has to be within the same directory where you would run the srsepc command.