A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
lte-test-cqi-generation.cc File Reference
#include "lte-test-cqi-generation.h"
#include "lte-ffr-simple.h"
#include "ns3/ff-mac-scheduler.h"
#include "ns3/lte-helper.h"
#include "ns3/lte-rrc-sap.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/log.h>
#include <ns3/lte-ue-mac.h>
#include <ns3/lte-ue-net-device.h>
#include <ns3/pointer.h>
#include <ns3/simulator.h>
#include <ns3/string.h>
+ Include dependency graph for lte-test-cqi-generation.cc:

Go to the source code of this file.

Functions

void LteTestDlSchedulingCallback (LteCqiGenerationTestCase *testcase, std::string path, DlSchedulingCallbackInfo dlInfo)
 
void LteTestDlSchedulingCallback2 (LteCqiGenerationDlPowerControlTestCase *testcase, std::string path, DlSchedulingCallbackInfo dlInfo)
 
void LteTestUlSchedulingCallback (LteCqiGenerationTestCase *testcase, std::string path, uint32_t frameNo, uint32_t subframeNo, uint16_t rnti, uint8_t mcs, uint16_t sizeTb, uint8_t ccId)
 
void LteTestUlSchedulingCallback2 (LteCqiGenerationDlPowerControlTestCase *testcase, std::string path, uint32_t frameNo, uint32_t subframeNo, uint16_t rnti, uint8_t mcs, uint16_t sizeTb, uint8_t componentCarrierId)
 

Variables

static LteCqiGenerationTestSuite lteCqiGenerationTestSuite
 Static variable for test initialization.
 

Function Documentation

◆ LteTestDlSchedulingCallback()

void LteTestDlSchedulingCallback ( LteCqiGenerationTestCase testcase,
std::string  path,
DlSchedulingCallbackInfo  dlInfo 
)

Definition at line 46 of file lte-test-cqi-generation.cc.

References LteCqiGenerationTestCase::DlScheduling().

+ Here is the call graph for this function:

◆ LteTestDlSchedulingCallback2()

void LteTestDlSchedulingCallback2 ( LteCqiGenerationDlPowerControlTestCase testcase,
std::string  path,
DlSchedulingCallbackInfo  dlInfo 
)

Definition at line 67 of file lte-test-cqi-generation.cc.

References LteCqiGenerationDlPowerControlTestCase::DlScheduling().

Referenced by LteCqiGenerationDlPowerControlTestCase::DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LteTestUlSchedulingCallback()

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

Definition at line 54 of file lte-test-cqi-generation.cc.

References LteCqiGenerationTestCase::UlScheduling().

+ Here is the call graph for this function:

◆ LteTestUlSchedulingCallback2()

void LteTestUlSchedulingCallback2 ( LteCqiGenerationDlPowerControlTestCase testcase,
std::string  path,
uint32_t  frameNo,
uint32_t  subframeNo,
uint16_t  rnti,
uint8_t  mcs,
uint16_t  sizeTb,
uint8_t  componentCarrierId 
)

Definition at line 75 of file lte-test-cqi-generation.cc.

References LteCqiGenerationDlPowerControlTestCase::UlScheduling().

Referenced by LteCqiGenerationDlPowerControlTestCase::DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: