Unipisa / Simu5G

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

Handover process simulation problem #79

Closed SOANykun closed 1 year ago

SOANykun commented 1 year ago

Hi, if I want to use Simu5G for cell handover simulation, where can I configure the parameters of handover management? For example, cell parameters such as handover threshold and offset,etc.

giovanninardini commented 1 year ago

I am not sure what you exactly mean by handover threshold and offset. However, handover parameters can be found in the LtePhyBase module. From the NED/INI file, you can enable/disable the handover and configure the handoverLatency, i.e. the time needed to complete a handover procedure. From the C++ code, in LtePhyUe:initialize() function, you can check (and modify, if you wish) other parameters such as the hysteresis. Unfortunately, they are not configurable from the NED at the moment.