SatLoraRegenerativeSecondWindowTestCase Class Reference

Test case to check if Lora ack arrives in second reception window. More...

+ Inheritance diagram for SatLoraRegenerativeSecondWindowTestCase:
+ Collaboration diagram for SatLoraRegenerativeSecondWindowTestCase:

Public Member Functions

 SatLoraRegenerativeSecondWindowTestCase ()
 
virtual ~SatLoraRegenerativeSecondWindowTestCase ()
 

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 second reception window.

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

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

Constructor & Destructor Documentation

◆ SatLoraRegenerativeSecondWindowTestCase()

SatLoraRegenerativeSecondWindowTestCase::SatLoraRegenerativeSecondWindowTestCase ( )

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

◆ ~SatLoraRegenerativeSecondWindowTestCase()

SatLoraRegenerativeSecondWindowTestCase::~SatLoraRegenerativeSecondWindowTestCase ( )
virtual

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

Member Function Documentation

◆ DoRun()

void SatLoraRegenerativeSecondWindowTestCase::DoRun ( void  )
privatevirtual

Set regeneration mode

Definition at line 280 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 SatLoraRegenerativeSecondWindowTestCase::MacTraceCb ( std::string  context,
Ptr< const Packet >  packet,
const Address &  address 
)
private

Definition at line 264 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 SatLoraRegenerativeSecondWindowTestCase::m_edAddress
private

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

Referenced by DoRun(), and MacTraceCb().

◆ m_edReceiveDate

Time SatLoraRegenerativeSecondWindowTestCase::m_edReceiveDate
private

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

Referenced by DoRun(), and MacTraceCb().

◆ m_gwReceiveDate

Time SatLoraRegenerativeSecondWindowTestCase::m_gwReceiveDate
private

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

Referenced by DoRun(), and MacTraceCb().

◆ m_orbiterUserAddress

Address SatLoraRegenerativeSecondWindowTestCase::m_orbiterUserAddress
private

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

Referenced by DoRun(), and MacTraceCb().


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