Test case to check if Lora ack arrives in first reception window. More...
Public Member Functions | |
SatLoraFirstWindowTestCase () | |
virtual | ~SatLoraFirstWindowTestCase () |
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 |
Address | m_gwAddress |
Time | m_gwReceiveDate |
Test case to check if Lora ack arrives in first reception window.
Expected result: Ack is received and with correct date range, corresponding to first window opening and closing.
Definition at line 66 of file satellite-lora-test.cc.
SatLoraFirstWindowTestCase::SatLoraFirstWindowTestCase | ( | ) |
Definition at line 83 of file satellite-lora-test.cc.
|
virtual |
Definition at line 90 of file satellite-lora-test.cc.
|
privatevirtual |
Definition at line 111 of file satellite-lora-test.cc.
References m_edAddress, m_edReceiveDate, m_gwAddress, m_gwReceiveDate, and MacTraceCb().
|
private |
Definition at line 95 of file satellite-lora-test.cc.
References m_edAddress, m_edReceiveDate, m_gwAddress, and m_gwReceiveDate.
Referenced by DoRun().
|
private |
Definition at line 80 of file satellite-lora-test.cc.
Referenced by DoRun(), and MacTraceCb().
|
private |
Definition at line 77 of file satellite-lora-test.cc.
Referenced by DoRun(), and MacTraceCb().
|
private |
Definition at line 79 of file satellite-lora-test.cc.
Referenced by DoRun(), and MacTraceCb().
|
private |
Definition at line 76 of file satellite-lora-test.cc.
Referenced by DoRun(), and MacTraceCb().