Inter gNB HandOver using ZMQ + GRC #815
Closed
aliasadi2001
started this conversation in
Ideas & Suggestions
Replies: 1 comment 5 replies
-
Hi @aliasadi2001, thanks for posting. Inter-gNB HO is not supported in srsRAN Project. Regards |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I recently attempted to implement inter-gNB handover in the srsRAN project and encountered some questions along the way. I followed the concept of inter-eNB S1 Handover from GRC and implemented the following scenario:

I ran two gNBs and one srsUE. Initially, the UE connects without issues, but when I modify the "const" value from 0 to 1, the UE disconnects and fails to smoothly connect to the next gNB, requiring a restart of the srsUE to re-establish the connection.
Below is my gNB configuration. I understand that I need to add more elements to the cu-cp section of the configuration file to enable the handover scenario, but I don’t have a sample configuration to correctly assign the values for activating handover.
It's worth mentioning that I successfully implemented a multi-gNB and multi-UE setup, where the UE connects to each gNB individually without any issues.
Any guidance or sample configurations would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions