#include "ns3/log.h"
#include "ns3/abort.h"
#include "ns3/test.h"
#include "ns3/config.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/inet-socket-address.h"
#include "ns3/point-to-point-helper.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-header.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/simulator.h"
#include "ns3/wimax-helper.h"
#include "ns3/mobility-helper.h"
#include "ns3/global-route-manager.h"
#include "ns3/snr-to-block-error-rate-manager.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | Ns3WimaxPhyTestSuite |
class | Ns3WimaxSimpleOFDMTestCase |
class | Ns3WimaxSNRtoBLERTestCase |
Functions | |
NS_LOG_COMPONENT_DEFINE ("WimaxPhyTest") | |
Variables | |
static Ns3WimaxPhyTestSuite | ns3WimaxPhyTestSuite |
NS_LOG_COMPONENT_DEFINE | ( | "WimaxPhyTest" | ) |
|
static |
Definition at line 188 of file phy-test.cc.