omec-project / amf

15 stars 36 forks source link

N2 handover - Downlink RAN Status Transfer failure fix #304

Closed JayaramRCDAC closed 1 week ago

JayaramRCDAC commented 1 week ago

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.