You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I hope you are doing well.
I created a simple LTE scenario with one remote host, one endB, and 20 UEs.
I installed a UDP application on the remote host and then wanted to see the throughput of each stream.
My next step is to use the mm-wave module for simulating 5G cellular networks operating at mm-wave.
I installed the ns3-mmwave version which includes the mm-wave module and ran the code attached below under ns-3.38 and 3.35 and everything looked fine, but when I ran it under the ns3- mm-wave, I don't have anything about the stream (throughput, delay, lost packets...).
Can someone who has used mm-wave before help me solve this problem?
Best regards, oneHost2.txt
The text was updated successfully, but these errors were encountered:
Hi Matteo,
I really need your help.
The problem is that the remote host is actually sending packets to the UEs but the latter are not receiving them.
I have checked my code many times and everything looks good.So, i'm really confused about this problem.
Could you please check out the above code,Sir?
Thank you Sir,
We do not support flow monitor in mmwave, so you need to manually write and connect trace sources and trace sinks for application-level traces, or enable the mmwave traces for PDCP and RLC statistics using the EnableTraces method of the MmWaveHelper class.
Hello everyone,
I hope you are doing well.
I created a simple LTE scenario with one remote host, one endB, and 20 UEs.
I installed a UDP application on the remote host and then wanted to see the throughput of each stream.
My next step is to use the mm-wave module for simulating 5G cellular networks operating at mm-wave.
I installed the ns3-mmwave version which includes the mm-wave module and ran the code attached below under ns-3.38 and 3.35 and everything looked fine, but when I ran it under the ns3- mm-wave, I don't have anything about the stream (throughput, delay, lost packets...).
Can someone who has used mm-wave before help me solve this problem?
Best regards,
oneHost2.txt
The text was updated successfully, but these errors were encountered: