Received packets is much more than transmitted packets in WiFi

90 views
Skip to first unread message

Shashi Ranjan

unread,
Nov 13, 2014, 7:04:38 PM11/13/14
to ns-3-...@googlegroups.com
Hi,

I am trying to find the collision probability in case of unsaturated condition. However, traces from NS-3 is providing wrong information.

PhyTx    PhyRx    PhyRxDrop    PhyRxError
5128    19311    1197    2


PhyTx ---> No. of packet transmitted
PhyRx ---> No. of packet received and so on.

I have chose a error-free scenario. For reference, I am attaching the code also.

Thanks in advance.


Shashi
wifi-simple.cc

Konstantinos

unread,
Nov 14, 2014, 4:29:48 AM11/14/14
to ns-3-...@googlegroups.com
Hi Shashi,

The results are expected to be like that when you are working with WiFi PHY.
One node is sending (so 1 Tx event) and multiple are receiving (so >1 Rx events). 

Perhaps if you use MAC layer trace sources your results would look better.

Shashi Ranjan

unread,
Nov 14, 2014, 7:14:35 AM11/14/14
to ns-3-...@googlegroups.com
Thanks Kostantinos,

I knew you would answer (as you always have). One more thing to ask

How I going to count "# of ACK_timeout" ? I came across a trace  "RemoteStationManager/MacTxDataFailed". Is it same as the former one if no channel error is involved?

If it's the same, is same apply in case of channel error.?

Thanks and Regards,
Shashi Ranjan

--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/I_xJGB8MUR0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages