-
Notifications
You must be signed in to change notification settings - Fork 2
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
RACH Decoding Error in NR-SCOPE with Commercial 5G Base Stations #21
Comments
Update: Partial Fix Implemented and Intermittent RACH Decoding IssueI partially resolved the previous issue by disabling aggregation level = 16. After this modification, the errors related to "aggregation level 16" no longer appear in the logs. However, I am still experiencing an intermittent issue with RACH decoding. Specifically, sometimes I can obtain RACH decode results, but other times I do not get any meaningful results during or after the RACH decoding process. Additionally, I observed the following behavior during testing:
Questions:What improvements should I make to ensure proper decoding of SIB1 and achieve consistent RACH decoding results? Thank you again for your assistance! |
Hi Daqian, Thanks for reaching out. We encountered the RACH DCI aggregation level issue in our mosolab private 5G cell, and that was a misconfiguration of the specific cell. For the other issues:
Thanks for reaching out, let me know if you have other issues. |
Hi Haoran, Thank you so much for your previous guidance. I’ve successfully decoded msg4 using your suggestions. However, I’ve encountered an issue that I’d like your opinion on. The decoding results indicate that the UE-specific search space occupies approximately 270 RBs, which translates to almost the entire 100 MHz bandwidth. My current setup uses a USRP B210, as you said before, I’m concerned that this wide allocation might exceed the monitoring capabilities of the B210 due to its limited bandwidth. Specifically, the search space is configured as follows:
Aggregation Level:
Besides, when adjusting srate_hz to 23.04mhz,the overflow occurred frequently. I’ve attached the output file from NR-Scope for your reference. Thank you in advance for your insights. Best regards, |
Hey Daqian, Thanks for your update. From your output file, I assume that the overflow happens in stages after cell search. That could happen when the software fails to grab samples fast enough from the USRP, you might change the number of worker to a higher number and try the Yes, if the search space is configured to be 100 MHz bandwidth, you will need something that collect samples with 100MHz sampling rate, as the interleaving will make the DCI payload fill across the bandwidth. Maybe a USRP X310 with PCIe cable would do it. |
RACH Decoding Error in NR-SCOPE with Commercial 5G Base Stations
Issue Description:
Dear Developer,
Thank you very much for developing and sharing the powerful NR-SCOPE tool! It has been incredibly helpful in my research.
However, I encountered an issue when using NR-SCOPE to decode signals from a commercial 5G base station. The decoding process proceeds without any problems(include SIBs) up to the RACH decoding step, at which point the errors shown in the attached logs occur. The specific error messages include:
The error seems to indicate an issue related to DCI candidate locations or CORESET aggregation levels. Could you please advise on the possible causes of this issue and suggest any solutions or adjustments to the configuration?
I have attached the full output log and config.yaml for your reference.
Thank you for your time and support!
Best regards,
Daqian
Attachments:
2025-01-08_19:16:59.txt
config.yaml
The text was updated successfully, but these errors were encountered: