Closed s5uishida closed 1 year ago
In order to fix this you can add the following to gnb_zmq.yaml under cell_cfg
prach:
prach_config_index: 1
@ismagom It seems srsUE does not like prach_config_index: 16
. We may have to revert that change or update the srsUE tutorial.
Hi @herlesupreeth
I solved this issue by your setting.
Thank you very much!
Issue Description
UE(ue_zmq.conf) failed to connect to Open5GS via gNodeB of srsRAN Project 23.10.
Setup Details
I built srsRAN_Project as below. (Virtualbox VM Ubuntu 22.04)
It was successful with the following versions of srsRAN_Project. The log is below.
srsRAN_Project
commit:5e6f50a202c6efa671d5b231d7c911dc6c3d86ed
on 2023.09.20But it failed with the latest srsRAN Project 23.10. The log is below.
srsRAN_Project
commit:e38e418bda8432397b2fa7dc399cb7afde3c3b95
on 2023.10.20gnb_zmq.yaml)
ue_zmq.conf)
Expected Behavior
UE (ue_zmq.conf) can connect to Open5GS via gNodeB of the latest srsRAN_Project.
Actual Behaviour
UE (ue_zmq.conf) failed to connect to Open5GS via gNodeB of the latest srsRAN_Project.
Steps to reproduce the problem
Additional Information