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"
 Inheritance diagram for ns3::MemberLteUeCphySapUser< C >:
 Collaboration diagram for ns3::MemberLteUeCphySapUser< C >:Public Member Functions | |
| MemberLteUeCphySapUser (C *owner) | |
| 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 | 
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 341 of file lte-ue-cphy-sap.h.
| ns3::MemberLteUeCphySapUser< C >::MemberLteUeCphySapUser | ( | C * | owner | ) | 
Definition at line 359 of file lte-ue-cphy-sap.h.
      
  | 
  private | 
Definition at line 365 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 371 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 379 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 387 of file lte-ue-cphy-sap.h.
      
  | 
  private | 
Definition at line 355 of file lte-ue-cphy-sap.h.