free5gc / upf

Apache License 2.0
32 stars 51 forks source link

UPF throw errors when more than 10 UE's are connected #57

Open nathalie21005 opened 2 years ago

nathalie21005 commented 2 years ago

Hi @free5gc-org,

I am facing an error from UPF when I am trying to add more than 10 UEs, the UPF is going down. This issue can be fixed by multiple the buffer size by 32 which is by modifying this file /lib/utlt/src/utlt_buff.c under upf folder. Can I take a branch and push the changes to this project?

Regards, Nathalie wehbe

nathalie21005 commented 2 years ago

Hello,

Here is the fix and I created a pull request for this problem. https://github.com/free5gc/upf/pull/59

Regards,