A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::UeMemberLteUeCmacSapUser Class Reference

UeMemberLteUeCmacSapUser class. More...

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

Public Member Functions

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

Private Attributes

LteUeRrcm_rrc
 the RRC class
 

Detailed Description

UeMemberLteUeCmacSapUser class.

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

Constructor & Destructor Documentation

◆ UeMemberLteUeCmacSapUser()

ns3::UeMemberLteUeCmacSapUser::UeMemberLteUeCmacSapUser ( LteUeRrc rrc)

Constructor.

Parameters
rrcthe RRC class

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

Member Function Documentation

◆ NotifyRandomAccessFailed()

void ns3::UeMemberLteUeCmacSapUser::NotifyRandomAccessFailed ( )
overridevirtual

Notify the RRC that the MAC Random Access procedure failed.

Implements ns3::LteUeCmacSapUser.

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

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

+ Here is the call graph for this function:

◆ NotifyRandomAccessSuccessful()

void ns3::UeMemberLteUeCmacSapUser::NotifyRandomAccessSuccessful ( )
overridevirtual

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

Implements ns3::LteUeCmacSapUser.

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

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

+ Here is the call graph for this function:

◆ SetTemporaryCellRnti()

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

Implements ns3::LteUeCmacSapUser.

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

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

+ Here is the call graph for this function:

Member Data Documentation

◆ m_rrc

LteUeRrc* ns3::UeMemberLteUeCmacSapUser::m_rrc
private

the RRC class

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

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


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