makhtardiouf / d2d

LTE-A Proximity-based Services, Device-to-device Communication module for NS-3
27 stars 13 forks source link

Is it work for D2D resource allocation management by eNB #3

Open HenryChen3991 opened 7 years ago

HenryChen3991 commented 7 years ago

I am new to ns3, and want to test my thesis which related to D2D resource allocation management by eNB ?

makhtardiouf commented 7 years ago

Hello Henry, The current D2D allocation scheme is unrestricted by eNB, all users compete for the available RBs.

You'll need to continue the implementation of SideLink related code, e.g. lte/model/lte-rrc-sidelink.h etc, to allocate specific Pools for D2D only. Not easy though