-
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
Average latency and sum throughput #6
Comments
How did you get the results? Could you please guide us. |
Hi All, I suggest to change just the inter-packet interval. What kind of results do you get in this case? How do they differ from the plots shown in the paper? Best, |
Hi, |
Hi, I changed inter-packet interval (interPacketInterval = 400 (R = 28 Mbit/s), interPacketInterval = 50 (R = 228Mbit/s)) but when interPacketInterval = 50, the result is a little different. Especially latency of Donor gNB UEs and IAB nodes UE are different. Thank you |
Hi, |
Hello,
I am trying to simulate the plots in "End-to-End Simulation of Integrated Access and Backhaul at mmWaves".
So, I am changing parameters of mmwave-iab-grid.cc.
interPacketInterval = 400; // because (1400 * 8 / 400)*10^6 = 28Mbits/s
p2ph.SetChannelAttribute ("Delay", TimeValue (Seconds (0.011)));// gNB to remote secer latency is 11ms
I plots graph using UdpServerRX.txt.
But my simulation doesn't have the same result in FIG4, 5.
Could you please guide me in any small way possible to generate these graphs?
Thank you
The text was updated successfully, but these errors were encountered: