mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-10 11:01:41 +02:00
Fix ground station allocator and trace mac drops
This commit is contained in:
parent
8d5cbfe8fe
commit
998b7fe2f2
15 changed files with 222 additions and 80 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "ns3/packet.h"
|
||||
#include "ns3/names.h"
|
||||
#include "ns3/trace-helper.h"
|
||||
#include "ns3/string.h"
|
||||
|
||||
#include "../model/mock-net-device.h"
|
||||
#include "../model/isl-mock-channel.h"
|
||||
|
@ -43,6 +44,8 @@ IslHelper::IslHelper ()
|
|||
m_queueFactory.SetTypeId ("ns3::DropTailQueue<Packet>");
|
||||
m_deviceFactory.SetTypeId ("ns3::MockNetDevice");
|
||||
m_channelFactory.SetTypeId ("ns3::IslMockChannel");
|
||||
m_channelFactory.Set ("PropagationDelay", StringValue ("ns3::ConstantSpeedPropagationDelayModel"));
|
||||
m_channelFactory.Set ("PropagationLoss", StringValue ("ns3::IslPropagationLossModel"));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue