A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-test-pathloss-model.cc File Reference
#include "ns3/simulator.h"
#include "ns3/log.h"
#include "ns3/spectrum-test.h"
#include "ns3/lte-phy-tag.h"
#include "ns3/lte-sinr-chunk-processor.h"
#include <ns3/hybrid-buildings-propagation-loss-model.h>
#include <ns3/node-container.h>
#include <ns3/mobility-helper.h>
#include <ns3/buildings-helper.h>
#include <ns3/lte-helper.h>
#include <ns3/single-model-spectrum-channel.h>
#include "ns3/string.h"
#include "ns3/double.h"
#include <ns3/building.h>
#include <ns3/enum.h>
#include <ns3/net-device-container.h>
#include <ns3/lte-ue-net-device.h>
#include <ns3/lte-enb-net-device.h>
#include <ns3/lte-ue-rrc.h>
#include <ns3/lte-enb-phy.h>
#include <ns3/lte-ue-phy.h>
#include "lte-test-sinr-chunk-processor.h"
#include "lte-test-ue-phy.h"
#include "lte-test-pathloss-model.h"
+ Include dependency graph for lte-test-pathloss-model.cc:

Go to the source code of this file.

Functions

void LteTestPathlossDlSchedCallback (LtePathlossModelSystemTestCase *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)
 Test 1.1 Pathloss compound test. More...
 

Variables

static LtePathlossModelTestSuite ltePathlossModelTestSuite
 

Function Documentation

void LteTestPathlossDlSchedCallback ( LtePathlossModelSystemTestCase 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 
)

Test 1.1 Pathloss compound test.

This TestSuite tests the BuildingPathlossModel by reproducing several communication scenarios

Definition at line 69 of file lte-test-pathloss-model.cc.

References LtePathlossModelSystemTestCase::DlScheduling().

+ Here is the call graph for this function:

Variable Documentation

LtePathlossModelTestSuite ltePathlossModelTestSuite
static

Definition at line 180 of file lte-test-pathloss-model.cc.