#include "utilities.h"#include "ns3/application.h"#include "ns3/simulator.h"#include "ns3/test.h"#include "ns3/class-a-end-device-lorawan-mac.h"Go to the source code of this file.
Classes | |
| class | AdrAckReqTest |
| It verifies that the NetworkServer application responds to uplinks with the ADRACKReq bit set. More... | |
| class | DownlinkPacketTest |
| It verifies that devices requesting an acknowledgment receive a reply from the network server. More... | |
| class | LinkCheckTest |
| It verifies that the NetworkServer application correctly responds to LinkCheck requests. More... | |
| class | NetworkServerTestSuite |
| The TestSuite class names the TestSuite, identifies what type of TestSuite, and enables the TestCases to be run. More... | |
| class | UplinkPacketTest |
| It verifies that the NetworkServer application can receive packets sent in uplink by devices. More... | |
Variables | |
| static NetworkServerTestSuite | lorawanTestSuite |
|
static |
Definition at line 432 of file network-server-test-suite.cc.