srsUE doesn't have PDU session when connecting to srsRAN gNB via ZMQ #290
-
Hi community, I'm trying to connect srsUE to srsRAN gNB via ZMQ. I'm using open5gs as the core network. I can successfully connect COTS UE to the network, but srsUE doesn't. The trace of srsUE shows that there is no PDU session, and after a while the connection drops. I also observe that there is nothing in the SMF logs. Do you have any idea why this happens? Here is the trace of srsUE and gNB:
In open5gs, I add the SIM card via populate:
And AMF logs:
My configurations files for gNB and srsUE are as below: Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @HaoxinSEU your configs look fine. Have you tried enabling IP forwarding? You can follow the steps outlined here to do so. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the information. After looking at the UE logs and its source code, we found the problem is the TAC list. srsUE only supports one TAC, but in our open5gs AMF configuration, we have two TACs. As a result, srsUE cannot handle it correctly, and gets stuck. Hope this information also helps others! |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for the information. After looking at the UE logs and its source code, we found the problem is the TAC list.
srsUE only supports one TAC, but in our open5gs AMF configuration, we have two TACs. As a result, srsUE cannot handle it correctly, and gets stuck.
Hope this information also helps others!