-
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
Overflow problems when running #20
Comments
Hi, What is the SSB frequency of the cell you are trying to monitor? Looks like you are using the default |
Hi, I set |
Hi, this is because the 3408.96MHz cell is in n77 or n78 and the default SCS is 30kHz. So you should set the scs_index to 1, as |
Hi, I think we will have to convert the common type Are you using other tool to decode the RRCSetup messages, such as cellularPro app on the phone? If so, could you share with us so we could verify our decoded RRCSetup is correct? Any thought @XuyangCaoPrinceton ? I think this scenario is quite rare as the spec states "Network always configures the UE with a value for this field ( |
Hi, |
Just saw the message; sorry for late reply. Yep I guess this is legit, so in such a case your UE will temporarily use the common dl config from SIB1 while use the initial ul bwp configured by RRC_setup. Yeah @WanHaoRan let's discuss and we could add a small patch. "I wonder if the wrong gps synchronization can cause the wrong RRC decoder?" Yeah @koupsop really appreciate if you could share all the RRC-level messages (e.g., from cellular pro). Curious what kind of cell it is (and what's its purpose of doing so 😀). |
Hi, |
Hi, sorry for the late reply, we have been kept busy recently. From your file there is a RRCReconfiguration and you may use the known information to set the cell's information directly. You may check this branch (https://github.com/PrincetonUniversity/NR-Scope/tree/hidden_bwp_40mhz) or the pull request (#11) for how to set it up. We will be back and look into your issue in the next month. |
Dear developers,
First of all, thank you for designing such a useful tool.
While running ./nrscope, I meet overflow problems and terminate called without an active exception.
Here is the result
The config I used:
I use a UBX daughter board instead of CBX with USRP X310, does it matter?
Please tell me if there are any issues with the hardware configuration or if there is any code that needs to be modified.
Thank you!
The text was updated successfully, but these errors were encountered: