#include <lte-control-messages.h>
Inheritance diagram for ns3::RarLteControlMessage:Classes | |
| struct | Rar |
Public Member Functions | |
| void | AddRar (Rar rar) |
| 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 (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Private Attributes | |
| std::list< Rar > | m_rarList |
| uint16_t | m_raRnti |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) |
abstract model for the MAC Random Access Response message
Definition at line 367 of file lte-control-messages.h.
| 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.
| uint16_t ns3::RarLteControlMessage::GetRaRnti | ( | ) | const |
Definition at line 213 of file lte-control-messages.cc.
| std::list< RarLteControlMessage::Rar >::const_iterator ns3::RarLteControlMessage::RarListBegin | ( | ) | const |
Definition at line 226 of file lte-control-messages.cc.
| std::list< RarLteControlMessage::Rar >::const_iterator ns3::RarLteControlMessage::RarListEnd | ( | ) | const |
Definition at line 232 of file lte-control-messages.cc.
| 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.