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

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

+ Inheritance diagram for ns3::LteUeCmacSapUser:

Public Member Functions

virtual void NotifyRandomAccessFailed ()=0
 
virtual void NotifyRandomAccessSuccessful ()=0
 
virtual void SetTemporaryCellRnti (uint16_t rnti)=0
 

Detailed Description

Service Access Point (SAP) offered by the UE MAC to the UE RRC

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

Definition at line 111 of file lte-ue-cmac-sap.h.

Member Function Documentation

virtual void ns3::LteUeCmacSapUser::NotifyRandomAccessFailed ( )
pure virtual

Notify the RRC that the MAC Random Access procedure failed

Implemented in ns3::UeMemberLteUeCmacSapUser.

virtual void ns3::LteUeCmacSapUser::NotifyRandomAccessSuccessful ( )
pure virtual

Notify the RRC that the MAC Random Access procedure completed successfully

Implemented in ns3::UeMemberLteUeCmacSapUser.

virtual void ns3::LteUeCmacSapUser::SetTemporaryCellRnti ( uint16_t  rnti)
pure virtual
Parameters
rntithe T-C-RNTI, which will eventually become the C-RNTI after contention resolution

Implemented in ns3::UeMemberLteUeCmacSapUser.


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