Test case to check if packet retransmitted if ack outside of both windows. More...
Public Member Functions | |
| SatLoraOutOfWindowWindowTestCase () | |
| virtual | ~SatLoraOutOfWindowWindowTestCase () |
Private Member Functions | |
| virtual void | DoRun (void) |
| void | MacTraceCb (std::string context, Ptr< const Packet > packet, const Address &address) |
| void | PhyTraceCb (std::string context, Ptr< const Packet > packet, const Address &address) |
Private Attributes | |
| Address | m_edAddress |
| Time | m_edReceiveDate |
| Address | m_gwAddress |
| std::vector< Time > | m_gwReceiveDates |
| bool | m_phyEdReceive |
| bool | m_phyGwReceive |
Test case to check if packet retransmitted if ack outside of both windows.
Expected result: Ack is not received and packet is retransmitted.
Definition at line 372 of file satellite-lora-test.cc.
| SatLoraOutOfWindowWindowTestCase::SatLoraOutOfWindowWindowTestCase | ( | ) |
Definition at line 393 of file satellite-lora-test.cc.
References m_edReceiveDate, m_phyEdReceive, and m_phyGwReceive.
|
virtual |
Definition at line 401 of file satellite-lora-test.cc.
|
privatevirtual |
Definition at line 438 of file satellite-lora-test.cc.
References ns3::SatSuperframeConf::CONFIG_TYPE_4, ns3::LorawanMacHeader::CONFIRMED_DATA_UP, ns3::SatEnvVariables::GetInstance(), ns3::SatEnums::LR_LORA, m_edAddress, m_edReceiveDate, m_gwAddress, m_gwReceiveDates, m_phyEdReceive, m_phyGwReceive, MacTraceCb(), PhyTraceCb(), ns3::SatPhyRxCarrierConf::RA_COLLISION_CHECK_AGAINST_SINR, ns3::SatEnums::RA_MODEL_ESSA, ns3::SatLoraConf::SATELLITE, ns3::SatPhyRxCarrierConf::SIC_RESIDUAL, ns3::SatHelper::SIMPLE, and ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_4.
|
private |
Definition at line 406 of file satellite-lora-test.cc.
References m_edAddress, m_edReceiveDate, m_gwAddress, and m_gwReceiveDates.
Referenced by DoRun().
|
private |
Definition at line 422 of file satellite-lora-test.cc.
References m_edAddress, m_gwAddress, m_phyEdReceive, and m_phyGwReceive.
Referenced by DoRun().
|
private |
Definition at line 387 of file satellite-lora-test.cc.
Referenced by DoRun(), MacTraceCb(), and PhyTraceCb().
|
private |
Definition at line 384 of file satellite-lora-test.cc.
Referenced by SatLoraOutOfWindowWindowTestCase(), DoRun(), and MacTraceCb().
|
private |
Definition at line 386 of file satellite-lora-test.cc.
Referenced by DoRun(), MacTraceCb(), and PhyTraceCb().
|
private |
Definition at line 383 of file satellite-lora-test.cc.
Referenced by DoRun(), and MacTraceCb().
|
private |
Definition at line 390 of file satellite-lora-test.cc.
Referenced by SatLoraOutOfWindowWindowTestCase(), DoRun(), and PhyTraceCb().
|
private |
Definition at line 389 of file satellite-lora-test.cc.
Referenced by SatLoraOutOfWindowWindowTestCase(), DoRun(), and PhyTraceCb().