edgecomllc / eupf

5G User Plane Function (UPF) based on eBPF
Apache License 2.0
95 stars 14 forks source link

fix deploy open5gs-compose #547 #548

Closed PapaySail closed 1 month ago

PapaySail commented 1 month ago

Corrections in the manual and in docker-compose.ue2.yaml

linouxis9 commented 1 month ago

To be noted, I also had to disable tx offloading when using eUPF's eBPF inside PacketRusher for TCP to work (else packets were rejected with invalid checkums). Though it's weird to me for it to be necessary as the eBPF does seem to fix the checkum of the packet (eg. https://github.com/edgecomllc/eupf/blob/ec283f5c857cd81a05c47d643c49c84adc4df41f/cmd/ebpf/xdp/utils/gtp_utils.h#L235)