#include <lte-ue-cphy-sap.h>
Public Member Functions | |
virtual | ~LteUeCphySapUser () |
virtual void | RecvMasterInformationBlock (LteRrcSap::MasterInformationBlock mib)=0 |
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.
|
virtual |
destructor
Definition at line 29 of file lte-ue-cphy-sap.cc.
|
pure virtual |
mib | the Master Information Block received on the BCH |
Implemented in ns3::MemberLteUeCphySapUser< C >.
Referenced by ns3::LteUePhy::ReceiveLteControlMessageList().