free5gc / upf

Apache License 2.0
32 stars 51 forks source link

Fix: UPF send multiple buffered packet by 1 GTP packet when paging #37

Closed matsumu-y closed 2 years ago

matsumu-y commented 3 years ago

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.

free5gc-org commented 2 years ago

Thanks for the PR!