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

Fix blocking of PFCP reception due to EventChannel error #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LaumiH
Copy link

@LaumiH LaumiH commented Oct 31, 2023

As described in my bug report, I was facing the issue of the SMF not receiving PFCP messages any more when a UPF crashed and I was using a heartbeat interval of 10ms.

I found the issue was with sending to the EventChannel of a transaction, which blocks indefinitely. There is no error thrown, so I suppose it is a concurrency issue here.

I do not know which timeout is best here, I set it to 2s, which might be too much depending on the speed of PFCP messages coming in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant