You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
I am trying to send multiple request like (Register, PDU Session release,..) using 4 UEs.
But I after few minutes the upf is turning down and not able to handle the request any more.
Do you have any idea?
Error message: Host lookup failed: lookup upf.free5gc.org no such host
Regards,
Nathalie Wehbe
The text was updated successfully, but these errors were encountered:
If you say the upf is crashing it should be normal that URANSIM is not able to reach it. I'p not sure if docker will continue resolving the fqdn of a dead container, but anyway, do you have the error logs of the upf?
Hi @abousselmi,
I found the problem and the fix, and I suggest to modify it in this project too.
The problem is the size of the buffer of the upf, so I modified the code by multiplying the buffer size by 32.
under this upf\lib\utlt\src path the file is utlt_buff.c.
The code I modified is the following:
#define MAX_NUM_OF_BUFBLK_POOL 256 * 32
Thanks for sharing this feedback, it will for sure help other users and devs. I don't think adding the change to the free5gc-compose project will be a good move.
But I suggest that you create a PR in the free5gc/upf project and check with @free5gc-org to make sure that this doesn't produce regression down the road.
Regards,
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @abousselmi,
I am trying to send multiple request like (Register, PDU Session release,..) using 4 UEs.
But I after few minutes the upf is turning down and not able to handle the request any more.
Do you have any idea?
Error message: Host lookup failed: lookup upf.free5gc.org no such host
Regards,
Nathalie Wehbe
The text was updated successfully, but these errors were encountered: