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-D2D unassisted #4

Open
marcomali opened this issue Apr 11, 2017 · 1 comment
Open

LTE-D2D unassisted #4

marcomali opened this issue Apr 11, 2017 · 1 comment

Comments

@marcomali
Copy link

Hello Makhtar,
thanks for your awesome job with this ns3 module.
I'm just starting working on it and I'm wondering if your module allows a COMPLETELY unassisted version of D2D LTE. Basically I want to know if you already implemented the version of LTE that allows two devices to 'talk' each other without the assistance of eNBs.
If so, can you send me an example of this? If not, can you suggest a good way to implement it starting from your work? Of course I will share my work if I will get it done.
Again, thank you for your work
Best regards

@makhtardiouf
Copy link
Owner

Hello Marco,
Apologies for the late reply;
I've been in away from the D2D world since graduation :) so I'm a bit rusty on that.
The sample app starts with https://github.com/makhtardiouf/d2d/blob/master/lte/examples/d2dsim.cc
The direct-communication part was functional, once the transmitting (announcing) UE is matched to 1-or-many receiving(monitoring) UEs, with packets by-passing the eNB.

The discovery part is done through the infrastructure (EPC-assisted), thus direct-discovery needed to be implemented.
The latest NS-3 updates brought bugs afterwards, so you might need to tweak things and start from there. See the readme file.

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

2 participants