You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed free5g compose succesfully and, I've been able to deploy all the containers including some smalls modifications to generate 2 different gNbs and 1 UE (using ueransim). Therefore, I have the usual containers for the core running and then, one container for each gNb (gnb1 and gnb2) and a third container acting as UE (ue), that is conected to one of them (i have included the IPs of both gnbs withing the config file of the UE).
Now, I would like to create a function/command to trigger the Xn Handover from one gNb to the other (ie from gnb1 to gnb2). I would like to know if this is already implemented or if you could give me some guidance on how to carry it out. The first idea that came to my mind is changing the UE from one cell to the other (from the cell of gnb1 to gnb2 cell), would that work out?
Thank you for your help and time,
Ignacio
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. I saw that you are contributing to PacketRusher and, I was wodering if there is a way to access the gNBs like in UERANSIM, where you can directly send commands to trigger the handover manually.
On the other side, I tried running the command 'sudo ./packetrusher multi-ue -n 1 -xnh 3000 -idl 13000 -ngh 23000 --tunnel --dedicatedGnb' and I've got some errors, should I change something in the config file? ( I have already adapted it for the other tests )
Left side is the core
I am using a VM with free5gc for the core and another VM for PacketRusher.
Hi @IgnacioCTO!
Sadly, for now, there no easy way to access the gnB and you have to use timers.
Can you open an issue on the repository? I'll take a look, thanks a lot!!
Also please try to do a xnh without an idl, and idl without a xnh.
Cheers,
Valentin
Hello everyone,
I have installed free5g compose succesfully and, I've been able to deploy all the containers including some smalls modifications to generate 2 different gNbs and 1 UE (using ueransim). Therefore, I have the usual containers for the core running and then, one container for each gNb (gnb1 and gnb2) and a third container acting as UE (ue), that is conected to one of them (i have included the IPs of both gnbs withing the config file of the UE).
Now, I would like to create a function/command to trigger the Xn Handover from one gNb to the other (ie from gnb1 to gnb2). I would like to know if this is already implemented or if you could give me some guidance on how to carry it out. The first idea that came to my mind is changing the UE from one cell to the other (from the cell of gnb1 to gnb2 cell), would that work out?
Thank you for your help and time,
Ignacio
The text was updated successfully, but these errors were encountered: