EFForg/srsLTE

No such file or directory: './srsLTE/build/lib/examples/cell_measurement'

Closed this issue · 0 comments

I am testing the program crocodilehunter that uses srsLTE.
I have installed srsLTE but cant find the file cell_measurement

No such file or directory: './srsLTE/build/lib/examples/cell_measurement'

git clone https://github.com/srsLTE/srsLTE.git
cd srsLTE
mkdir build
cd build
cmake ../
make
make test
sudo make install
srslte_install_configs.sh user

Did a find for it "cell_measurement after git clone but did not find it even as a .c file.

What am i missing ? Have that file been removed from this repo ?