Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTE Handover #121

Open
lsiddd opened this issue Mar 22, 2018 · 2 comments
Open

LTE Handover #121

lsiddd opened this issue Mar 22, 2018 · 2 comments

Comments

@lsiddd
Copy link

lsiddd commented Mar 22, 2018

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

@charlesmcchan
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants