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

remove already_associated variable #82

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

spencersevilla
Copy link
Collaborator

The already_associated variable was used to reduce chatter, in that the first time the CPS associates with a UPS, it will not ask it to delete all sessions. HOWEVER this did not take into account the situation wherein the CPS crashes and re-associates with a UPS, in which case the CPS thinks it's the first association but the UPS still has some "ghost" sessions that can linger and cause signaling issues. Thus we need to always send the reset message when we join just to make sure we're working with a clean slate.

@spencersevilla spencersevilla merged commit 2e0e4c6 into main Jan 4, 2024
0 of 2 checks passed
spencersevilla added a commit that referenced this pull request Jan 4, 2024
@spencersevilla spencersevilla deleted the pfcp_always_reassoc branch January 4, 2024 21:02
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.

1 participant