abstract model for the MAC Random Access Response message More...
#include <lte-control-messages.h>
 Inheritance diagram for ns3::RarLteControlMessage:
 Inheritance diagram for ns3::RarLteControlMessage: Collaboration diagram for ns3::RarLteControlMessage:
 Collaboration diagram for ns3::RarLteControlMessage:| Classes | |
| struct | Rar | 
| a MAC RAR and the corresponding RAPID subheader  More... | |
| Public Member Functions | |
| RarLteControlMessage (void) | |
| void | AddRar (Rar rar) | 
| add a RAR to the MAC PDU, see 3GPP TS 36.321 6.2.3  More... | |
| uint16_t | GetRaRnti () const | 
| std::list< Rar >::const_iterator | RarListBegin () const | 
| std::list< Rar >::const_iterator | RarListEnd () const | 
| void | SetRaRnti (uint16_t raRnti) | 
|  Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| SimpleRefCount () | |
| Constructor.  More... | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor.  More... | |
| uint32_t | GetReferenceCount (void) const | 
| Get the reference count of the object.  More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment.  More... | |
| void | Ref (void) const | 
| Increment the reference count.  More... | |
| void | Unref (void) const | 
| Decrement the reference count.  More... | |
| Private Attributes | |
| std::list< Rar > | m_rarList | 
| uint16_t | m_raRnti | 
| Additional Inherited Members | |
| The type of the message NOTE: The messages sent by UE are filtered by the LteEnbPhy::ReceiveLteControlMessageList in order to remove the ones that has been already handoff by the eNB for avoiding propagation of spurious messages.  More... | |
|  Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) | 
| Noop.  More... | |
abstract model for the MAC Random Access Response message
Definition at line 275 of file lte-control-messages.h.
| ns3::RarLteControlMessage::RarLteControlMessage | ( | void | ) | 
Definition at line 200 of file lte-control-messages.cc.
References ns3::LteControlMessage::RAR, and ns3::LteControlMessage::SetMessageType().
 Here is the call graph for this function:
 Here is the call graph for this function:| void ns3::RarLteControlMessage::AddRar | ( | Rar | rar | ) | 
add a RAR to the MAC PDU, see 3GPP TS 36.321 6.2.3
| rar | the rar | 
Definition at line 220 of file lte-control-messages.cc.
References m_rarList.
| uint16_t ns3::RarLteControlMessage::GetRaRnti | ( | ) | const | 
Definition at line 213 of file lte-control-messages.cc.
References m_raRnti.
| std::list< RarLteControlMessage::Rar >::const_iterator ns3::RarLteControlMessage::RarListBegin | ( | ) | const | 
Definition at line 226 of file lte-control-messages.cc.
References m_rarList.
| std::list< RarLteControlMessage::Rar >::const_iterator ns3::RarLteControlMessage::RarListEnd | ( | ) | const | 
Definition at line 232 of file lte-control-messages.cc.
References m_rarList.
| void ns3::RarLteControlMessage::SetRaRnti | ( | uint16_t | raRnti | ) | 
| raRnti | the RA-RNTI, see 3GPP TS 36.321 5.1.4 | 
Definition at line 207 of file lte-control-messages.cc.
References m_raRnti.
Definition at line 322 of file lte-control-messages.h.
Referenced by AddRar(), RarListBegin(), and RarListEnd().
| 
 | private | 
Definition at line 323 of file lte-control-messages.h.
Referenced by GetRaRnti(), and SetRaRnti().