SatSlottedAlohaTest1 Class Reference

'Slotted ALOHA, test 1' test case implementation. More...

+ Inheritance diagram for SatSlottedAlohaTest1:
+ Collaboration diagram for SatSlottedAlohaTest1:

Public Member Functions

 SatSlottedAlohaTest1 ()
 
virtual ~SatSlottedAlohaTest1 ()
 

Private Member Functions

virtual void DoRun (void)
 

Detailed Description

'Slotted ALOHA, test 1' test case implementation.

This case tests successful transmission of UDP packets from UT connected user to GW connected user in simple scenario, Slotted ALOHA for control messages and VBDC for the data.

  1. Simple test scenario set with helper
  2. A single data packet is generated
  3. Capacity request is generated for the packet and transmitted from Node-2 UDP application to Node-1 UDP receiver using Slotted ALOHA
  4. Data packet is transmitted from Node-2 UDP application to Node-1 UDP receiver using the requested VDBC allocation

Expected result: One UDP packet sent by UT connected node-2 using CBR application is received by GW connected node-1.

Definition at line 237 of file satellite-random-access-test.cc.

Constructor & Destructor Documentation

◆ SatSlottedAlohaTest1()

SatSlottedAlohaTest1::SatSlottedAlohaTest1 ( )

Definition at line 248 of file satellite-random-access-test.cc.

◆ ~SatSlottedAlohaTest1()

SatSlottedAlohaTest1::~SatSlottedAlohaTest1 ( )
virtual

Definition at line 257 of file satellite-random-access-test.cc.

Member Function Documentation

◆ DoRun()

void SatSlottedAlohaTest1::DoRun ( void  )
privatevirtual

Definition at line 265 of file satellite-random-access-test.cc.


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