MemberLteCcmRrcSapUser class. More...
#include "lte-ccm-rrc-sap.h"
Public Member Functions | |
MemberLteCcmRrcSapUser (C *owner) | |
Constructor. | |
void | AddLcs (std::vector< LteEnbRrcSapProvider::LogicalChannelConfig > lcConfig) override |
add a new Logical Channel (LC) | |
uint8_t | AddUeMeasReportConfigForComponentCarrier (LteRrcSap::ReportConfigEutra reportConfig) override |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. | |
Ptr< UeManager > | GetUeManager (uint16_t rnti) override |
Get UE manager by RNTI. | |
void | ReleaseLcs (uint16_t rnti, uint8_t lcid) override |
remove an existing LC | |
void | SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers) override |
Set the number of component carriers. | |
void | TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId) override |
Instruct the eNodeB RRC entity to prepare a component carrier. | |
Public Member Functions inherited from ns3::LteCcmRrcSapUser | |
virtual | ~LteCcmRrcSapUser () |
virtual void | AddLcs (std::vector< LteEnbRrcSapProvider::LogicalChannelConfig > lcConfig)=0 |
add a new Logical Channel (LC) | |
virtual uint8_t | AddUeMeasReportConfigForComponentCarrier (LteRrcSap::ReportConfigEutra reportConfig)=0 |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. | |
virtual Ptr< UeManager > | GetUeManager (uint16_t rnti)=0 |
Get UE manager by RNTI. | |
virtual void | ReleaseLcs (uint16_t rnti, uint8_t lcid)=0 |
remove an existing LC | |
virtual void | SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers)=0 |
Set the number of component carriers. | |
virtual void | TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId)=0 |
Instruct the eNodeB RRC entity to prepare a component carrier. | |
Private Attributes | |
C * | m_owner |
the owner class | |
MemberLteCcmRrcSapUser class.
Definition at line 324 of file lte-ccm-rrc-sap.h.
ns3::MemberLteCcmRrcSapUser< C >::MemberLteCcmRrcSapUser | ( | C * | owner | ) |
|
overridevirtual |
add a new Logical Channel (LC)
lcConfig | is a single structure contains logical Channel Id, Logical Channel config and Component Carrier Id |
Implements ns3::LteCcmRrcSapUser.
Definition at line 355 of file lte-ccm-rrc-sap.h.
References NS_FATAL_ERROR.
|
overridevirtual |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
reportConfig | the UE measurement reporting configuration |
The eNodeB RRC entity is expected to configure the same reporting configuration in each of the attached UEs. When later in the simulation a UE measurement report is received from a UE as a result of this configuration, the eNodeB RRC entity shall forward this report to the ComponentCarrier algorithm through the LteCcmRrcSapProvider::ReportUeMeas SAP function.
Implements ns3::LteCcmRrcSapUser.
Definition at line 371 of file lte-ccm-rrc-sap.h.
|
overridevirtual |
Get UE manager by RNTI.
rnti | RNTI |
Implements ns3::LteCcmRrcSapUser.
Definition at line 386 of file lte-ccm-rrc-sap.h.
|
overridevirtual |
remove an existing LC
rnti | |
lcid |
Implements ns3::LteCcmRrcSapUser.
Definition at line 363 of file lte-ccm-rrc-sap.h.
References NS_FATAL_ERROR.
|
overridevirtual |
Set the number of component carriers.
noOfComponentCarriers | The number of component carriers |
Implements ns3::LteCcmRrcSapUser.
Definition at line 393 of file lte-ccm-rrc-sap.h.
|
overridevirtual |
Instruct the eNodeB RRC entity to prepare a component carrier.
rnti | Radio Network Temporary Identity, an integer identifying the UE which shall perform the ComponentCarrier |
targetCellId | the cell ID of the target eNodeB |
This function is used by the ComponentCarrier manager when a decision on component carriers configurations.
The process to produce the decision is up to the implementation of ComponentCarrier algorithm. It is typically based on the reported UE measurements, which are received through the LteCcmRrcSapProvider::ReportUeMeas function.
Implements ns3::LteCcmRrcSapUser.
Definition at line 379 of file lte-ccm-rrc-sap.h.
References NS_FATAL_ERROR.
|
private |
the owner class
Definition at line 344 of file lte-ccm-rrc-sap.h.