#include "ns3/callback.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/log.h"
#include "ns3/lte-helper.h"
#include "ns3/lte-spectrum-value-helper.h"
#include "ns3/lte-ue-rrc.h"
#include "ns3/mobility-helper.h"
#include "ns3/net-device-container.h"
#include "ns3/node-container.h"
#include "ns3/object.h"
#include "ns3/ptr.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | CarrierAggregationConfigTestCase |
Carrier aggregation configuration test case. More... | |
class | CarrierAggregationConfigTestSuite |
Carrier aggregation configuration test suite. More... | |
struct | ConfigToCheck |
This test suite verifies following two things: More... | |
Variables | |
static CarrierAggregationConfigTestSuite | g_carrierAggregationConfigTestSuite |
Static variable for test initialization. | |