SatLoraConstellationFirstWindowTestCase Class Reference

Test case to check if Lora ack arrives in first reception window when using a constellation. More...

+ Inheritance diagram for SatLoraConstellationFirstWindowTestCase:
+ Collaboration diagram for SatLoraConstellationFirstWindowTestCase:

Public Member Functions

 SatLoraConstellationFirstWindowTestCase ()
 
virtual ~SatLoraConstellationFirstWindowTestCase ()
 

Private Member Functions

virtual void DoRun (void)
 
void MacTraceCb (std::string context, Ptr< const Packet > packet, const Address &address)
 

Private Attributes

Address m_edAddress
 
Time m_edReceiveDate
 
Time m_gwReceiveDate
 
Address m_orbiterUserAddress
 

Detailed Description

Test case to check if Lora ack arrives in first reception window when using a constellation.

Expected result: Ack is received and with correct date range, corresponding to first window opening and closing.

Definition at line 952 of file satellite-lora-regenerative-test.cc.

Constructor & Destructor Documentation

◆ SatLoraConstellationFirstWindowTestCase()

SatLoraConstellationFirstWindowTestCase::SatLoraConstellationFirstWindowTestCase ( )

Definition at line 969 of file satellite-lora-regenerative-test.cc.

◆ ~SatLoraConstellationFirstWindowTestCase()

SatLoraConstellationFirstWindowTestCase::~SatLoraConstellationFirstWindowTestCase ( )
virtual

Definition at line 976 of file satellite-lora-regenerative-test.cc.

Member Function Documentation

◆ DoRun()

void SatLoraConstellationFirstWindowTestCase::DoRun ( void  )
privatevirtual

Set regeneration mode

Definition at line 997 of file satellite-lora-regenerative-test.cc.

References m_edAddress, m_edReceiveDate, m_gwReceiveDate, m_orbiterUserAddress, and MacTraceCb().

+ Here is the call graph for this function:

◆ MacTraceCb()

void SatLoraConstellationFirstWindowTestCase::MacTraceCb ( std::string  context,
Ptr< const Packet >  packet,
const Address &  address 
)
private

Definition at line 981 of file satellite-lora-regenerative-test.cc.

References m_edAddress, m_edReceiveDate, m_gwReceiveDate, and m_orbiterUserAddress.

Referenced by DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_edAddress

Address SatLoraConstellationFirstWindowTestCase::m_edAddress
private

Definition at line 965 of file satellite-lora-regenerative-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_edReceiveDate

Time SatLoraConstellationFirstWindowTestCase::m_edReceiveDate
private

Definition at line 963 of file satellite-lora-regenerative-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_gwReceiveDate

Time SatLoraConstellationFirstWindowTestCase::m_gwReceiveDate
private

Definition at line 962 of file satellite-lora-regenerative-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_orbiterUserAddress

Address SatLoraConstellationFirstWindowTestCase::m_orbiterUserAddress
private

Definition at line 966 of file satellite-lora-regenerative-test.cc.

Referenced by DoRun(), and MacTraceCb().


The documentation for this class was generated from the following file: