#include "lte-test-downlink-power-control.h"
#include "lte-ffr-simple.h"
#include "ns3/lte-helper.h"
#include "ns3/mobility-helper.h"
#include <ns3/boolean.h>
#include <ns3/callback.h>
#include <ns3/config.h>
#include <ns3/double.h>
#include <ns3/enum.h>
#include <ns3/ff-mac-scheduler.h>
#include <ns3/log.h>
#include <ns3/lte-chunk-processor.h>
#include <ns3/lte-common.h>
#include <ns3/lte-enb-net-device.h>
#include <ns3/lte-enb-phy.h>
#include <ns3/lte-enb-rrc.h>
#include <ns3/lte-rrc-sap.h>
#include <ns3/lte-ue-net-device.h>
#include <ns3/lte-ue-phy.h>
#include <ns3/lte-ue-rrc.h>
#include <ns3/pointer.h>
#include <ns3/simulator.h>
#include <ns3/string.h>
Go to the source code of this file.
Functions | |
void | ChangePdschConfigDedicatedCallback (LteDownlinkPowerControlRrcConnectionReconfigurationTestCase *testcase, std::string context, uint16_t rnti, uint8_t pa) |
void | NotifyConnectionReconfigurationEnb (LteDownlinkPowerControlRrcConnectionReconfigurationTestCase *testcase, std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti) |
void | NotifyConnectionReconfigurationUe (LteDownlinkPowerControlRrcConnectionReconfigurationTestCase *testcase, std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti) |
Variables | |
static LteDownlinkPowerControlTestSuite | lteDownlinkPowerControlTestSuite |
Static variable for test initialization. More... | |
void ChangePdschConfigDedicatedCallback | ( | LteDownlinkPowerControlRrcConnectionReconfigurationTestCase * | testcase, |
std::string | context, | ||
uint16_t | rnti, | ||
uint8_t | pa | ||
) |
Definition at line 557 of file lte-test-downlink-power-control.cc.
References LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::ChangePdschConfigDedicated().
Referenced by LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::DoRun().
void NotifyConnectionReconfigurationEnb | ( | LteDownlinkPowerControlRrcConnectionReconfigurationTestCase * | testcase, |
std::string | context, | ||
uint64_t | imsi, | ||
uint16_t | cellId, | ||
uint16_t | rnti | ||
) |
Definition at line 546 of file lte-test-downlink-power-control.cc.
References LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::ConnectionReconfigurationEnb().
Referenced by LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::DoRun().
void NotifyConnectionReconfigurationUe | ( | LteDownlinkPowerControlRrcConnectionReconfigurationTestCase * | testcase, |
std::string | context, | ||
uint64_t | imsi, | ||
uint16_t | cellId, | ||
uint16_t | rnti | ||
) |
Definition at line 535 of file lte-test-downlink-power-control.cc.
References LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::ConnectionReconfigurationUe().
Referenced by LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::DoRun().