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

N2 handover - Downlink RAN Status Transfer failure fix #305

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

Conversation

JayaramRCDAC
Copy link

@JayaramRCDAC JayaramRCDAC commented Sep 23, 2024

Issue:
N2 Handover failure due to SendDownlinkRanStatusTransfer() not being called after Uplink RAN Status Transfer.

Troubleshoot:
Upon investigation, it was found that the function SendDownlinkRanStatusTransfer() was not triggered, which led to the failure of the N2 handover process.

Fix:
The issue has been fixed by ensuring that SendDownlinkRanStatusTransfer() is called with the target UE after the Uplink RAN Status Transfer.

Supporting Data:
N2-Handover-PCAP-Logs.zip

@thakurajayL
Copy link
Contributor

Will review it today !

Copy link
Contributor

@gab-arrobo gab-arrobo left a comment

Choose a reason for hiding this comment

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

How can I replicate the issue such that I can test your PR?

ngap/handler.go Show resolved Hide resolved
@gab-arrobo
Copy link
Contributor

How can I replicate the issue such that I can test the PR?

@JayaramRCDAC
Copy link
Author

How can I replicate the issue such that I can test your PR?

We have tested N2 handover using both a simulation tool and a physical UE. In both cases, the gNodeB did not receive the Downlink RAN Status Transfer.
If you'd like, we can share the details of the test cases to help you replicate the issue.

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.

3 participants