Skip to content
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

Open
jebal13 opened this issue Oct 29, 2021 · 5 comments
Open

Average latency and sum throughput #6

jebal13 opened this issue Oct 29, 2021 · 5 comments

Comments

@jebal13
Copy link

jebal13 commented Oct 29, 2021

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?
cap
cap2

Thank you

@jebal13 jebal13 changed the title Average latency and sum throuput Average latency and sum througput Oct 30, 2021
@Kavishmi97
Copy link

How did you get the results? Could you please guide us.

@pagmatt
Copy link
Member

pagmatt commented Feb 22, 2022

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,
Matteo

@Kavishmi97
Copy link

Hi,
We tried only the latency part. The values were increased with the no. of relays instead of decreasing.

@jebal13 jebal13 changed the title Average latency and sum througput Average latency and sum throughput Feb 22, 2022
@jebal13
Copy link
Author

jebal13 commented Feb 25, 2022

Hi,
Thanks for your answer

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.
Also, Is it right to plot a graph using the delay of UdpServerRX.txt?
and How could you separate the latency of donor gNB UEs and IAB nodes UEs in UdpServerRX.txt?
I separate users' associations using port number and their locations.

Thank you

@Kavishmi97
Copy link

Hi,
We got the same issues as you mentioned and we are still figuring them out. We also plot the graph using the delay of UdpserverRx.txt but not sure whether it's right or not to use it. Could you please tell us how did you plot the throughput graph and what text file you used for it?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants