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

[Question] Direct D2D Communication #74

Closed buraksenkus closed 1 year ago

buraksenkus commented 1 year ago

Hi,

My question may be silly since the theoretical knowledge about C-V2X is limited, but there is something I'm curious about on Simu5G.

I know that D2D communication is possible in Simu5G but as far as I understand it is not possible without a base station. Can I do it without a base station? I guess PC5 interface provides this feature but Simu5G doesn't have PC5 implementation.

Thanks in advance!

wischhof commented 1 year ago

D2D via Sidelink (PC5) is feasible in two different Modes:

Simu5G currently only models network-assisted modes (see http://docenti.ing.unipi.it/g.nardini/papers/IWSLS2_2016_D2D.pdf).

If you need to model the other modes, an extension by A. Hegde of THI extends SimuLte with these, see https://github.com/anupama1990/Artery-C

buraksenkus commented 1 year ago

Hi @wischhof,

Thank you so much for your detailed explanation. Now, I have a clear understanding about situation.