mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +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
|
@ -15,10 +15,8 @@ class LeoMockNetDevice : public MockNetDevice
|
|||
public:
|
||||
enum DeviceType
|
||||
{
|
||||
GW,
|
||||
UT,
|
||||
SAT_UT,
|
||||
SAT_GW
|
||||
GND,
|
||||
SAT
|
||||
};
|
||||
|
||||
static TypeId GetTypeId (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue