A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LteUeCphySapUser Class Referenceabstract

#include <lte-ue-cphy-sap.h>

+ Inheritance diagram for ns3::LteUeCphySapUser:

Public Member Functions

virtual ~LteUeCphySapUser ()
 
virtual void RecvMasterInformationBlock (LteRrcSap::MasterInformationBlock mib)=0
 

Detailed Description

Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes

This is the CPHY SAP User, i.e., the part of the SAP that contains the RRC methods called by the PHY

Definition at line 102 of file lte-ue-cphy-sap.h.

Constructor & Destructor Documentation

ns3::LteUeCphySapUser::~LteUeCphySapUser ( )
virtual

destructor

Definition at line 29 of file lte-ue-cphy-sap.cc.

Member Function Documentation

virtual void ns3::LteUeCphySapUser::RecvMasterInformationBlock ( LteRrcSap::MasterInformationBlock  mib)
pure virtual
Parameters
mibthe Master Information Block received on the BCH

Implemented in ns3::MemberLteUeCphySapUser< C >.


The documentation for this class was generated from the following files: