-
Notifications
You must be signed in to change notification settings - Fork 38
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
N2 handover - Downlink RAN Status Transfer failure fix #305
Conversation
Will review it today ! |
e7bca11
to
f70388b
Compare
There was a problem hiding this 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?
How can I replicate the issue such that I can test the 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. |
d2abfe7
to
b4413d0
Compare
Signed-off-by: Jayaram R <[email protected]>
b4413d0
to
c71aa55
Compare
Signed-off-by: Bilal Saleem <[email protected]>
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