max_proc_delay = 1 not working. #505
-
Hi,
Previously when I used to set it to 1, it worked perfectly fine. But now after updating the code to the latest, when I set it to 1 the UE cannot connect to the network anymore. Do you have any idea what can be the cause? |
Beta Was this translation helpful? Give feedback.
Answered by
AlaiaL
Apr 11, 2024
Replies: 1 comment 7 replies
-
Hi Arman, Can you share your gNB configuration? You can set the log level to debug in this section of the gNB configuration:
Thanks, Alex |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Arman,
Sorry to hear that.
if you want to do a quick test, if you use our current main commit and go to this line:
srsRAN_Project/apps/gnb/gnb_appconfig_translators.cpp
Line 1664 in 2f90c8b
you can update that line with:
Then build the code and test. This change should fix the issue.