Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible UPF bug: Session Report Request after the Session was Deleted #2936

Closed
svinson1121 opened this issue Feb 1, 2024 · 2 comments
Closed
Labels
Housekeeping:ToClose Issues reviewed and closed. Old requests, issues which are not bug, feature or documentation request type:bug Open5GS bug

Comments

@svinson1121
Copy link

The UPF is sending Session Report Request after the Session was Deleted, when the Gy interface is active.
In the attached PCAP you can see the session Deletion Request and Response for the two APN sessions
at Packet #91- #92 and #97 - #98 then in packet #103 and #109 the UPF sends a "Session Report Request" for the already
removed sessions. this repeats until the UPF is restarted.

UPF:
01/31 18:46:00.816: [upf] ERROR: Cause request not accepted[65] (../src/upf/n4-handler.c:479)
01/31 18:46:03.431: [upf] INFO: upf_time_threshold_cb() triggered! urr=0x7f6e9ce0f0a0 (../src/upf/context.c:790)
01/31 18:46:03.432: [upf] WARNING: No Context (../src/upf/n4-handler.c:464)
01/31 18:46:03.432: [upf] ERROR: PFCP Cause[65] : Not Accepted (../src/upf/n4-handler.c:470)
01/31 18:46:03.432: [upf] ERROR: Cause request not accepted[65] (../src/upf/n4-handler.c:479)
01/31 18:46:05.818: [upf] INFO: upf_time_threshold_cb() triggered! urr=0x7f6e9ce0f010 (../src/upf/context.c:790)
01/31 18:46:05.820: [upf] WARNING: No Context (../src/upf/n4-handler.c:464)
01/31 18:46:05.820: [upf] ERROR: PFCP Cause[65] : Not Accepted (../src/upf/n4-handler.c:470)
01/31 18:46:05.820: [upf] ERROR: Cause request not accepted[65] (../src/upf/n4-handler.c:479)
SMF:
01/31 18:46:00.821: [smf] ERROR: No Context (../src/smf/n4-handler.c:1175)
01/31 18:46:03.436: [smf] ERROR: No Context (../src/smf/n4-handler.c:1175)
01/31 18:46:05.824: [smf] ERROR: No Context (../src/smf/n4-handler.c:1175)
01/31 18:46:08.440: [smf] ERROR: No Context (../src/smf/n4-handler.c:1175)

open5gs-Gy-SMF-UPF.zip

@acetcom acetcom added the type:bug Open5GS bug label Feb 4, 2024
acetcom added a commit that referenced this issue Feb 4, 2024
The UPF is sending Session Report Request after the Session was Deleted,
when the Gy interface is active.

UPF is sending PFCP session report request after the session has been deleted
when the Gy interface is active. This is because some of the timers related to
the report are not deleted when the session is deleted.

We have fixed it to delete all the timers in the session
when the SESSION is deleted.
acetcom added a commit that referenced this issue Feb 4, 2024
The UPF is sending Session Report Request after the Session was Deleted,
when the Gy interface is active.

UPF is sending PFCP session report request after the session has been deleted
when the Gy interface is active. This is because some of the timers related to
the report are not deleted when the session is deleted.

We have fixed it to delete all the timers in the session
when the SESSION is deleted.
@acetcom acetcom added the Housekeeping:ToClose Issues reviewed and closed. Old requests, issues which are not bug, feature or documentation request label Feb 4, 2024
@acetcom
Copy link
Member

acetcom commented Feb 4, 2024

@svinson1121

I have resolved this issue and the fix has been implemented in the main branch.

Thank you so much.
Sukchan

@svinson1121
Copy link
Author

@acetcom
The issue is resolved.
I appreciate your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Housekeeping:ToClose Issues reviewed and closed. Old requests, issues which are not bug, feature or documentation request type:bug Open5GS bug
Projects
None yet
Development

No branches or pull requests

2 participants