Hi All,
I was changing to NS3.9 and I have a problem with sending the packet
with Socket->SendTo(packet, 0, broadcastAddress);
in my previous version (ns3.8) I used exactly the same code and I
could send the packet to broadcast address, but in this version I can
not!!
my packet size is 1024 and the broadcast address is 255.255.255.255
in addition I got -1 from the Socket->SendTo(packet, 0,
broadcastAddress) command in the new version but in previous version I
got 1024.
I also review the NS_LOG and i saw the following log file. Could you
please help me to solve this problem?
***********Version 3.9******************
0.7s 0 UdpSocketImpl:SendTo(0x8fca698, 0x8fd63a8, 0, 04-06-
ff:ff:ff:ff:e7:03)
0.7s 0 UdpSocketImpl:DoSendTo(0x8fca698, 0x8fd63a8, 255.255.255.255,
999)
0.7s 0 UdpSocketImpl:DoSendTo(): Bound interface number 1
0.7s 0 UdpSocketImpl:GetTxAvailable()
0.7s 0 Packet:RemovePacketTag(0x8fd63a8,
ns3::SocketSetDontFragmentTag, 1)
0.7s 0 PacketTagList:Remove(0x8fd63cc, ns3::SocketSetDontFragmentTag)
0.7s 0 Packet:AddPacketTag(0x8fd63a8, ns3::SocketSetDontFragmentTag,
1)
0.7s 0 PacketTagList:Add(0x8fd63cc, ns3::SocketSetDontFragmentTag)
0.7s 0 PacketTagList:AllocData()
result of sending : -1
*********Version 3.8*************
0.7s 0 UdpSocketImpl:SendTo(0xa1201c8, 0xa126b78, 0, 04-06-
ff:ff:ff:ff:e7:03)
0.7s 0 UdpSocketImpl:DoSendTo(0xa1201c8, 0xa126b78, 255.255.255.255,
999)
0.7s 0 UdpSocketImpl:DoSendTo(): Bound interface number 1
0.7s 0 UdpSocketImpl:GetTxAvailable()
0.7s 0 Packet:RemovePacketTag(0xa126b78,
ns3::SocketSetDontFragmentTag, 1)
0.7s 0 PacketTagList:Remove(0xa126b9c, ns3::SocketSetDontFragmentTag)
0.7s 0 Packet:AddPacketTag(0xa126b78, ns3::SocketSetDontFragmentTag,
1)
0.7s 0 PacketTagList:Add(0xa126b9c, ns3::SocketSetDontFragmentTag)
0.7s 0 PacketTagList:AllocData()
0.7s 0 UdpSocketImpl:DoSendTo(): Limited broadcast start.
0.7s 0 Ipv4L3Protocol:GetNInterfaces()
0.7s 0 Ipv4L3Protocol:GetAddress(0x9c37cb0, 0, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 0)
0.7s 0 Ipv4Interface:GetAddress()
0.7s 0 Ipv4InterfaceAddress:Ipv4InterfaceAddress(0xbfdc46e8)
0.7s 0 Ipv4InterfaceAddress:GetLocal()
0.7s 0 Ipv4L3Protocol:GetNInterfaces()
0.7s 0 Ipv4L3Protocol:GetAddress(0x9c37cb0, 1, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 1)
0.7s 0 Ipv4Interface:GetAddress()
0.7s 0 Ipv4InterfaceAddress:Ipv4InterfaceAddress(0xbfdc46e8)
0.7s 0 Ipv4InterfaceAddress:GetLocal()
0.7s 0 Ipv4L3Protocol:GetNetDevice(0x9c37cb0, 1)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 1)
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 UdpSocketImpl:DoSendTo(): Sending one copy from 10.1.3.1 to
10.1.3.255 (mask is 255.255.255.0)
0.7s 0 Buffer:Buffer(0xa1277d4, 0xa126b7c)
0.7s 0 ByteTagList:ByteTagList(0xa1277ec, 0xa126b94)
0.7s 0 UdpL4Protocol:Send(0x9c37f30, 0xa1277d0, 10.1.3.1, 10.1.3.255,
49153, 999)
0.7s 0 Packet:AddHeader(0xa1277d0, ns3::UdpHeader, 8)
0.7s 0 Buffer:AddAtStart(0xa1277d4, 8)
0.7s 0 Buffer:AddAtStart(): add start=8, start=0, end=1032, zero
start=102, zero end=1032, count=1, size=102, dirty start=0, dirty
end=1032
0.7s 0 ByteTagList:AddAtStart(0xa1277ec, 8, 8)
0.7s 0 ByteTagList:ByteTagList(0xbfdc43bc)
0.7s 0 ByteTagList:BeginAll(0xa1277ec)
0.7s 0 ByteTagList:Begin(0xa1277ec, 0,
2147483647)
0.7s 0 ByteTagList:operator=(0xa1277ec, 0xbfdc43bc)
0.7s 0 ByteTagList:Deallocate(0xa1277ec, 0)
0.7s 0 ByteTagList:~ByteTagList(0xbfdc43bc)
0.7s 0 ByteTagList:Deallocate(0xbfdc43bc, 0)
0.7s 0 PacketMetadata:DoAddHeader(0xa1277f8, 454, 8)
0.7s 0 PacketMetadata:AddSmall(0xa1277f8, 9, 65535, 454, 8, 2)
0.7s 0 PacketMetadata:Create(): create size=26, max=17
0.7s 0 PacketMetadata:Create(): create alloc size=26
0.7s 0 PacketMetadata:UpdateHead(0xa1277f8, 9)
0.7s 0 UdpL4Protocol:Send(): Sending to IP
0.7s 0 Ipv4L3Protocol:Send(0x9c37cb0, 0xa1277d0, 10.1.3.1, 10.1.3.255,
17, 0)
0.7s 0 Packet:RemovePacketTag(0xa1277d0, ns3::SocketIpTtlTag, 1)
0.7s 0 PacketTagList:Remove(0xa1277f4, ns3::SocketIpTtlTag)
0.7s 0 Ipv4L3Protocol:GetNAddresses(0x9c37cb0, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 0)
0.7s 0 Ipv4Interface:GetNAddresses()
0.7s 0 Ipv4L3Protocol:GetAddress(0x9c37cb0, 0, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 0)
0.7s 0 Ipv4Interface:GetAddress()
0.7s 0 Ipv4InterfaceAddress:Ipv4InterfaceAddress(0xbfdc43a0)
0.7s 0 Ipv4L3Protocol:Send(): 0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4InterfaceAddress:GetLocal()
Testing address 127.0.0.1 with mask 255.0.0.0
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4L3Protocol:GetNAddresses(0x9c37cb0, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 0)
0.7s 0 Ipv4Interface:GetNAddresses()
0.7s 0 Ipv4L3Protocol:GetNAddresses(0x9c37cb0, 1)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 1)
0.7s 0 Ipv4Interface:GetNAddresses()
0.7s 0 Ipv4L3Protocol:GetAddress(0x9c37cb0, 1, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 1)
0.7s 0 Ipv4Interface:GetAddress()
0.7s 0 Ipv4InterfaceAddress:Ipv4InterfaceAddress(0xbfdc43a0)
0.7s 0 Ipv4L3Protocol:Send(): 0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4InterfaceAddress:GetLocal()
Testing address 10.1.3.1 with mask 255.255.255.0
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4InterfaceAddress:GetLocal()
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4L3Protocol:Send(): 0.7s 0 Ipv4InterfaceAddress:GetLocal()
Ipv4L3Protocol::Send case 2: subnet directed bcast to 10.1.3.1
0.7s 0 Ipv4L3Protocol:BuildHeader()
0.7s 0 Buffer:Buffer(0xa128414, 0xa1277d4)
0.7s 0 ByteTagList:ByteTagList(0xa12842c, 0xa1277ec)
0.7s 0 Packet:AddHeader(0xa128410, ns3::Ipv4Header, 20)
0.7s 0 Buffer:AddAtStart(0xa128414, 20)
0.7s 0 Buffer:AddAtStart(): add start=20, start=0, end=1052, zero
start=122, zero end=1052, count=1, size=122, dirty start=0, dirty
end=1052
0.7s 0 ByteTagList:AddAtStart(0xa12842c, 20, 20)
0.7s 0 ByteTagList:ByteTagList(0xbfdc410c)
0.7s 0 ByteTagList:BeginAll(0xa12842c)
0.7s 0 ByteTagList:Begin(0xa12842c, 0,
2147483647)
0.7s 0 ByteTagList:operator=(0xa12842c, 0xbfdc410c)
0.7s 0 ByteTagList:Deallocate(0xa12842c, 0)
0.7s 0 ByteTagList:~ByteTagList(0xbfdc410c)
0.7s 0 ByteTagList:Deallocate(0xbfdc410c, 0)
0.7s 0 PacketMetadata:DoAddHeader(0xa128438, 484, 20)
0.7s 0 PacketMetadata:AddSmall(0xa128438, 17, 65535, 484, 20, 3)
0.7s 0 PacketMetadata:Create(): create size=35, max=26
0.7s 0 PacketMetadata:Create(): create alloc size=35
0.7s 0 PacketMetadata:UpdateHead(0xa128438, 9)
0.7s 0 Ipv4Interface:Send(0.7s 0 Buffer:Buffer(0xbfdc40ac, 0xa128414)
0.7s 0 ByteTagList:ByteTagList(0xbfdc40c4, 0xa12842c)
10.1.3.255, 0.7s 0 Buffer:Buffer(0xbfdc3f34, 0xbfdc40ac)
0.7s 0 Buffer:Buffer(0xbfdc3e88, 0xbfdc3f34)
0.7s 0 Buffer:Buffer(0xbfdc3f10, 0xbfdc3e88)
0.7s 0 Buffer:~Buffer(0xbfdc3e88)
0.7s 0 Buffer:~Buffer(0xbfdc3f34)
0.7s 0 PacketMetadata:ReadItems(0xbfdc40d0, 26)
0.7s 0 Buffer:Buffer(0xbfdc3e58, 0xbfdc3f10)
0.7s 0 Buffer:RemoveAtStart(0xbfdc3e58, 0)
0.7s 0 Buffer:RemoveAtStart(): rem start=0, start=0, end=1052, zero
start=122, zero end=1052, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:RemoveAtEnd(0xbfdc3e58, 1032)
0.7s 0 Buffer:RemoveAtEnd(): rem end=1032, start=0, end=20, zero
start=20, zero end=20, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:~Buffer(0xbfdc3e58)
ns3::Ipv4Header (tos 0x0 ttl 64 id 0 protocol 17 offset 0 flags [none]
length: 1052 10.1.3.1 > 10.1.3.255) 0.7s 0
PacketMetadata:ReadItems(0xbfdc40d0, 17)
0.7s 0 Buffer:Buffer(0xbfdc3e58, 0xbfdc3f10)
0.7s 0 Buffer:RemoveAtStart(0xbfdc3e58, 20)
0.7s 0 Buffer:RemoveAtStart(): rem start=20, start=20, end=1052, zero
start=122, zero end=1052, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:RemoveAtEnd(0xbfdc3e58, 1024)
0.7s 0 Buffer:RemoveAtEnd(): rem end=1024, start=20, end=28, zero
start=28, zero end=28, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:~Buffer(0xbfdc3e58)
ns3::UdpHeader (length: 1032 49153 > 999) 0.7s 0
PacketMetadata:ReadItems(0xbfdc40d0, 9)
0.7s 0 Buffer:Buffer(0xbfdc3e58, 0xbfdc3f10)
0.7s 0 Buffer:RemoveAtStart(0xbfdc3e58, 28)
0.7s 0 Buffer:RemoveAtStart(): rem start=28, start=28, end=1052, zero
start=122, zero end=1052, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:RemoveAtEnd(0xbfdc3e58, 930)
0.7s 0 Buffer:RemoveAtEnd(): rem end=930, start=28, end=122, zero
start=122, zero end=122, count=4, size=122, dirty start=0, dirty
end=1052
0.7s 0 Buffer:~Buffer(0xbfdc3e58)
ns3::BroadCastHeader (original source=: 0, messageId=: 0, source ID=:
(0, PosDest=: (1000:750:0), Middle Nodes=: (0), destination ID=: (0),
Number of Hop=: (1) and Final Dest ID=: (61)
) 0.7s 0 PacketMetadata:ReadItems(0xbfdc40d0, 0)
Payload (size=930)0.7s 0 Buffer:~Buffer(0xbfdc3f10)
0.7s 0 ByteTagList:~ByteTagList(0xbfdc40c4)
0.7s 0 ByteTagList:Deallocate(0xbfdc40c4, 0)
0.7s 0 Buffer:~Buffer(0xbfdc40ac)
)
0.7s 0 Ipv4Interface:IsUp()
0.7s 0 Ipv4InterfaceAddress:GetLocal()
0.7s 0 Ipv4Interface:Send(): Needs ARP 10.1.3.255
0.7s 0 Ipv4InterfaceAddress:GetMask()
0.7s 0 Ipv4Interface:Send(): Subnetwork Broadcast
0.7s 0 Ipv4Interface:Send(): Address Resolved. Send.
0.7s 0 Packet:AddHeader(0xa128410, ns3::LlcSnapHeader, 8)
0.7s 0 Buffer:AddAtStart(0xa128414, 8)
0.7s 0 Buffer:AddAtStart(): add start=8, start=0, end=1060, zero
start=130, zero end=1060, count=1, size=130, dirty start=0, dirty
end=1060
0.7s 0 ByteTagList:AddAtStart(0xa12842c, 8, 8)
0.7s 0 ByteTagList:ByteTagList(0xbfdc3e0c)
0.7s 0 ByteTagList:BeginAll(0xa12842c)
0.7s 0 ByteTagList:Begin(0xa12842c, 0,
2147483647)
0.7s 0 ByteTagList:operator=(0xa12842c, 0xbfdc3e0c)
0.7s 0 ByteTagList:Deallocate(0xa12842c, 0)
0.7s 0 ByteTagList:~ByteTagList(0xbfdc3e0c)
0.7s 0 ByteTagList:Deallocate(0xbfdc3e0c, 0)
0.7s 0 PacketMetadata:DoAddHeader(0xa128438, 482, 8)
0.7s 0 PacketMetadata:AddSmall(0xa128438, 26, 65535, 482, 8, 4)
0.7s 0 PacketMetadata:Create(): create size=44, max=35
0.7s 0 PacketMetadata:Create(): create alloc size=44
0.7s 0 PacketMetadata:Recycle(): recycle size=35, list=0
0.7s 0 PacketMetadata:UpdateHead(0xa128438, 9)
0.7s 0 QadhocWifiMac:Enqueue(1060, ff:ff:ff:ff:ff:ff)
0.7s 0 PacketTagList:Peek(0xa128434, ns3::QosTag)
0.7s 0 [mac=00:00:00:00:00:01] EdcaTxopN:Queue(0x9c60e28, 0xa128410,
0xbfdc3ec8)
0.7s 0 [mac=00:00:00:00:00:01]
EdcaTxopN:StartAccessIfNeeded(0x9c60e28)
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 0 dec
backoff slots=3
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c37c00
update slots=3 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 1 dec
backoff slots=3
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c60c48
update slots=3 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 2 dec
backoff slots=7
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c60f08
update slots=7 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 3 dec
backoff slots=15
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c611d0
update slots=15 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:DoGrantAccess(): 700000000ns 0x9c60748 dcf 2 needs
access. backoff expired. access granted. slots=0
0.7s 0 [mac=00:00:00:00:00:01]
EdcaTxopN:NotifyAccessGranted(0x9c60e28)
0.7s 0 BlockAckManager:GetNextPacket(0x9c60fe0)
0.7s 0 [mac=00:00:00:00:00:01] EdcaTxopN:NotifyAccessGranted():
dequeued size=1060, to=ff:ff:ff:ff:ff:ff, seq=0
0.7s 0 [mac=00:00:00:00:00:01] MacLow:StartTransmission(0x9c60498,
0xa128410, 0x9c60e74, [send rts=0, next size=0, dur=0ns, ack=none],
0x9c60ee8)
0.7s 0 Buffer:Buffer(0xa136b64, 0xa128414)
0.7s 0 ByteTagList:ByteTagList(0xa136b7c, 0xa12842c)
0.7s 0 [mac=00:00:00:00:00:01] MacLow:CancelAllEvents(0x9c60498)
0.7s 0 Simulator:IsExpired(0x9c604c4)
0.7s 0 Simulator:IsExpired(0x9c604d8)
0.7s 0 Simulator:IsExpired(0x9c604ec)
0.7s 0 Simulator:IsExpired(0x9c60500)
0.7s 0 Simulator:IsExpired(0x9c60514)
0.7s 0 Simulator:IsExpired(0x9c60528)
0.7s 0 Simulator:IsExpired(0x9c6053c)
0.7s 0 Simulator:IsExpired(0x9c60550)
0.7s 0 Simulator:IsExpired(0x9c60564)
0.7s 0 Simulator:IsExpired(0x9c60578)
0.7s 0 [mac=00:00:00:00:00:01] MacLow:StartTransmission(): startTx
size=1090, to=ff:ff:ff:ff:ff:ff, listener=0x9c60ee8
0.7s 0 [mac=00:00:00:00:00:01] MacLow:SendDataPacket(0x9c60498)
0.7s 0 InterferenceHelper:GetPayloadDurationMicroSeconds(1090,
wifi-3mbs-10Mhz)
0.7s 0 Packet:AddHeader(0xa136b60, ns3::WifiMacHeader, 26)
0.7s 0 Buffer:AddAtStart(0xa136b64, 26)
0.7s 0 Buffer:AddAtStart(): add start=26, start=0, end=1086, zero
start=156, zero end=1086, count=1, size=156, dirty start=0, dirty
end=1086
0.7s 0 ByteTagList:AddAtStart(0xa136b7c, 26, 26)
0.7s 0 ByteTagList:ByteTagList(0xbfdc324c)
0.7s 0 ByteTagList:BeginAll(0xa136b7c)
0.7s 0 ByteTagList:Begin(0xa136b7c, 0, 2147483647)
0.7s 0 ByteTagList:operator=(0xa136b7c, 0xbfdc324c)
0.7s 0 ByteTagList:Deallocate(0xa136b7c, 0)
0.7s 0 ByteTagList:~ByteTagList(0xbfdc324c)
0.7s 0 ByteTagList:Deallocate(0xbfdc324c, 0)
0.7s 0 PacketMetadata:DoAddHeader(0xa136b88, 210, 26)
0.7s 0 PacketMetadata:AddSmall(0xa136b88, 35, 65535, 210, 26, 5)
0.7s 0 PacketMetadata:Create(): create size=53, max=44
0.7s 0 PacketMetadata:Create(): create alloc size=53
0.7s 0 PacketMetadata:UpdateHead(0xa136b88, 9)
0.7s 0 Packet:AddTrailer(0xa136b60, ns3::WifiMacTrailer, 4)
0.7s 0 Buffer:AddAtEnd(0xa136b64, 4)
0.7s 0 Buffer:AddAtEnd(): add end=4, start=0, end=1090, zero
start=156, zero end=1086, count=1, size=160, dirty start=0, dirty
end=1090
0.7s 0 ByteTagList:AddAtEnd(0xa136b7c, 0, 1086)
0.7s 0 ByteTagList:IsDirtyAtEnd(0xa136b7c, 1086)
0.7s 0 ByteTagList:BeginAll(0xa136b7c)
0.7s 0 ByteTagList:Begin(0xa136b7c, 0, 2147483647)
0.7s 0 PacketMetadata:AddTrailer(0xa136b88, 206, 4)
0.7s 0 PacketMetadata:AddSmall(0xa136b88, 65535, 0, 206, 4, 6)
0.7s 0 PacketMetadata:Create(): create size=62, max=53
0.7s 0 PacketMetadata:Create(): create alloc size=62
0.7s 0 PacketMetadata:Recycle(): recycle size=53, list=0
0.7s 0 PacketMetadata:UpdateTail(0xa136b88, 9)
0.7s 0 [mac=00:00:00:00:00:01] MacLow:ForwardDown(0x9c60498,
0xa136b60, 0x9c605a4, wifi-3mbs-10Mhz)
0.7s 0 [mac=00:00:00:00:00:01] MacLow:ForwardDown(): send QOSDATA,
to=ff:ff:ff:ff:ff:ff, size=1090, mode=wifi-3mbs-10Mhz, duration=0ns,
seq=0x0
0.7s 0 YansWifiPhy:SendPacket(0x9c613c0, 0xa136b60, wifi-3mbs-10Mhz,
0, 0)
0.7s 0 InterferenceHelper:GetPayloadDurationMicroSeconds(1090,
wifi-3mbs-10Mhz)
0.7s 0 DcfManager:NotifyTxStartNow(): 700000000ns 0x9c60748 tx start
for 2960000ns
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 0 dec
backoff slots=0
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c37c00
update slots=0 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 1 dec
backoff slots=0
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c60c48
update slots=0 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 2 dec
backoff slots=0
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c60f08
update slots=0 slots, backoff=0
0.7s 0 DcfManager:GetAccessGrantStart(): access grant start=32000ns,
rx access start=32000ns, busy access start=32000ns, tx access
start=32000ns, nav access start=32000ns
0.7s 0 DcfManager:UpdateBackoff(): 700000000ns 0x9c60748 dcf 3 dec
backoff slots=0
0.7s 0 DcfManager:UpdateBackoffSlotsNow(): 700000000ns 0x9c611d0
update slots=0 slots, backoff=0
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=83.6172m,
reference-attenuation=-46.6777dB, attenuation coefficient=-104.347db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=83.6172m, power=1.85099e-12W,
resultPower=6.36638e-13W=-91.9611dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-91.9611dbm, distance=83.6172m, delay=278ns
0.7s 0 Buffer:Buffer(0xa12a86c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12a884, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 1, 278,
700000000, 0xa12a8b0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12a8b0, 700000278, 503)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=138.004m,
reference-attenuation=-46.6777dB, attenuation coefficient=-110.874db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=138.004m, power=4.11731e-13W,
resultPower=4.90138e-13W=-93.0968dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-93.0968dbm, distance=138.004m, delay=460ns
0.7s 0 Buffer:Buffer(0xa12b49c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12b4b4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 2, 460,
700000000, 0xa12b4e0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12b4e0, 700000460, 504)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=164.669m,
reference-attenuation=-46.6777dB, attenuation coefficient=-113.176db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=164.669m, power=2.42358e-13W,
resultPower=2.54419e-13W=-95.9445dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-95.9445dbm, distance=164.669m, delay=548ns
0.7s 0 Buffer:Buffer(0xa12c0cc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12c0e4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 3, 548,
700000000, 0xa12c110)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12c110, 700000548, 505)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=186.898m,
reference-attenuation=-46.6777dB, attenuation coefficient=-114.826db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=186.898m, power=1.65757e-13W,
resultPower=9.03506e-14W=-100.441dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-100.441dbm, distance=186.898m, delay=622ns
0.7s 0 Buffer:Buffer(0xa12ccfc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12cd14, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 4, 622,
700000000, 0xa12cd40)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12cd40, 700000622, 506)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=314.953m,
reference-attenuation=-46.6777dB, attenuation coefficient=-121.625db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=314.953m, power=3.46379e-14W,
resultPower=3.8181e-14W=-104.182dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-104.182dbm, distance=314.953m, delay=1049ns
0.7s 0 Buffer:Buffer(0xa12d33c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12d354, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 5, 1049,
700000000, 0xa12df40)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12df40, 700001049, 507)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=283.367m,
reference-attenuation=-46.6777dB, attenuation coefficient=-120.248db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=283.367m, power=4.75598e-14W,
resultPower=3.37764e-14W=-104.714dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-104.714dbm, distance=283.367m, delay=944ns
0.7s 0 Buffer:Buffer(0xa12df7c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12df94, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 6, 944,
700000000, 0xa12eb70)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12eb70, 700000944, 508)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=403.581m,
reference-attenuation=-46.6777dB, attenuation coefficient=-124.856db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=403.581m, power=1.64626e-14W,
resultPower=3.8233e-15W=-114.176dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-114.176dbm, distance=403.581m, delay=1345ns
0.7s 0 Buffer:Buffer(0xa12f7a4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12f7bc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 7, 1345,
700000000, 0xa12ebd0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12ebd0, 700001345, 509)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=397.224m,
reference-attenuation=-46.6777dB, attenuation coefficient=-124.649db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=397.224m, power=1.72657e-14W,
resultPower=2.80018e-14W=-105.528dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-105.528dbm, distance=397.224m, delay=1324ns
0.7s 0 Buffer:Buffer(0xa1303d4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1303ec, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 8, 1324,
700000000, 0xa130418)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa130418, 700001324, 510)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=427.823m,
reference-attenuation=-46.6777dB, attenuation coefficient=-125.616db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=427.823m, power=1.38196e-14W,
resultPower=1.33394e-14W=-108.749dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-108.749dbm, distance=427.823m, delay=1426ns
0.7s 0 Buffer:Buffer(0xa131004, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13101c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 9, 1426,
700000000, 0xa131048)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa131048, 700001426, 511)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=456.911m,
reference-attenuation=-46.6777dB, attenuation coefficient=-126.473db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=456.911m, power=1.13447e-14W,
resultPower=6.35256e-15W=-111.971dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-111.971dbm, distance=456.911m, delay=1523ns
0.7s 0 Buffer:Buffer(0xa131644, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13165c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 10, 1523,
700000000, 0xa132248)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa132248, 700001523, 512)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=537.77m,
reference-attenuation=-46.6777dB, attenuation coefficient=-128.596db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=537.77m, power=6.95827e-15W,
resultPower=6.40309e-15W=-111.936dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-111.936dbm, distance=537.77m, delay=1792ns
0.7s 0 Buffer:Buffer(0xa132284, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13229c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 11, 1792,
700000000, 0xa132e78)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa132e78, 700001792, 513)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=537.507m,
reference-attenuation=-46.6777dB, attenuation coefficient=-128.589db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=537.507m, power=6.96849e-15W,
resultPower=3.58155e-16W=-124.459dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-124.459dbm, distance=537.507m, delay=1791ns
0.7s 0 Buffer:Buffer(0xa133aac, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa133ac4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 12, 1791,
700000000, 0xa132ed8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa132ed8, 700001791, 514)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=517.957m,
reference-attenuation=-46.6777dB, attenuation coefficient=-128.107db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=517.957m, power=7.78768e-15W,
resultPower=3.94192e-15W=-114.043dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-114.043dbm, distance=517.957m, delay=1726ns
0.7s 0 Buffer:Buffer(0xa1346dc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1346f4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 13, 1726,
700000000, 0xa134720)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa134720, 700001726, 515)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=632.684m,
reference-attenuation=-46.6777dB, attenuation coefficient=-130.713db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=632.684m, power=4.27296e-15W,
resultPower=9.99356e-15W=-110.003dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-110.003dbm, distance=632.684m, delay=2108ns
0.7s 0 Buffer:Buffer(0xa13530c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa135324, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 14, 2108,
700000000, 0xa135350)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa135350, 700002108, 516)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=665.299m,
reference-attenuation=-46.6777dB, attenuation coefficient=-131.368db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=665.299m, power=3.67485e-15W,
resultPower=2.51674e-16W=-125.992dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-125.992dbm, distance=665.299m, delay=2217ns
0.7s 0 Buffer:Buffer(0xa13594c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa135964, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 15, 2217,
700000000, 0xa1289f0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1289f0, 700002217, 517)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=732.678m,
reference-attenuation=-46.6777dB, attenuation coefficient=-132.625db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=732.678m, power=2.75138e-15W,
resultPower=6.47921e-16W=-121.885dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-121.885dbm, distance=732.678m, delay=2442ns
0.7s 0 Buffer:Buffer(0xa128a2c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa128a44, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 16, 2442,
700000000, 0xa12ae80)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12ae80, 700002442, 518)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=710.021m,
reference-attenuation=-46.6777dB, attenuation coefficient=-132.216db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=710.021m, power=3.02326e-15W,
resultPower=3.95643e-16W=-124.027dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-124.027dbm, distance=710.021m, delay=2366ns
0.7s 0 Buffer:Buffer(0xa12c6e4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12c6fc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 17, 2366,
700000000, 0xa12aee0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12aee0, 700002366, 519)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=789.493m,
reference-attenuation=-46.6777dB, attenuation coefficient=-133.598db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=789.493m, power=2.1991e-15W,
resultPower=3.47687e-15W=-114.588dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-114.588dbm, distance=789.493m, delay=2631ns
0.7s 0 Buffer:Buffer(0xa12e55c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12e574, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 18, 2631,
700000000, 0xa12e5a0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12e5a0, 700002631, 520)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=767.506m,
reference-attenuation=-46.6777dB, attenuation coefficient=-133.23db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=767.506m, power=2.39356e-15W,
resultPower=1.25086e-15W=-119.028dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-119.028dbm, distance=767.506m, delay=2558ns
0.7s 0 Buffer:Buffer(0xa12fdbc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12fdd4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 19, 2558,
700000000, 0xa12fe00)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12fe00, 700002558, 521)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=841.581m,
reference-attenuation=-46.6777dB, attenuation coefficient=-134.431db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=841.581m, power=1.81553e-15W,
resultPower=5.71647e-16W=-122.429dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-122.429dbm, distance=841.581m, delay=2805ns
0.7s 0 Buffer:Buffer(0xa130a14, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa130a2c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 20, 2805,
700000000, 0xa132860)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa132860, 700002805, 522)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=902.812m,
reference-attenuation=-46.6777dB, attenuation coefficient=-135.346db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=902.812m, power=1.47061e-15W,
resultPower=3.53989e-15W=-114.51dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-114.51dbm, distance=902.812m, delay=3009ns
0.7s 0 Buffer:Buffer(0xa13289c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1328b4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 21, 3009,
700000000, 0xa1340c0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1340c0, 700003009, 523)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=869.909m,
reference-attenuation=-46.6777dB, attenuation coefficient=-134.862db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=869.909m, power=1.64388e-15W,
resultPower=2.33024e-15W=-116.326dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-116.326dbm, distance=869.909m, delay=2899ns
0.7s 0 Buffer:Buffer(0xa135f3c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa135f54, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 22, 2899,
700000000, 0xa134120)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa134120, 700002899, 524)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=952.504m,
reference-attenuation=-46.6777dB, attenuation coefficient=-136.044db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=952.504m, power=1.25225e-15W,
resultPower=8.0684e-16W=-120.932dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-120.932dbm, distance=952.504m, delay=3175ns
0.7s 0 Buffer:Buffer(0xa12bab4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12bacc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 23, 3175,
700000000, 0xa12baf8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12baf8, 700003175, 525)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1030.92m,
reference-attenuation=-46.6777dB, attenuation coefficient=-137.074db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1030.92m, power=9.87666e-16W,
resultPower=6.65756e-16W=-121.767dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-121.767dbm, distance=1030.92m, delay=3436ns
0.7s 0 Buffer:Buffer(0xa12f18c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12f1a4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 24, 3436,
700000000, 0xa12f1d0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12f1d0, 700003436, 526)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1000.97m,
reference-attenuation=-46.6777dB, attenuation coefficient=-136.69db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1000.97m, power=1.07901e-15W,
resultPower=2.15524e-17W=-136.665dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-136.665dbm, distance=1000.97m, delay=3336ns
0.7s 0 Buffer:Buffer(0xa131c5c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa131c74, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 25, 3336,
700000000, 0xa134cf0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa134cf0, 700003336, 527)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1079.81m,
reference-attenuation=-46.6777dB, attenuation coefficient=-137.678db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1079.81m, power=8.59504e-16W,
resultPower=9.11002e-16W=-120.405dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-120.405dbm, distance=1079.81m, delay=3599ns
0.7s 0 Buffer:Buffer(0xa134d2c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa134d44, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 26, 3599,
700000000, 0xa12d928)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12d928, 700003599, 528)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1099.31m,
reference-attenuation=-46.6777dB, attenuation coefficient=-137.911db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1099.31m, power=8.14581e-16W,
resultPower=1.34547e-15W=-118.711dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-118.711dbm, distance=1099.31m, delay=3664ns
0.7s 0 Buffer:Buffer(0xa12a254, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa12a26c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 27, 3664,
700000000, 0xa12d988)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa12d988, 700003664, 529)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1176.86m,
reference-attenuation=-46.6777dB, attenuation coefficient=-138.799db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1176.86m, power=6.63924e-16W,
resultPower=6.33479e-16W=-121.983dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-121.983dbm, distance=1176.86m, delay=3922ns
0.7s 0 Buffer:Buffer(0xa133494, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1334ac, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 28, 3922,
700000000, 0xa1334d8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1334d8, 700003922, 530)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1173m, reference-
attenuation=-46.6777dB, attenuation coefficient=-138.757db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami distance=1173m,
power=6.70501e-16W, resultPower=1.90456e-15W=-117.202dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-117.202dbm, distance=1173m, delay=3909ns
0.7s 0 Buffer:Buffer(0xa12900c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa129024, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 29, 3909,
700000000, 0xa1375a0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1375a0, 700003909, 531)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1230.77m,
reference-attenuation=-46.6777dB, attenuation coefficient=-139.383db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1230.77m, power=5.80442e-16W,
resultPower=5.30731e-16W=-122.751dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-122.751dbm, distance=1230.77m, delay=4102ns
0.7s 0 Buffer:Buffer(0xa1375dc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1375f4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 30, 4102,
700000000, 0xa137620)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137620, 700004102, 532)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1254.24m,
reference-attenuation=-46.6777dB, attenuation coefficient=-139.629db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1254.24m, power=5.48468e-16W,
resultPower=1.28648e-15W=-118.906dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-118.906dbm, distance=1254.24m, delay=4180ns
0.7s 0 Buffer:Buffer(0xa13765c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137674, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 31, 4180,
700000000, 0xa1376a0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1376a0, 700004180, 533)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1282.4m,
reference-attenuation=-46.6777dB, attenuation coefficient=-139.918db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1282.4m, power=5.13126e-16W,
resultPower=4.10871e-16W=-123.863dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-123.863dbm, distance=1282.4m, delay=4274ns
0.7s 0 Buffer:Buffer(0xa137704, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13771c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 32, 4274,
700000000, 0xa137748)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137748, 700004274, 534)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1350.33m,
reference-attenuation=-46.6777dB, attenuation coefficient=-140.591db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1350.33m, power=4.39514e-16W,
resultPower=8.09845e-17W=-130.916dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-130.916dbm, distance=1350.33m, delay=4501ns
0.7s 0 Buffer:Buffer(0xa1377ac, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1377c4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 33, 4501,
700000000, 0xa1377f0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1377f0, 700004501, 535)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1314.35m,
reference-attenuation=-46.6777dB, attenuation coefficient=-140.239db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1314.35m, power=4.76608e-16W,
resultPower=8.24095e-17W=-130.84dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-130.84dbm, distance=1314.35m, delay=4381ns
0.7s 0 Buffer:Buffer(0xa137854, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13786c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 34, 4381,
700000000, 0xa137898)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137898, 700004381, 536)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1421.94m,
reference-attenuation=-46.6777dB, attenuation coefficient=-141.264db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1421.94m, power=3.76396e-16W,
resultPower=9.19378e-16W=-120.365dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-120.365dbm, distance=1421.94m, delay=4739ns
0.7s 0 Buffer:Buffer(0xa1378fc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137914, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 35, 4739,
700000000, 0xa137940)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137940, 700004739, 537)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1430.6m,
reference-attenuation=-46.6777dB, attenuation coefficient=-141.343db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1430.6m, power=3.696e-16W,
resultPower=1.5406e-16W=-128.123dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-128.123dbm, distance=1430.6m, delay=4768ns
0.7s 0 Buffer:Buffer(0xa1379a4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1379bc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 36, 4768,
700000000, 0xa1379e8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1379e8, 700004768, 538)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1502.7m,
reference-attenuation=-46.6777dB, attenuation coefficient=-141.984db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1502.7m, power=3.18914e-16W,
resultPower=8.29176e-17W=-130.814dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-130.814dbm, distance=1502.7m, delay=5008ns
0.7s 0 Buffer:Buffer(0xa137a4c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137a64, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 37, 5008,
700000000, 0xa137a90)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137a90, 700005008, 539)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1596.44m,
reference-attenuation=-46.6777dB, attenuation coefficient=-142.772db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1596.44m, power=2.65971e-16W,
resultPower=1.41343e-16W=-128.497dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-128.497dbm, distance=1596.44m, delay=5321ns
0.7s 0 Buffer:Buffer(0xa137af4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137b0c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 38, 5321,
700000000, 0xa137b38)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137b38, 700005321, 540)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1592.79m,
reference-attenuation=-46.6777dB, attenuation coefficient=-142.742db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1592.79m, power=2.67803e-16W,
resultPower=3.98324e-16W=-123.998dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-123.998dbm, distance=1592.79m, delay=5309ns
0.7s 0 Buffer:Buffer(0xa137b9c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137bb4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 39, 5309,
700000000, 0xa137be0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137be0, 700005309, 541)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1510.34m,
reference-attenuation=-46.6777dB, attenuation coefficient=-142.05db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1510.34m, power=3.14101e-16W,
resultPower=5.69032e-16W=-122.449dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-122.449dbm, distance=1510.34m, delay=5034ns
0.7s 0 Buffer:Buffer(0xa137c44, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137c5c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 40, 5034,
700000000, 0xa137c88)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137c88, 700005034, 542)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1637.84m,
reference-attenuation=-46.6777dB, attenuation coefficient=-143.106db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1637.84m, power=2.46306e-16W,
resultPower=4.1997e-17W=-133.768dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-133.768dbm, distance=1637.84m, delay=5459ns
0.7s 0 Buffer:Buffer(0xa137cec, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137d04, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 41, 5459,
700000000, 0xa137d30)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137d30, 700005459, 543)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1714.07m,
reference-attenuation=-46.6777dB, attenuation coefficient=-143.699db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1714.07m, power=2.14885e-16W,
resultPower=2.08477e-16W=-126.809dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-126.809dbm, distance=1714.07m, delay=5713ns
0.7s 0 Buffer:Buffer(0xa137d94, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137dac, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 42, 5713,
700000000, 0xa137dd8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137dd8, 700005713, 544)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1695.99m,
reference-attenuation=-46.6777dB, attenuation coefficient=-143.56db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1695.99m, power=2.21831e-16W,
resultPower=1.48713e-16W=-128.277dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-128.277dbm, distance=1695.99m, delay=5653ns
0.7s 0 Buffer:Buffer(0xa137e3c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137e54, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 43, 5653,
700000000, 0xa137e80)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137e80, 700005653, 545)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1787.71m,
reference-attenuation=-46.6777dB, attenuation coefficient=-144.247db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1787.71m, power=1.89407e-16W,
resultPower=7.75737e-17W=-131.103dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-131.103dbm, distance=1787.71m, delay=5959ns
0.7s 0 Buffer:Buffer(0xa137ee4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137efc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 44, 5959,
700000000, 0xa137f28)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137f28, 700005959, 546)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1871.06m,
reference-attenuation=-46.6777dB, attenuation coefficient=-144.84db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1871.06m, power=1.65206e-16W,
resultPower=7.17814e-16W=-121.44dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-121.44dbm, distance=1871.06m, delay=6236ns
0.7s 0 Buffer:Buffer(0xa137f8c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa137fa4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 45, 6236,
700000000, 0xa137fd0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa137fd0, 700006236, 547)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1876.31m,
reference-attenuation=-46.6777dB, attenuation coefficient=-144.877db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1876.31m, power=1.63824e-16W,
resultPower=3.98768e-17W=-133.993dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-133.993dbm, distance=1876.31m, delay=6254ns
0.7s 0 Buffer:Buffer(0xa138034, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13804c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 46, 6254,
700000000, 0xa138078)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138078, 700006254, 548)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1815.5m,
reference-attenuation=-46.6777dB, attenuation coefficient=-144.448db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1815.5m, power=1.80842e-16W,
resultPower=3.9097e-17W=-134.079dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-134.079dbm, distance=1815.5m, delay=6051ns
0.7s 0 Buffer:Buffer(0xa1380dc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1380f4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 47, 6051,
700000000, 0xa138120)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138120, 700006051, 549)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1837.7m,
reference-attenuation=-46.6777dB, attenuation coefficient=-144.606db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1837.7m, power=1.74368e-16W,
resultPower=8.71178e-17W=-130.599dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-130.599dbm, distance=1837.7m, delay=6125ns
0.7s 0 Buffer:Buffer(0xa138184, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13819c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 48, 6125,
700000000, 0xa1381c8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1381c8, 700006125, 550)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1972.04m,
reference-attenuation=-46.6777dB, attenuation coefficient=-145.525db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1972.04m, power=1.41105e-16W,
resultPower=2.06448e-17W=-136.852dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-136.852dbm, distance=1972.04m, delay=6573ns
0.7s 0 Buffer:Buffer(0xa13822c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa138244, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 49, 6573,
700000000, 0xa138270)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138270, 700006573, 551)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=1974.67m,
reference-attenuation=-46.6777dB, attenuation coefficient=-145.543db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=1974.67m, power=1.40542e-16W,
resultPower=4.44126e-17W=-133.525dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-133.525dbm, distance=1974.67m, delay=6582ns
0.7s 0 Buffer:Buffer(0xa1382d4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1382ec, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 50, 6582,
700000000, 0xa138318)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138318, 700006582, 552)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2071.25m,
reference-attenuation=-46.6777dB, attenuation coefficient=-146.165db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2071.25m, power=1.21785e-16W,
resultPower=1.72025e-17W=-137.644dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-137.644dbm, distance=2071.25m, delay=6904ns
0.7s 0 Buffer:Buffer(0xa13837c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa138394, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 51, 6904,
700000000, 0xa1383c0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1383c0, 700006904, 553)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2073.09m,
reference-attenuation=-46.6777dB, attenuation coefficient=-146.176db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2073.09m, power=1.2146e-16W,
resultPower=2.29802e-17W=-136.386dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-136.386dbm, distance=2073.09m, delay=6910ns
0.7s 0 Buffer:Buffer(0xa138424, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13843c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 52, 6910,
700000000, 0xa138468)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138468, 700006910, 554)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2110.22m,
reference-attenuation=-46.6777dB, attenuation coefficient=-146.408db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2110.22m, power=1.15161e-16W,
resultPower=1.08375e-17W=-139.651dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-139.651dbm, distance=2110.22m, delay=7034ns
0.7s 0 Buffer:Buffer(0xa1384cc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1384e4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 53, 7034,
700000000, 0xa138510)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138510, 700007034, 555)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2137.57m,
reference-attenuation=-46.6777dB, attenuation coefficient=-146.575db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2137.57m, power=1.10797e-16W,
resultPower=1.97023e-16W=-127.055dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-127.055dbm, distance=2137.57m, delay=7125ns
0.7s 0 Buffer:Buffer(0xa138574, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13858c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 54, 7125,
700000000, 0xa1385b8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1385b8, 700007125, 556)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2162.51m,
reference-attenuation=-46.6777dB, attenuation coefficient=-146.726db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2162.51m, power=1.07008e-16W,
resultPower=8.18542e-17W=-130.87dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-130.87dbm, distance=2162.51m, delay=7208ns
0.7s 0 Buffer:Buffer(0xa13861c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa138634, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 55, 7208,
700000000, 0xa138660)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138660, 700007208, 557)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2226.27m,
reference-attenuation=-46.6777dB, attenuation coefficient=-147.105db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2226.27m, power=9.80741e-17W,
resultPower=4.71455e-18W=-143.266dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-143.266dbm, distance=2226.27m, delay=7420ns
0.7s 0 Buffer:Buffer(0xa1386c4, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1386dc, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 56, 7420,
700000000, 0xa138708)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138708, 700007420, 558)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2253.7m,
reference-attenuation=-46.6777dB, attenuation coefficient=-147.265db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2253.7m, power=9.45372e-17W,
resultPower=2.88162e-16W=-125.404dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-125.404dbm, distance=2253.7m, delay=7512ns
0.7s 0 Buffer:Buffer(0xa13876c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa138784, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 57, 7512,
700000000, 0xa1387b0)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1387b0, 700007512, 559)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2322.51m,
reference-attenuation=-46.6777dB, attenuation coefficient=-147.656db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2322.51m, power=8.63806e-17W,
resultPower=1.01057e-18W=-149.954dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-149.954dbm, distance=2322.51m, delay=7741ns
0.7s 0 Buffer:Buffer(0xa138814, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13882c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 58, 7741,
700000000, 0xa138858)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138858, 700007741, 560)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2391.13m,
reference-attenuation=-46.6777dB, attenuation coefficient=-148.036db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2391.13m, power=7.91555e-17W,
resultPower=1.09598e-16W=-129.602dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-129.602dbm, distance=2391.13m, delay=7970ns
0.7s 0 Buffer:Buffer(0xa1388bc, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa1388d4, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 59, 7970,
700000000, 0xa138900)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138900, 700007970, 561)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2421.47m,
reference-attenuation=-46.6777dB, attenuation coefficient=-148.2db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami
distance=2421.47m, power=7.6217e-17W,
resultPower=6.8272e-18W=-141.658dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-141.658dbm, distance=2421.47m, delay=8071ns
0.7s 0 Buffer:Buffer(0xa138964, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa13897c, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 60, 8071,
700000000, 0xa1389a8)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa1389a8, 700008071, 562)
0.7s 0 PropagationLossModel:DoCalcRxPower(): distance=2500m, reference-
attenuation=-46.6777dB, attenuation coefficient=-148.616db
0.7s 0 PropagationLossModel:DoCalcRxPower(): Nakagami distance=2500m,
power=6.9258e-17W, resultPower=2.9452e-17W=-135.309dBm
0.7s 0 YansWifiChannel:Send(): propagation: txPower=17.0206dbm,
rxPower=-135.309dbm, distance=2500m, delay=8333ns
0.7s 0 Buffer:Buffer(0xa138a0c, 0xa136b64)
0.7s 0 ByteTagList:ByteTagList(0xa138a24, 0xa136b7c)
0.7s 0 DefaultSimulatorImpl:ScheduleWithContext(0x9c2f5e8, 61, 8333,
700000000, 0xa138a50)
0.7s 0 MapScheduler:Insert(0x9c2f638, 0xa138a50, 700008333, 563)
0.7s 0 ByteTagList:~ByteTagList(0xa136b7c)
0.7s 0 ByteTagList:Deallocate(0xa136b7c, 0)
0.7s 0 Buffer:~Buffer(0xa136b64)
0.7s 0 DcfManager:StartBackoffNow(): 700000000ns 0x9c60f08 start
backoff=5 slots
0.7s 0 [mac=00:00:00:00:00:01]
EdcaTxopN:StartAccessIfNeeded(0x9c60e28)
0.7s 0 [mac=00:00:00:00:00:01] EdcaTxopN:NotifyAccessGranted(): tx
broadcast
0.7s 0 Simulator:GetMaximumSimulationTime()
0.7s 0 PacketMetadata:Recycle(): recycle size=44, list=0
0.7s 0 ByteTagList:~ByteTagList(0xa12842c)
0.7s 0 ByteTagList:Deallocate(0xa12842c, 0)
0.7s 0 Buffer:~Buffer(0xa128414)
0.7s 0 PacketMetadata:Recycle(): recycle size=26, list=0
0.7s 0 ByteTagList:~ByteTagList(0xa1277ec)
0.7s 0 ByteTagList:Deallocate(0xa1277ec, 0)
0.7s 0 Buffer:~Buffer(0xa1277d4)
0.7s 0 Socket:NotifyDataSent()
0.7s 0 UdpSocketImpl:GetTxAvailable()
0.7s 0 Socket:NotifySend()
0.7s 0 Ipv4L3Protocol:GetNInterfaces()
0.7s 0 Ipv4L3Protocol:GetAddress(0x9c37cb0, 2, 0)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 2)
0.7s 0 Ipv4Interface:GetAddress()
0.7s 0 Ipv4InterfaceAddress:Ipv4InterfaceAddress(0xbfdc46e8)
0.7s 0 Ipv4InterfaceAddress:GetLocal()
0.7s 0 Ipv4L3Protocol:GetNetDevice(0x9c37cb0, 2)
0.7s 0 Ipv4L3Protocol:GetInterface(0x9c37cb0, 2)
0.7s 0 Ipv4L3Protocol:GetNInterfaces()
0.7s 0 UdpSocketImpl:DoSendTo(): Limited broadcast end.
result of sending : 1024