O2
unread,Mar 30, 2012, 4:37:24 PM3/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EEL 6591
Hi Gokul,
I find that in the MacLow::ReceiveOk function, there is a class naming
simulator, and it has a function below
m_sendDataEvent = Simulator::Schedule (GetSifs (),
&MacLow::SendDataAfterCts, this,
hdr.GetAddr1 (),
hdr.GetDuration (),
txMode);
It is sending data after receiving CTS. So where is the data sending
to? The hdr.GetAddr1 () seems to be the receiver address, which is the
node itself. Besides, I can't find the simulator class in ns3.
Thanks for help.