#include <ns3/boolean.h>
#include <ns3/double.h>
#include <ns3/friis-spectrum-propagation-loss.h>
#include <ns3/integer.h>
#include <ns3/internet-stack-helper.h>
#include <ns3/log.h>
#include <ns3/lte-enb-net-device.h>
#include <ns3/lte-helper.h>
#include <ns3/lte-ue-net-device.h>
#include <ns3/lte-ue-rrc.h>
#include <ns3/mobility-helper.h>
#include <ns3/point-to-point-epc-helper.h>
#include <ns3/simulator.h>
#include <ns3/test.h>
Go to the source code of this file.
Classes | |
class | LteSecondaryCellHandoverTestCase |
Test measurement-based handover to secondary cell. More... | |
class | LteSecondaryCellHandoverTestSuite |
LTE measurement-based handover to secondary cell test suite. More... | |
Variables | |
static LteSecondaryCellHandoverTestSuite | g_lteSecondaryCellHandoverTestSuiteInstance |
Static variable for test initialization. More... | |