A Discrete-Event Network Simulator
API
ns3::UeMemberLteUeCmacSapUser Class Reference

UeMemberLteUeCmacSapUser class. More...

+ Inheritance diagram for ns3::UeMemberLteUeCmacSapUser:
+ Collaboration diagram for ns3::UeMemberLteUeCmacSapUser:

Public Member Functions

 UeMemberLteUeCmacSapUser (LteUeRrc *rrc)
 Constructor. More...
 
virtual void NotifyRandomAccessFailed ()
 Notify the RRC that the MAC Random Access procedure failed. More...
 
virtual void NotifyRandomAccessSuccessful ()
 Notify the RRC that the MAC Random Access procedure completed successfully. More...
 
virtual void SetTemporaryCellRnti (uint16_t rnti)
 
- Public Member Functions inherited from ns3::LteUeCmacSapUser
virtual ~LteUeCmacSapUser ()
 

Private Attributes

LteUeRrcm_rrc
 the RRC class More...
 

Detailed Description

UeMemberLteUeCmacSapUser class.

Definition at line 51 of file lte-ue-rrc.cc.

Constructor & Destructor Documentation

ns3::UeMemberLteUeCmacSapUser::UeMemberLteUeCmacSapUser ( LteUeRrc rrc)

Constructor.

Parameters
rrcthe RRC class

Definition at line 69 of file lte-ue-rrc.cc.

Member Function Documentation

void ns3::UeMemberLteUeCmacSapUser::NotifyRandomAccessFailed ( )
virtual

Notify the RRC that the MAC Random Access procedure failed.

Implements ns3::LteUeCmacSapUser.

Definition at line 88 of file lte-ue-rrc.cc.

References ns3::LteUeRrc::DoNotifyRandomAccessFailed(), and m_rrc.

+ Here is the call graph for this function:

void ns3::UeMemberLteUeCmacSapUser::NotifyRandomAccessSuccessful ( )
virtual

Notify the RRC that the MAC Random Access procedure completed successfully.

Implements ns3::LteUeCmacSapUser.

Definition at line 82 of file lte-ue-rrc.cc.

References ns3::LteUeRrc::DoNotifyRandomAccessSuccessful(), and m_rrc.

+ Here is the call graph for this function:

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

Implements ns3::LteUeCmacSapUser.

Definition at line 75 of file lte-ue-rrc.cc.

References ns3::LteUeRrc::DoSetTemporaryCellRnti(), and m_rrc.

+ Here is the call graph for this function:

Member Data Documentation

LteUeRrc* ns3::UeMemberLteUeCmacSapUser::m_rrc
private

the RRC class

Definition at line 66 of file lte-ue-rrc.cc.

Referenced by NotifyRandomAccessFailed(), NotifyRandomAccessSuccessful(), and SetTemporaryCellRnti().


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