#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/satellite-env-variables.h"
#include "ns3/satellite-mobility-model.h"
#include "ns3/satellite-position-allocator.h"
#include "ns3/simulator.h"
#include "ns3/singleton.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include <ns3/cbr-application.h>
#include <ns3/cbr-helper.h>
#include <ns3/enum.h>
#include <ns3/lora-periodic-sender.h>
#include <ns3/lorawan-mac-header.h>
#include <ns3/packet-sink-helper.h>
#include <ns3/packet-sink.h>
#include <ns3/satellite-enums.h>
#include <ns3/satellite-helper.h>
#include <ns3/satellite-lora-conf.h>
#include <ns3/satellite-lorawan-net-device.h>
#include <ns3/satellite-topology.h>
#include <ns3/simulation-helper.h>
#include <ns3/uinteger.h>
#include <iostream>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | SatLoraConstellationFirstWindowTestCase |
Test case to check if Lora ack arrives in first reception window when using a constellation. More... | |
class | SatLoraConstellationHandoverTestCase |
Test case to check if Lora still works after hadovers. More... | |
class | SatLoraRegenerativeCbrTestCase |
Test case to check if packet is received on App layer. More... | |
class | SatLoraRegenerativeFirstWindowTestCase |
Test case to check if Lora ack arrives in first reception window. More... | |
class | SatLoraRegenerativeOutOfWindowWindowNoRetransmissionTestCase |
Test case to check that packet is not retransmitted if ack outside of both windows but no retransmission asked. More... | |
class | SatLoraRegenerativeOutOfWindowWindowTestCase |
Test case to check if packet retransmitted if ack outside of both windows. More... | |
class | SatLoraRegenerativeSecondWindowTestCase |
Test case to check if Lora ack arrives in second reception window. More... | |
class | SatLoraRegenerativeTestSuite |
Test suite for Satellite mobility unit test cases. More... | |
Variables | |
static SatLoraRegenerativeTestSuite | satLoraRegenerativeTestSuite |
|
static |
Definition at line 1334 of file satellite-lora-regenerative-test.cc.