srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.45k stars 1.14k forks source link

No cell_search_nbiot in build/lib/examples #984

Closed TadeasFrycak closed 1 year ago

TadeasFrycak commented 2 years ago

Issue Description

Hello,

I want to run cell_search_nbiot, but I did not find it anywhere after installing srsran from APT, so I have installed it from source by this manual But after build no cell_search_nbiot was compiled in build/lib/examples

Setup Details

Ubuntu 22.04

Expected Behavior

I have expected to find cell_search_nbiot in build/lib/examples like this page says

Steps to reproduce the problem

Run all commands from this manual

robertfalkenberg commented 2 years ago

Please install at least one RF driver: https://docs.srslte.com/en/latest/general/source/1_installation.html#installation-from-source Otherwise all RF-related binaries won't be built.

TadeasFrycak commented 2 years ago

Of course I have had installed BladeRF driver before compile.

robertfalkenberg commented 2 years ago

Could you please provide the console output of the cmake and build run in a clean build directory?

andrepuschmann commented 1 year ago

Closing this due to inactivity. I've also double checked on my local built of 22.10 and it does compile the cell_search_nbiot in examples.