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: release twice uecontext when handover #143

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

donald1218
Copy link
Contributor

@donald1218 donald1218 commented Sep 16, 2024

Description

In free5GC v3.4.3, during an N2 handover, two "release UE context" messages are sent, causing an error during the second "handle release UE context complete."


Before the fix, when running ./test.sh TestN2Handover, the result is as shown in the picture.
The system sends the "release UE context" twice, but since the test function only handles it once, no error occurs.
image


After the fix, when running ./test.sh TestN2Handover, the result is as shown in the picture, and only one "release UE context" is sent.
image

Related Issues

free5gc/free5gc#604

@andy89923 andy89923 self-assigned this Sep 16, 2024
Copy link
Contributor

@ianchen0119 ianchen0119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ianchen0119
Copy link
Contributor

Hi @ss920386
Could you please help to review the PR?

Thanks!

@ianchen0119 ianchen0119 merged commit fbdf75e into free5gc:main Sep 18, 2024
3 checks passed
@donald1218 donald1218 deleted the fix/send-twice-release-uectx branch September 19, 2024 11:17
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.

4 participants