-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Runnung CellSearch bladeRF #25
Comments
I had the same issue, it is because the BladeRF2.0 micro does not have support for get_lna_gain, or because they changed it in libbladerf 2.0 library to other functions. By patching the program it runs:
save the contents to a file and run 'patch < filename' where you replace filename with the name of the file you saved the contents above to. |
Thanks @sab24 The same has to be changed in LTE-Tracker.cpp also i believe |
I'm working on the BladeRF 2.0 microxA4 and I'm trying to use the CellSearch and LTE Tracker function. It appears that when I use the contents in that file that Hunks 1-3 and 5 work, but Hunk #4 fails for both CellSearch.cpp and LTETracker.cpp. Is there anything that I need to add to the contents of the file to make it work with my BladeRF? @sab24 |
I don’t have a Linux or MacOS computer right now to run this. I think the source of this repo has changed. You can checkout a previous commit in line with the date of my previous message to see if you can get that hunk working. |
I was able to the fix my issue. The Hunk said that it failed, but it added the line |
Hi all,
I've managed to build the LTE-Cell-Scanner with BladeRF but every time i scan for cells i have the following error:
i disabled the AGC when running the command with "-g 30" and still get an lna_gain error.
Please Help.
Thanks.
The text was updated successfully, but these errors were encountered: