Open
Conversation
Co-authored-by: mamadou <mamadoudjibo22@gmail.com> Co-authored-by: Sid-Romero <sidya.b18@gmail.com>
Owner
|
Wow, that's a good one. I appreciate your work @mamadou-89 @Sid-Romero @louisroyer Would you like to provide some documentations and example usages, so that I can update the wiki page? Also please confirm that you guys successfully tested all existing features again with and without the new handover feature. Unfortunately I am currently unable to perform the required tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds N2 handover procedure. You can trigger the handover using the
nr-clisubcommandhandover <UE-ID> <gNBTargetID>on the source gNB.For example, to do a handover from gNB1 to gNB2:
gNB2$ nr-cli $(nr-cli --dump) -------------------------------------------------------------------------------------------- $ ue-list - ue-id: 2 ran-ngap-id: 2 amf-ngap-id: 2We tested the N2 handover procedure using Free5GC version 4.0.1; we also found and fixed a bug in Free5GC's AMF. To test the pull request, make sure to apply this patch in your AMF first.
Data forwarding is not yet implemented, but could be added in a second time.
This project was initiated in 2023 by @mamadou-89 and was finalized by @Sid-Romero this year as part of their internships at IRIT, and I’d like to thank them again for their good work.