nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
297 stars 192 forks source link

How to compare the DC and HH? #36

Closed cscxxx553 closed 6 years ago

cscxxx553 commented 6 years ago

Hi , I've read the paper "Performance Comparison of Dual Connectivity and Hard Handover for LTE-5G Tight Integration" and wonder which example cc file could reproduce the comparison in the paper.

Thank you!

mychele commented 6 years ago

Hi, checkout the new-handover branch, and this paper which explains in details the abstractions and models of the simulator: https://arxiv.org/abs/1705.02882. You can use the mc-twoenbs.cc example to start, which is similar to that of the paper you mentioned. Best, Michele

cscxxx553 commented 6 years ago

Thanks. I've tried to find the example file mc-twoenbs.cc in your code but couldn't find it in any directory. Could you show me the path?

mychele commented 6 years ago

Hi, here it is https://github.com/nyuwireless-unipd/ns3-mmwave/blob/new-handover/src/mmwave/examples/mc-twoenbs.cc Michele

2018-01-07 2:25 GMT+01:00 Garrick notifications@github.com:

Thanks. I've tried to find the example file mc-twoenbs.cc in your code but couldn't find it in any directory. Could you show me the path?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/nyuwireless-unipd/ns3-mmwave/issues/36#issuecomment-355791829, or mute the thread https://github.com/notifications/unsubscribe-auth/AG1b5fgv51FPwML1PaA9nT91U6Nss1rbks5tIB0WgaJpZM4RL274 .

-- Michele Polese

Ph.D. Student Dept. of Information Engineering (DEI) - SIGNET Research Group University of Padova Via Gradenigo 6/B, 35131 Padova (Italy)

email: michele@polese.io web: polese.io - mmwave.dei.unipd.it

cscxxx553 commented 6 years ago

Hi Michele, Thanks a lot. I think my download version is too old so that couldn't find the file, I will download the whole package again.

All the best, Garrick