A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-test-interference.cc File Reference
#include "ns3/simulator.h"
#include "ns3/log.h"
#include "ns3/string.h"
#include "ns3/double.h"
#include <ns3/enum.h>
#include "ns3/boolean.h"
#include "ns3/mobility-helper.h"
#include "ns3/lte-helper.h"
#include "ns3/ff-mac-scheduler.h"
#include "ns3/lte-enb-phy.h"
#include "ns3/lte-enb-net-device.h"
#include "ns3/lte-ue-phy.h"
#include "ns3/lte-ue-net-device.h"
#include "lte-test-interference.h"
#include "lte-test-sinr-chunk-processor.h"
+ Include dependency graph for lte-test-interference.cc:

Go to the source code of this file.

Functions

void LteTestDlSchedulingCallback (LteInterferenceTestCase *testcase, std::string path, uint32_t frameNo, uint32_t subframeNo, uint16_t rnti, uint8_t mcsTb1, uint16_t sizeTb1, uint8_t mcsTb2, uint16_t sizeTb2)
 
void LteTestUlSchedulingCallback (LteInterferenceTestCase *testcase, std::string path, uint32_t frameNo, uint32_t subframeNo, uint16_t rnti, uint8_t mcs, uint16_t sizeTb)
 

Variables

static LteInterferenceTestSuite lteLinkAdaptationWithInterferenceTestSuite
 

Function Documentation

void LteTestDlSchedulingCallback ( LteInterferenceTestCase testcase,
std::string  path,
uint32_t  frameNo,
uint32_t  subframeNo,
uint16_t  rnti,
uint8_t  mcsTb1,
uint16_t  sizeTb1,
uint8_t  mcsTb2,
uint16_t  sizeTb2 
)

Definition at line 48 of file lte-test-interference.cc.

References LteInterferenceTestCase::DlScheduling().

Referenced by LteInterferenceTestCase::DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void LteTestUlSchedulingCallback ( LteInterferenceTestCase testcase,
std::string  path,
uint32_t  frameNo,
uint32_t  subframeNo,
uint16_t  rnti,
uint8_t  mcs,
uint16_t  sizeTb 
)

Definition at line 56 of file lte-test-interference.cc.

References LteInterferenceTestCase::UlScheduling().

Referenced by LteInterferenceTestCase::DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

LteInterferenceTestSuite lteLinkAdaptationWithInterferenceTestSuite
static

Definition at line 88 of file lte-test-interference.cc.