-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bladeRF with FPGA version 0.11.1 does not work with howto example #688
Comments
Hey, yeah, it's a known problem, see Nuand/bladeRF#778 for example. I assume the eNB works well with your current setup. One thing you can try on the UE is to fix the sample rate at the radio and let srsUE do the downsampling if needed. Try:
For example. |
it's hard to know since I'm just trying out from the getting started guide and only have two bladeRF's. But yes, it appears that the eNB is working fine. If you've got a way for me to independently verify that with a smart phone, let me know :). |
ok that got a lot farther. UE
enb
|
I've managed to get MAC and sometimes NAS messages sent/received, but it still appears to be having some kind of issue. I've done the following to get the bladeRF's past the firmware issue, but believe I now either have a timing or synch issue, which I'm struggling to find a solution for. here is the diff from git
the calling options from srsenb
the calling options and config from srsue
ue output
srsenb output
ue.log
this just goes on and on.... and enb.log
thanks for all the help. I'm just trying to a reasonable link going so i can work from there. If you think what i'm doing is just wrong, let me know. |
Hey,
Well, a COTS phone is always an option to calibrate the eNB side first and make sure it works. You don't need much, such a SIM card, see https://docs.srsran.com/en/latest/app_notes/source/cots_ue/source/index.html for reference. I've noticed you are using the native bladeRF driver in your tests. To be honest I haven't used them in a while and would actually recommend the Soapy driver instead. We do all our testing with it and they work just fine.
On the eNB side we don't use any time offset parameters either. But it should work with the native blade RF driver as well. What you're stuck at right now is likely UL issues. Maybe gain, etc. What I would recommend as well is to use Cheers |
I was looking into pdsch_ue/enb. But there doesn't seem to be a lot of documentation that I can find about how to use it. Can you point me to something? |
I have the same problem here, I also tried with FPGA v0.14.0, I have a programmable SIM but srsenb don't show the network. @chuckixia Did you manage to solve the issue? your srsenb output and log looks very close to mine |
hey man: https://github.com/nobletrout/srsRAN |
Issue Description
srs UE attach appears to fail when frequency changes
Setup Details
Expected Behavior
srsUE should attached
Steps to reproduce the problem
follow the tutorial example here
https://docs.srsran.com/en/latest/usermanuals/source/1_setup.html#running-a-4g-end-to-end-system
Additional Information
installing firmware v0.12.0 appears to produce this problem - Nuand/bladeRF#819
And firmware 0.11.1 might be this problem Nuand/bladeRF#778
so I'm trying to figure out if there is a way around this one way or the other. thanks.
The text was updated successfully, but these errors were encountered: