travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
148 stars 51 forks source link

remove support for pre 3GPP Rel.16 PFCP and UPF features #316

Open RoadRunnr opened 1 year ago

RoadRunnr commented 1 year ago

The PFCP User Plane IP Resource Information IE has been removed in 3GPP Release 16 and UP based TEID assignment is mandatory since that release as well.

User Plane IP Resource Information where never really useful, therefore dropping it helps us simplifying the code without losing anything.

UP based TEID assignment (FTUP feature flag) is mandatory if multiple SMFs want to control the same UPF. This is also an important feature (which part of why it become mandatory in 3GPP Rel. 16).

korroot commented 1 year ago

As these are not backward-compatible changes, we can merge it for upg-vpp 2.0 release.