mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +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
|
@ -68,8 +68,8 @@ void
|
|||
SomeGndNodeHelperTestCase::DoRun (void)
|
||||
{
|
||||
LeoGndNodeHelper gndHelper;
|
||||
NodeContainer nodes = gndHelper.Install (LeoLatLong ("station1", 50.1, 10.0),
|
||||
LeoLatLong ("station2", -70.1, -21.0));
|
||||
NodeContainer nodes = gndHelper.Install (LeoLatLong (50.1, 10.0),
|
||||
LeoLatLong (-70.1, -21.0));
|
||||
|
||||
NS_ASSERT_MSG (nodes.GetN () == 2, "No ground stations");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue