The abstract base class of a Frequency Reuse algorithm. More...
#include <lte-ffr-algorithm.h>
Public Member Functions | |
LteFfrAlgorithm () | |
virtual | ~LteFfrAlgorithm () |
uint8_t | GetDlBandwidth () const |
uint8_t | GetFrCellTypeId () const |
virtual LteFfrRrcSapProvider * | GetLteFfrRrcSapProvider ()=0 |
Export the "provider" part of the LteFfrRrcSap interface. More... | |
virtual LteFfrSapProvider * | GetLteFfrSapProvider ()=0 |
Export the "provider" part of the LteFfrSap interface. More... | |
uint8_t | GetUlBandwidth () const |
void | SetDlBandwidth (uint8_t bw) |
void | SetFrCellTypeId (uint8_t cellTypeId) |
virtual void | SetLteFfrRrcSapUser (LteFfrRrcSapUser *s)=0 |
Set the "user" part of the LteFfrRrcSap interface that this frequency reuse algorithm instance will interact with. More... | |
virtual void | SetLteFfrSapUser (LteFfrSapUser *s)=0 |
Set the "user" part of the LteFfrSap interface that this frequency reuse algorithm instance will interact with. More... | |
void | SetUlBandwidth (uint8_t bw) |
![]() | |
Object () | |
virtual | ~Object () |
void | AggregateObject (Ptr< Object > other) |
void | Dispose (void) |
Run the DoDispose methods of this object and all the objects aggregated to it. More... | |
AggregateIterator | GetAggregateIterator (void) const |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Initialize (void) |
This method calls the virtual DoInitialize method on all the objects aggregated to this object. More... | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
![]() | |
virtual | ~ObjectBase () |
Virtual destructor. More... | |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
static TypeId | GetTypeId () |
![]() | |
static TypeId | GetTypeId (void) |
Register this type. More... | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
![]() | |
static TypeId | GetTypeId (void) |
Get the type ID. More... | |
Protected Member Functions | |
virtual void | DoDispose () |
This method is called by Object::Dispose or by the object's destructor, whichever comes first. More... | |
virtual std::vector< bool > | DoGetAvailableDlRbg ()=0 |
Implementation of LteFfrSapProvider::GetAvailableDlRbg. More... | |
virtual std::vector< bool > | DoGetAvailableUlRbg ()=0 |
Implementation of LteFfrSapProvider::GetAvailableUlRbg. More... | |
virtual uint8_t | DoGetMinContinuousUlBandwidth ()=0 |
DoGetMinContinuousUlBandwidth in number of RB. More... | |
virtual uint8_t | DoGetTpc (uint16_t rnti)=0 |
DoGetTpc for UE. More... | |
virtual bool | DoIsDlRbgAvailableForUe (int rbId, uint16_t rnti)=0 |
Implementation of LteFfrSapProvider::IsDlRbgAvailableForUe. More... | |
virtual bool | DoIsUlRbgAvailableForUe (int rbId, uint16_t rnti)=0 |
Implementation of LteFfrSapProvider::IsUlRbgAvailableForUe. More... | |
virtual void | DoRecvLoadInformation (EpcX2Sap::LoadInformationParams params)=0 |
DoRecvLoadInformation. More... | |
virtual void | DoReportDlCqiInfo (const struct FfMacSchedSapProvider::SchedDlCqiInfoReqParameters ¶ms)=0 |
DoReportDlCqiInfo. More... | |
virtual void | DoReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults)=0 |
Implementation of LteFfrRrcSapProvider::ReportUeMeas. More... | |
virtual void | DoReportUlCqiInfo (const struct FfMacSchedSapProvider::SchedUlCqiInfoReqParameters ¶ms)=0 |
DoReportUlCqiInfo. More... | |
virtual void | DoReportUlCqiInfo (std::map< uint16_t, std::vector< double > > ulCqiMap)=0 |
DoReportUlCqiInfo. More... | |
virtual void | DoSetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth) |
Implementation of LteFfrRrcSapProvider::SetBandwidth. More... | |
virtual void | DoSetCellId (uint16_t cellId) |
SetCellId. More... | |
int | GetRbgSize (int dlbandwidth) |
Get RBG size for DL Bandwidth according to table 7.1.6.1-1 of 36.213. More... | |
virtual void | Reconfigure ()=0 |
Automatic FR reconfiguration. More... | |
![]() | |
Object (const Object &o) | |
virtual void | DoInitialize (void) |
This method is called only once by Object::Initialize. More... | |
virtual void | NotifyNewAggregate (void) |
This method is invoked whenever two sets of objects are aggregated together. More... | |
![]() | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
virtual void | NotifyConstructionCompleted (void) |
This method is invoked once all member attributes have been initialized. More... | |
Protected Attributes | |
uint16_t | m_cellId |
uint8_t | m_dlBandwidth |
downlink bandwidth in RBs More... | |
bool | m_enabledInUplink |
If true FR algorithm will also work in Uplink. More... | |
uint8_t | m_frCellTypeId |
FFR cell type ID for automatic configuration. More... | |
bool | m_needReconfiguration |
If true FR algorithm will be reconfigured. More... | |
uint8_t | m_ulBandwidth |
uplink bandwidth in RBs More... | |
The abstract base class of a Frequency Reuse algorithm.
Generally Frequency reuse algorithm tells the Scheduler which RB can be allocated and which can not. FR policy depend on its implementation.
The communication with the eNodeB MAC Scheduler instance is done through the LteFfrSap interface. The frequency reuse algorithm instance corresponds to the "provider" part of this interface, while the eNodeB MAC Scheduler instance takes the role of the "user" part.
The communication with the eNodeB RRC instance is done through the LteFfrRrcSap interface. The frequency reuse algorithm instance corresponds to the "provider" part of this interface, while the eNodeB RRC instance takes the role of the "user" part.
ns3::LteFfrAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
No TraceSources are defined for this type.
Definition at line 57 of file lte-ffr-algorithm.h.
ns3::LteFfrAlgorithm::LteFfrAlgorithm | ( | ) |
Definition at line 41 of file lte-ffr-algorithm.cc.
|
virtual |
Definition at line 47 of file lte-ffr-algorithm.cc.
|
protectedvirtual |
This method is called by Object::Dispose or by the object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overriden version of this method and chain up to their parent's implementation once they are done. i.e., for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose method.
It is safe to call GetObject from within this method.
Reimplemented from ns3::Object.
Reimplemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
Definition at line 75 of file lte-ffr-algorithm.cc.
References NS_LOG_FUNCTION.
|
protectedpure virtual |
Implementation of LteFfrSapProvider::GetAvailableDlRbg.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
Implementation of LteFfrSapProvider::GetAvailableUlRbg.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoGetMinContinuousUlBandwidth in number of RB.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoGetTpc for UE.
rnti |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
Implementation of LteFfrSapProvider::IsDlRbgAvailableForUe.
rbId | |
rnti | Radio Network Temporary Identity, an integer identifying the UE where the report originates from |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
Implementation of LteFfrSapProvider::IsUlRbgAvailableForUe.
rbId | |
rnti | Radio Network Temporary Identity, an integer identifying the UE where the report originates from |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoRecvLoadInformation.
params |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoReportDlCqiInfo.
params |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
Implementation of LteFfrRrcSapProvider::ReportUeMeas.
rnti | Radio Network Temporary Identity, an integer identifying the UE where the report originates from |
measResults | a single report of one measurement identity |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoReportUlCqiInfo.
params |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedpure virtual |
DoReportUlCqiInfo.
ulCqiMap |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protectedvirtual |
Implementation of LteFfrRrcSapProvider::SetBandwidth.
ulBandwidth | UL bandwidth in number of RB |
dlBandwidth | DL bandwidth in number of RB |
Definition at line 173 of file lte-ffr-algorithm.cc.
References NS_LOG_FUNCTION, SetDlBandwidth(), and SetUlBandwidth().
|
protectedvirtual |
SetCellId.
cellId | the Cell Identifier |
Definition at line 166 of file lte-ffr-algorithm.cc.
References m_cellId, and NS_LOG_FUNCTION.
uint8_t ns3::LteFfrAlgorithm::GetDlBandwidth | ( | ) | const |
Definition at line 109 of file lte-ffr-algorithm.cc.
References m_dlBandwidth, and NS_LOG_FUNCTION.
uint8_t ns3::LteFfrAlgorithm::GetFrCellTypeId | ( | ) | const |
Definition at line 145 of file lte-ffr-algorithm.cc.
References m_frCellTypeId, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
|
pure virtual |
Export the "provider" part of the LteFfrRrcSap interface.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
pure virtual |
Export the "provider" part of the LteFfrSap interface.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
protected |
Get RBG size for DL Bandwidth according to table 7.1.6.1-1 of 36.213.
dlbandwidth |
Definition at line 152 of file lte-ffr-algorithm.cc.
References ns3::Type0AllocationRbg.
Referenced by ns3::LteFfrDistributedAlgorithm::Calculate(), ns3::LteFrNoOpAlgorithm::DoGetAvailableDlRbg(), ns3::LteFfrSimple::DoGetAvailableDlRbg(), ns3::LteFfrDistributedAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoReportDlCqiInfo(), ns3::LteFfrDistributedAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrHardAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrSoftAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrStrictAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFfrSoftAlgorithm::InitializeDownlinkRbgMaps(), and ns3::LteFfrEnhancedAlgorithm::InitializeDownlinkRbgMaps().
|
static |
Definition at line 53 of file lte-ffr-algorithm.cc.
References GetFrCellTypeId(), m_enabledInUplink, SetFrCellTypeId(), and ns3::TypeId::SetParent().
uint8_t ns3::LteFfrAlgorithm::GetUlBandwidth | ( | ) | const |
Definition at line 81 of file lte-ffr-algorithm.cc.
References m_ulBandwidth, and NS_LOG_FUNCTION.
|
protectedpure virtual |
Automatic FR reconfiguration.
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
void ns3::LteFfrAlgorithm::SetDlBandwidth | ( | uint8_t | bw | ) |
bw | the downlink bandwidth in RBs |
Definition at line 116 of file lte-ffr-algorithm.cc.
References m_dlBandwidth, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by DoSetBandwidth().
void ns3::LteFfrAlgorithm::SetFrCellTypeId | ( | uint8_t | cellTypeId | ) |
cellTypeId | for automatic FR configuration |
Definition at line 137 of file lte-ffr-algorithm.cc.
References m_frCellTypeId, m_needReconfiguration, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
|
pure virtual |
Set the "user" part of the LteFfrRrcSap interface that this frequency reuse algorithm instance will interact with.
s | a reference to the "user" part of the interface, typically a member of an LteEnbRrc instance |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
|
pure virtual |
Set the "user" part of the LteFfrSap interface that this frequency reuse algorithm instance will interact with.
s | a reference to the "user" part of the interface, typically a member of an Scheduler instance |
Implemented in ns3::LteFfrSimple, ns3::LteFrNoOpAlgorithm, ns3::LteFfrEnhancedAlgorithm, ns3::LteFfrSoftAlgorithm, ns3::LteFrSoftAlgorithm, ns3::LteFrStrictAlgorithm, ns3::LteFrHardAlgorithm, and ns3::LteFfrDistributedAlgorithm.
void ns3::LteFfrAlgorithm::SetUlBandwidth | ( | uint8_t | bw | ) |
bw | the uplink bandwidth in RBs |
Definition at line 88 of file lte-ffr-algorithm.cc.
References m_ulBandwidth, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by DoSetBandwidth().
|
protected |
Definition at line 242 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrDistributedAlgorithm::Calculate(), ns3::LteFfrDistributedAlgorithm::DoRecvLoadInformation(), ns3::LteFfrDistributedAlgorithm::DoReportUeMeas(), DoSetCellId(), ns3::LteFfrDistributedAlgorithm::SendLoadInformation(), ns3::LteFrHardAlgorithm::SetDownlinkConfiguration(), and ns3::LteFrHardAlgorithm::SetUplinkConfiguration().
|
protected |
downlink bandwidth in RBs
Definition at line 244 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrDistributedAlgorithm::Calculate(), ns3::LteFrNoOpAlgorithm::DoGetAvailableDlRbg(), ns3::LteFfrSimple::DoGetAvailableDlRbg(), ns3::LteFfrDistributedAlgorithm::DoInitialize(), ns3::LteFrHardAlgorithm::DoInitialize(), ns3::LteFrSoftAlgorithm::DoInitialize(), ns3::LteFfrSoftAlgorithm::DoInitialize(), ns3::LteFrStrictAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoReportDlCqiInfo(), GetDlBandwidth(), ns3::LteFfrDistributedAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrHardAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFfrSoftAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrSoftAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrStrictAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFfrEnhancedAlgorithm::InitializeDownlinkRbgMaps(), ns3::LteFrSoftAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFrStrictAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFfrDistributedAlgorithm::Reconfigure(), ns3::LteFrHardAlgorithm::Reconfigure(), ns3::LteFrStrictAlgorithm::Reconfigure(), ns3::LteFrSoftAlgorithm::Reconfigure(), ns3::LteFfrSoftAlgorithm::Reconfigure(), ns3::LteFfrEnhancedAlgorithm::Reconfigure(), SetDlBandwidth(), ns3::LteFrHardAlgorithm::SetDownlinkConfiguration(), ns3::LteFfrSoftAlgorithm::SetDownlinkConfiguration(), ns3::LteFrSoftAlgorithm::SetDownlinkConfiguration(), ns3::LteFrStrictAlgorithm::SetDownlinkConfiguration(), and ns3::LteFfrEnhancedAlgorithm::SetDownlinkConfiguration().
|
protected |
If true FR algorithm will also work in Uplink.
Definition at line 249 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrEnhancedAlgorithm::DoGetAvailableUlRbg(), ns3::LteFfrDistributedAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrHardAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrSoftAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrStrictAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrSoftAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrEnhancedAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrDistributedAlgorithm::DoGetTpc(), ns3::LteFrSoftAlgorithm::DoGetTpc(), ns3::LteFrStrictAlgorithm::DoGetTpc(), ns3::LteFfrSoftAlgorithm::DoGetTpc(), ns3::LteFfrEnhancedAlgorithm::DoGetTpc(), ns3::LteFfrDistributedAlgorithm::DoIsUlRbgAvailableForUe(), ns3::LteFrHardAlgorithm::DoIsUlRbgAvailableForUe(), ns3::LteFrSoftAlgorithm::DoIsUlRbgAvailableForUe(), ns3::LteFfrSoftAlgorithm::DoIsUlRbgAvailableForUe(), ns3::LteFrStrictAlgorithm::DoIsUlRbgAvailableForUe(), ns3::LteFfrEnhancedAlgorithm::DoIsUlRbgAvailableForUe(), GetTypeId(), ns3::LteFrHardAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFrStrictAlgorithm::InitializeUplinkRbgMaps(), and ns3::LteFfrEnhancedAlgorithm::InitializeUplinkRbgMaps().
|
protected |
FFR cell type ID for automatic configuration.
Definition at line 247 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrDistributedAlgorithm::DoInitialize(), ns3::LteFrHardAlgorithm::DoInitialize(), ns3::LteFrSoftAlgorithm::DoInitialize(), ns3::LteFfrSoftAlgorithm::DoInitialize(), ns3::LteFrStrictAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoInitialize(), GetFrCellTypeId(), ns3::LteFfrDistributedAlgorithm::Reconfigure(), ns3::LteFrHardAlgorithm::Reconfigure(), ns3::LteFrStrictAlgorithm::Reconfigure(), ns3::LteFrSoftAlgorithm::Reconfigure(), ns3::LteFfrSoftAlgorithm::Reconfigure(), ns3::LteFfrEnhancedAlgorithm::Reconfigure(), and SetFrCellTypeId().
|
protected |
If true FR algorithm will be reconfigured.
Definition at line 251 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrDistributedAlgorithm::DoGetAvailableDlRbg(), ns3::LteFrHardAlgorithm::DoGetAvailableDlRbg(), ns3::LteFrSoftAlgorithm::DoGetAvailableDlRbg(), ns3::LteFfrSoftAlgorithm::DoGetAvailableDlRbg(), ns3::LteFrStrictAlgorithm::DoGetAvailableDlRbg(), ns3::LteFfrEnhancedAlgorithm::DoGetAvailableDlRbg(), ns3::LteFfrDistributedAlgorithm::Reconfigure(), ns3::LteFrHardAlgorithm::Reconfigure(), ns3::LteFrStrictAlgorithm::Reconfigure(), ns3::LteFfrSoftAlgorithm::Reconfigure(), ns3::LteFrSoftAlgorithm::Reconfigure(), ns3::LteFfrEnhancedAlgorithm::Reconfigure(), and SetFrCellTypeId().
|
protected |
uplink bandwidth in RBs
Definition at line 245 of file lte-ffr-algorithm.h.
Referenced by ns3::LteFfrDistributedAlgorithm::Calculate(), ns3::LteFrNoOpAlgorithm::DoGetAvailableUlRbg(), ns3::LteFfrSimple::DoGetAvailableUlRbg(), ns3::LteFfrDistributedAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrHardAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrSoftAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrSoftAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrStrictAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrEnhancedAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFrNoOpAlgorithm::DoGetMinContinuousUlBandwidth(), ns3::LteFfrSimple::DoGetMinContinuousUlBandwidth(), ns3::LteFfrDistributedAlgorithm::DoInitialize(), ns3::LteFrHardAlgorithm::DoInitialize(), ns3::LteFrStrictAlgorithm::DoInitialize(), ns3::LteFfrSoftAlgorithm::DoInitialize(), ns3::LteFrSoftAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoInitialize(), ns3::LteFfrEnhancedAlgorithm::DoReportDlCqiInfo(), ns3::LteFfrEnhancedAlgorithm::DoReportUlCqiInfo(), ns3::LteFfrEnhancedAlgorithm::EstimateUlSinr(), GetUlBandwidth(), ns3::LteFfrDistributedAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFrHardAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFfrSoftAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFrStrictAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFrSoftAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFfrEnhancedAlgorithm::InitializeUplinkRbgMaps(), ns3::LteFfrDistributedAlgorithm::Reconfigure(), ns3::LteFrHardAlgorithm::Reconfigure(), ns3::LteFfrSoftAlgorithm::Reconfigure(), ns3::LteFrStrictAlgorithm::Reconfigure(), ns3::LteFrSoftAlgorithm::Reconfigure(), ns3::LteFfrEnhancedAlgorithm::Reconfigure(), SetUlBandwidth(), ns3::LteFrHardAlgorithm::SetUplinkConfiguration(), ns3::LteFrStrictAlgorithm::SetUplinkConfiguration(), ns3::LteFrSoftAlgorithm::SetUplinkConfiguration(), ns3::LteFfrSoftAlgorithm::SetUplinkConfiguration(), and ns3::LteFfrEnhancedAlgorithm::SetUplinkConfiguration().