Lte Uplink Open Loop Power Control Test Case. More...
#include "lte-test-uplink-power-control.h"
 Inheritance diagram for LteUplinkOpenLoopPowerControlTestCase:
 Inheritance diagram for LteUplinkOpenLoopPowerControlTestCase: Collaboration diagram for LteUplinkOpenLoopPowerControlTestCase:
 Collaboration diagram for LteUplinkOpenLoopPowerControlTestCase:| Public Member Functions | |
| LteUplinkOpenLoopPowerControlTestCase (std::string name) | |
| Constructor.  More... | |
| virtual | ~LteUplinkOpenLoopPowerControlTestCase () | 
|  Public Member Functions inherited from LteUplinkPowerControlTestCase | |
| LteUplinkPowerControlTestCase (std::string name) | |
| Constructor.  More... | |
| virtual | ~LteUplinkPowerControlTestCase () | 
| void | PucchTxPowerTrace (uint16_t cellId, uint16_t rnti, double txPower) | 
| PUCCH transmit power trace funcction.  More... | |
| void | PuschTxPowerTrace (uint16_t cellId, uint16_t rnti, double txPower) | 
| PUSCH transmit power trace funcction.  More... | |
| void | SetTpcConfiguration (uint32_t tpc, uint32_t tpcNum, double expectedPuschTxPower, double expectedPucchTxPower, double expectedSrsTxPower) | 
| Set TPC configuration funcction.  More... | |
| void | SrsTxPowerTrace (uint16_t cellId, uint16_t rnti, double txPower) | 
| SRS transmit power trace funcction.  More... | |
| void | TeleportUe (uint32_t x, uint32_t y, double expectedPuschTxPower, double expectedPucchTxPower, double expectedSrsTxPower) | 
| Teleport UE funcction.  More... | |
|  Public Member Functions inherited from ns3::TestCase | |
| virtual | ~TestCase () | 
| Destructor.  More... | |
| std::string | GetName (void) const | 
| Private Member Functions | |
| virtual void | DoRun (void) | 
| Implementation to actually run this TestCase.  More... | |
| Additional Inherited Members | |
|  Public Types inherited from ns3::TestCase | |
| enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } | 
| How long the test takes to execute.  More... | |
|  Protected Member Functions inherited from ns3::TestCase | |
| TestCase (std::string name) | |
| Constructor.  More... | |
| void | AddTestCase (TestCase *testCase, TestDuration duration=QUICK) | 
| Add an individual child TestCase to this test suite.  More... | |
| TestCase * | GetParent () const | 
| Get the parent of this TestCsse.  More... | |
| bool | IsStatusFailure (void) const | 
| Check if any tests failed.  More... | |
| bool | IsStatusSuccess (void) const | 
| Check if all tests passed.  More... | |
| void | SetDataDir (std::string directory) | 
| Set the data directory where reference trace files can be found.  More... | |
| void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) | 
| Log the failure of this TestCase.  More... | |
| bool | MustAssertOnFailure (void) const | 
| Check if this run should assert on failure.  More... | |
| bool | MustContinueOnFailure (void) const | 
| Check if this run should continue on failure.  More... | |
| std::string | CreateDataDirFilename (std::string filename) | 
| Construct the full path to a file in the data directory.  More... | |
| std::string | CreateTempDirFilename (std::string filename) | 
| Construct the full path to a file in a temporary directory.  More... | |
|  Protected Attributes inherited from LteUplinkPowerControlTestCase | |
| bool | m_accumulatedMode | 
| indicates whether accumulated mode is being used  More... | |
| double | m_expectedPucchTxPower | 
| expected PUCCH transmit power  More... | |
| double | m_expectedPuschTxPower | 
| expected PUSCH transmit power  More... | |
| double | m_expectedSrsTxPower | 
| expected SRS transmit power  More... | |
| Ptr< LteFfrSimple > | m_ffrSimple | 
| FFR simple.  More... | |
| Time | m_teleportTime | 
| teleport time  More... | |
| Ptr< MobilityModel > | m_ueMobility | 
| UE mobility model.  More... | |
| Ptr< LteUePowerControl > | m_ueUpc | 
| UE power control.  More... | |
Lte Uplink Open Loop Power Control Test Case.
Definition at line 132 of file lte-test-uplink-power-control.h.
| LteUplinkOpenLoopPowerControlTestCase::LteUplinkOpenLoopPowerControlTestCase | ( | std::string | name | ) | 
Constructor.
| name | the reference name | 
Definition at line 182 of file lte-test-uplink-power-control.cc.
References NS_LOG_INFO.
| 
 | virtual | 
Definition at line 188 of file lte-test-uplink-power-control.cc.
| 
 | privatevirtual | 
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Reimplemented from LteUplinkPowerControlTestCase.
Definition at line 193 of file lte-test-uplink-power-control.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::ListPositionAllocator::Add(), ns3::LteHelper::Attach(), ns3::NodeContainer::Create(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Object::GetObject(), ns3::LteUePhy::GetUplinkPowerControl(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), LteUplinkPowerControlTestCase::m_ueMobility, LteUplinkPowerControlTestCase::m_ueUpc, ns3::MakeBoundCallback(), ns3::MilliSeconds(), third::mobility, PucchTxPowerNofitication(), PuschTxPowerNofitication(), ns3::Config::Reset(), ns3::Seconds(), ns3::Config::SetDefault(), ns3::LteHelper::SetEnbDeviceAttribute(), ns3::LteHelper::SetSchedulerType(), SrsTxPowerNofitication(), LteUplinkPowerControlTestCase::TeleportUe(), and ns3::ObjectBase::TraceConnectWithoutContext().
 Here is the call graph for this function:
 Here is the call graph for this function: