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
I'm testing free5GC UPF with OAI-CN5G-SMF and noticed that the PFCP Session Establishment Response is encoded incorrectly.
According to TS 129 244:
Section 7.5.3.2 Created PDR IE within PFCP Session Establishment Response:
UE IP Address IE is conditional.
If the UP function allocates the UE IP address/prefix, this IE shall be present and shall contain the UE IP address/prefix assigned by the UP function.
Section 5.21 UE IP address/prefix Allocation and Release:
A UE IPv4 address or IPv6 prefix may be allocated by the CP function or the UP function.
The UP function shall set the UEIP feature flag in the UP Function Features IE if it supports UE IP address/prefix
allocation in the UP function (see clause 8.2.25).
note: free5gc/free5gc indicates that free5GC implements 3GPP R15, but I quoted R16 specs, which is the earliest version that contains UE IP Address IE in the Created PDR IE.
However, free5GC UPF is still including UE IP Address IE in the Created PDR IE, despite that the UE IPv4 address has been allocated by the CP function.
The improper PFCP Session Establishment Response message subsequently causes OAI-CN5G-SMF to log the error below, and therefore makes free5GC UPF incompatible with OAI-CN5G-SMF:
I'm testing free5GC UPF with OAI-CN5G-SMF and noticed that the PFCP Session Establishment Response is encoded incorrectly.
According to TS 129 244:
allocation in the UP function (see clause 8.2.25).
However, free5GC UPF is still including UE IP Address IE in the Created PDR IE, despite that the UE IPv4 address has been allocated by the CP function.
Packet trace: free5gc-ueip.pcapng.gz
In frame 5 PFCP Session Establishment Request, the PDI field includes UE IPv4 address allocated by the CP function:
In frame 6 PFCP Session Establishment Response, the Created PDR IE contains erroneous UE IP Address IE:
This bug was introduced in #58.
The improper PFCP Session Establishment Response message subsequently causes OAI-CN5G-SMF to log the error below, and therefore makes free5GC UPF incompatible with OAI-CN5G-SMF:
The text was updated successfully, but these errors were encountered: