signetlabdei / ns3-mmwave-iab

IAB feature for the ns-3 mmWave module
GNU General Public License v2.0
25 stars 23 forks source link

Adaptive path selection #10

Open wfj19981012 opened 1 year ago

wfj19981012 commented 1 year ago

Hello, I‘m a student from Beijing University of Posts and Telecommunications. I have read your paper "Distributed Path Selection Strategies for Integrated Access and Backhaul at mmWaves" and try to simulate the adaptive path selection.

I am not sure if the "AttachIabToClosestEnb" function in "mmwaveHelper" class can dynamically change the topology after the initial relay devices are set. So could you please guide me how to realize the path selection in simulation? Thanks a lot!

pagmatt commented 1 year ago

Hi,

Indeed, as of the current implementation the topology can only be set once, at the beginning of the simulation.

Best, Matteo

wfj19981012 commented 1 year ago

Thanks a lot for your reply! I will try to implement this function.