add transmit start for leo mock channels

This commit is contained in:
Tim Schubert 2020-06-24 22:23:09 +02:00
parent aa4e5b5ef0
commit 20ad318cb9
8 changed files with 55 additions and 94 deletions

View file

@ -23,10 +23,8 @@ LeoMockNetDevice::GetTypeId (void)
EnumValue (),
MakeEnumAccessor (&LeoMockNetDevice::m_deviceType),
MakeEnumChecker (
DeviceType::GW, "ns3::LeoMockNetDevice::NetDeviceType::GW_FORWARD",
DeviceType::UT, "ns3::LeoMockNetDevice::NetDeviceType::GW_RETURN",
DeviceType::SAT_GW, "ns3::LeoMockNetDevice::NetDeviceType::UT_FORWARD",
DeviceType::SAT_UT, "ns3::LeoMockNetDevice::NetDeviceType::UT_RETURN"))
DeviceType::GND, "ns3::LeoMockNetDevice::NetDeviceType::GND",
DeviceType::SAT, "ns3::LeoMockNetDevice::NetDeviceType::SAT"))
;
return tid;
};