dlinknctu / OpenNet

A Simulator for Software-Defined Wireless Local Area Network
GNU General Public License v2.0
72 stars 44 forks source link

LTE Handover #121

Open lsiddd opened 6 years ago

lsiddd commented 6 years ago

Is it possible to coordinate LTE handovers through the SDN controler? If not, does anyone know how it could be implemented?

charlesmcchan commented 6 years ago

Theoretically you can packet_in LTE control messages to the SDN controller. However, due to the fact that LTE handover has a strict requirement in terms of timing, handling those messages in SDN controller will be less efficient and thus less desired. Practically, I would suggest you explore programmable pipeline switches (such as P4) and see if you can offload some of the work to hardware.

daviddvs commented 6 years ago

I am carrying out some mobility experiments with LTE and I cannot configure handover between eNBs. I tried modifying source code of lte.py and introducing lteHelper.AddX2Interface() sentence, but it ends up in an error when X2-U udp socket is created on each eNB. Any of you know how to implement LTE handover in OpenNet? Thanks, David