From 1e7e34101ffe8dd7536b2d144d7ce787d0d29101 Mon Sep 17 00:00:00 2001 From: aurelienduarte Date: Tue, 13 Sep 2016 13:27:59 +0200 Subject: [PATCH] transceiver copy to correct location --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f498f5f..c288bfeb 100755 --- a/README.md +++ b/README.md @@ -117,9 +117,10 @@ make // if at this point you get an error like "libbladeRF.h: No such file or directory // compilation terminated" then you didn't install the libbladeRF tools -cp transceiver-bladerf ../../../obts/apps/ -cd ../../../obts/apps/ +cp transceiver-bladerf ../../../dev/openbts/apps/ +cd ../../../dev/openbts/apps/ ln -sf transceiver-bladerf transceiver + ```` Import the Testcall code into OpenBTS