[srslte-users] srsue and srsenb config files missing? And looking for documentation.

Andre Puschmann andre.puschmann at softwareradiosystems.com
Thu Nov 9 08:56:00 UTC 2017


Hey Aram,

your build is perfectly fine. Please note that srsENB and srsUE comes
with example config files and you need to customize as needed before
execution.

They are located in the source folder under srsue/ for example. Just
copy the ue.conf.example to ue.conf, modify it according to your needs,
e.g. set DL EARFCN, and then run srsUE and pass the config, i.e.:

$ ./build/srsue/src/srsue ./srsue/ue.conf

The same applies to the eNB but there are a few more files you need to copy.

Hope that helps.

Cheers
Andre




On 08/11/17 19:48, Aram Falsafi wrote:
> I am running Ubuntu 16.04 LTS on an Intel Core i5 with 8 GB RAM.
> 
> I installed the prerequisites, and then I installed the srsLTE software using the commands on the github site:
> 
> git clone https://github.com/srsLTE/srsLTE.git
> cd srsLTE
> mkdir build
> cd build
> cmake ../
> make 
> 
> I didn't get any error messages during the build. I have attached the log.
> 
> But when I try to invoke the eNode-B or the UE simulators, I don't see the executable files, nor the .conf files where I expected them to be, per the instructions. I see the executables in sub-folders, but without the config files:
> 
> ./build/srsue/src/srsue
> ./build/srsenb/src/srsenb
> 
> To be sure, I ran these commands (as su) and got no hits:
> 
> find / -name ue.conf -print
> find / -name enb.conf -print
> 
> ----------------------
> I have also installed the required UHD libraries:
> 
> apt list --installed | grep -i uhd
> 
> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
> 
> libgnuradio-uhd3.7.9/xenial,now 3.7.9.1-2ubuntu1 amd64 [installed,automatic]
> libuhd-dev/xenial,now 3.9.2-1 amd64 [installed]
> libuhd003/xenial,now 3.9.2-1 amd64 [installed]
> uhd-host/xenial,now 3.9.2-1 amd64 [installed]
> 
> My B210 has not arrived yet. I understand that the software probably won't run without hardware. But I was at least expecting the files to all be installed.
> ----------------------
> 
> So I am wondering if I did something wrong in the download/build.
> 
> Also is there any kind of documentation for the software?
> 
> Thanks,
> Aram
> 
> 
> 
> _______________________________________________
> srslte-users mailing list
> srslte-users at lists.softwareradiosystems.com
> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
> 




More information about the srsran-users mailing list