#include "ns3/simulator.h"#include "ns3/log.h"#include "ns3/spectrum-test.h"#include "ns3/lte-phy-tag.h"#include "ns3/lte-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/boolean.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-ue-phy.h"#include "lte-test-pathloss-model.h" Include dependency graph for lte-test-pathloss-model.cc:
 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, DlSchedulingCallbackInfo dlInfo) | 
| Test 1.1 Pathloss compound test.  More... | |
| Variables | |
| static LtePathlossModelTestSuite | ltePathlossModelTestSuite | 
| void LteTestPathlossDlSchedCallback | ( | LtePathlossModelSystemTestCase * | testcase, | 
| std::string | path, | ||
| DlSchedulingCallbackInfo | dlInfo | ||
| ) | 
Test 1.1 Pathloss compound test.
This TestSuite tests the BuildingPathlossModel by reproducing several communication scenarios
Definition at line 61 of file lte-test-pathloss-model.cc.
References LtePathlossModelSystemTestCase::DlScheduling().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 171 of file lte-test-pathloss-model.cc.