Skip to first unread message

Musti Aref

unread,
Jun 15, 2017, 7:17:48 AM6/15/17
to ns-3-users
Hallo everyone, 

I'm using the ns3-26 (LTE network) realtime implementation with Hard-Limit synchronization mode and i want to evaluate how many events-per-seconde the simulation can support below a certain Hard-Limit threshold.
Once the simulation hit the threshold i want to identify the event that causes this large delay.

My questions:
- Does the  EventKey tell me something about the event (if it was a reception event, trasmission etc.)??
- Is a similar evaluation in realtime implementation done before (i coudn't find any in google scholar or ieeexplor)? if yes could you send me a link.


Many thanks in advance
Musti

Tommaso Pecorella

unread,
Jul 10, 2017, 7:20:42 PM7/10/17
to ns-3-users
Hi,

no, EventKey doesn't tell you anything about the Event (and EventImpl won't either).
What you can do is to trace the events with the "usual" logging functions.

About the second question, not to my best knowledge. However, we do know that two of the main bottlenecks are the SpectrumChannel and the real net device (ethernet) connection.

T.

Musti Aref

unread,
Jul 11, 2017, 6:43:56 AM7/11/17
to ns-3-users
Thanks...
Reply all
Reply to author
Forward
0 new messages