Template for the implementation of the LteUeCphySapUser as a member of an owner class of type C to which all methods are forwarded. More...
#include "lte-ue-cphy-sap.h"
Public Member Functions | |
MemberLteUeCphySapUser (C *owner) | |
Constructor. More... | |
virtual void | RecvMasterInformationBlock (uint16_t cellId, LteRrcSap::MasterInformationBlock mib) |
Relay an MIB message from the PHY entity to the RRC layer. More... | |
virtual void | RecvSystemInformationBlockType1 (uint16_t cellId, LteRrcSap::SystemInformationBlockType1 sib1) |
Relay an SIB1 message from the PHY entity to the RRC layer. More... | |
virtual void | ReportUeMeasurements (LteUeCphySapUser::UeMeasurementsParameters params) |
Send a report of RSRP and RSRQ values perceived from PSS by the PHY entity (after applying layer-1 filtering) to the RRC layer. More... | |
Public Member Functions inherited from ns3::LteUeCphySapUser | |
virtual | ~LteUeCphySapUser () |
destructor More... | |
Private Member Functions | |
MemberLteUeCphySapUser () | |
Private Attributes | |
C * | m_owner |
the owner class More... | |
Template for the implementation of the LteUeCphySapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 348 of file lte-ue-cphy-sap.h.
ns3::MemberLteUeCphySapUser< C >::MemberLteUeCphySapUser | ( | C * | owner | ) |
|
private |
Definition at line 377 of file lte-ue-cphy-sap.h.
|
virtual |
Relay an MIB message from the PHY entity to the RRC layer.
cellId | the ID of the eNodeB where the message originates from |
mib | the Master Information Block message |
This function is typically called after PHY receives an MIB message over the BCH.
Implements ns3::LteUeCphySapUser.
Definition at line 383 of file lte-ue-cphy-sap.h.
|
virtual |
Relay an SIB1 message from the PHY entity to the RRC layer.
cellId | the ID of the eNodeB where the message originates from |
sib1 | the System Information Block Type 1 message |
This function is typically called after PHY receives an SIB1 message over the BCH.
Implements ns3::LteUeCphySapUser.
Definition at line 391 of file lte-ue-cphy-sap.h.
|
virtual |
Send a report of RSRP and RSRQ values perceived from PSS by the PHY entity (after applying layer-1 filtering) to the RRC layer.
params | the structure containing a vector of cellId, RSRP and RSRQ |
Implements ns3::LteUeCphySapUser.
Definition at line 399 of file lte-ue-cphy-sap.h.
|
private |
the owner class
Definition at line 367 of file lte-ue-cphy-sap.h.