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

flow monitoring #267

Open
houyahiya opened this issue May 26, 2023 · 2 comments
Open

flow monitoring #267

houyahiya opened this issue May 26, 2023 · 2 comments
Labels

Comments

@houyahiya
Copy link

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

@houyahiya
Copy link
Author

houyahiya commented May 27, 2023

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,

@pagmatt
Copy link
Contributor

pagmatt commented Jun 19, 2023

Hi,

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.

Best,
Matteo

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

No branches or pull requests

2 participants