#include "utilities.h"#include "ns3/callback.h"#include "ns3/core-module.h"#include "ns3/log.h"#include "ns3/network-server-helper.h"#include "ns3/network-server.h"#include "ns3/test.h"Go to the source code of this file.
Classes | |
| 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 369 of file network-server-test-suite.cc.