mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
add transmit start for leo mock channels
This commit is contained in:
parent
aa4e5b5ef0
commit
20ad318cb9
8 changed files with 55 additions and 94 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue