satellite-lora-test.cc File Reference
#include "../model/satellite-mobility-model.h"
#include "../model/satellite-position-allocator.h"
#include "../utils/satellite-env-variables.h"
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.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/uinteger.h>
#include <iostream>
+ Include dependency graph for satellite-lora-test.cc:

Go to the source code of this file.

Classes

class  SatLoraCbrTestCase
 Test case to check if packet is received on App layer. More...
 
class  SatLoraFirstWindowTestCase
 Test case to check if Lora ack arrives in first reception window. More...
 
class  SatLoraOutOfWindowWindowNoRetransmissionTestCase
 Test case to check that packet is not retransmitted if ack outside of both windows but no retransmission asked. More...
 
class  SatLoraOutOfWindowWindowTestCase
 Test case to check if packet retransmitted if ack outside of both windows. More...
 
class  SatLoraSecondWindowTestCase
 Test case to check if Lora ack arrives in second reception window. More...
 
class  SatLoraTestSuite
 Test suite for Satellite mobility unit test cases. More...
 

Variables

static SatLoraTestSuite satLoraTestSuite
 

Variable Documentation

◆ satLoraTestSuite

SatLoraTestSuite satLoraTestSuite
static

Definition at line 891 of file satellite-lora-test.cc.