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
Fix: UPF send multiple buffered packet by 1 GTP packet when paging (f……ree5gc#37)
When buffered data is stored, information of length for each packet is held.
When sending data, the stored contents are taken out by length, added with a header, and transmitted.