edgecomllc / eupf

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

fix: ignore SDF Filter with empty Flow Description #538

Closed pirog-spb closed 2 months ago

pirog-spb commented 3 months ago

Actually, initial issue was caused not only empty SDF Filter Description, but also ignoring SDF Filter ID reference. It's possible not to set specific flow description, but reference previously configured SDF filter.

This PR just only allows to ignore empty SDF filter in order to apply PDR. SDF filter ID will be supported in the separate ticket.