-
Notifications
You must be signed in to change notification settings - Fork 23
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
Multi-hop relaying IAB network simulation #8
Comments
Hi Hiroshi, despite the name
each IAB device in |
Thanks a lot for your helpful feedback! To test the function of multihop relaying, I modifed the the code in
Unfortunately, the simulator throws an expception in line 1120 of |
By having a quick look at it I think that yes, it should work, it may just slow down the simulations a bit. However, I honestly do not have the time to test this out (this is an unmaintained repository, even though we should release an updated version in the next few months/half an year). |
Thanks for your advice, I will try with different random seeds :) |
Hello,
I'm trying to simulate the multihop relaying operations. It is mentioned in the bottom of Page. 6 of the paper "End-to-End Simulation of Integrated Access and Backhaul at mmWaves".
In the class "mmwaveHelper.h", I find functions "AttachIabToClosestEnb", "AttachIabToSelectedClosestEnb" and "AttachIabToClosestWiredEnb" to attach the IAB net devices to the closest Enb net device, but not to a IAB net device. So could you please guide me how to realize the multi-hop relaying in simulation? Thanks a lot!
The text was updated successfully, but these errors were encountered: