Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
141 stars 80 forks source link

Conditional handover support #170

Closed zbh888 closed 9 months ago

zbh888 commented 11 months ago

Hello,

I wonder if the project has support for conditional handover?

Thank you in advance!

giovanninardini commented 11 months ago

Hello,

the LtePhyUe module is responsible for deciding when to perform a handover. Currently, it is based on the signal received power in the downlink, but you could change it by using your own conditions. Take a look at #147 too.