UE Authorization failed when running in docker container #3903
Replies: 3 comments
-
It seems that subscribers added via webui are not fully "registered". I mean, they are stored ok in MongoDB, but authorization still fails. |
Beta Was this translation helpful? Give feedback.
-
Additional info:
|
Beta Was this translation helpful? Give feedback.
-
Fixed!. The problem was that udm.hnet config was not set in config file (open5gs-5gc-yml). It is solved adding the following lines:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running open5GS v2.7.0 in docker container (directly from srsRAN project, main branch), I have the following error that prevents to register UE:
It works ok when running Open5GS natively. I have checked that hnet directory contents are the same in both cases.
Beta Was this translation helpful? Give feedback.
All reactions