abstract model for the Random Access Preamble More...
#include "lte-control-messages.h"
 Inheritance diagram for ns3::RachPreambleLteControlMessage:
 Inheritance diagram for ns3::RachPreambleLteControlMessage: Collaboration diagram for ns3::RachPreambleLteControlMessage:
 Collaboration diagram for ns3::RachPreambleLteControlMessage:| Public Member Functions | |
| RachPreambleLteControlMessage () | |
| uint32_t | GetRapId () const | 
| void | SetRapId (uint32_t rapid) | 
| Set the Random Access Preamble Identifier (RAPID), see 3GPP TS 36.321 6.2.2. | |
|  Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| SimpleRefCount () | |
| Default constructor. | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor. | |
| uint32_t | GetReferenceCount () const | 
| Get the reference count of the object. | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator. | |
| void | Ref () const | 
| Increment the reference count. | |
| void | Unref () const | 
| Decrement the reference count. | |
| Private Attributes | |
| uint32_t | m_rapId | 
| the RAPID | |
| 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... | |
abstract model for the Random Access Preamble
Definition at line 228 of file lte-control-messages.h.
| ns3::RachPreambleLteControlMessage::RachPreambleLteControlMessage | ( | ) | 
Definition at line 135 of file lte-control-messages.cc.
References ns3::LteControlMessage::RACH_PREAMBLE, and ns3::LteControlMessage::SetMessageType().
 Here is the call graph for this function:
 Here is the call graph for this function:| uint32_t ns3::RachPreambleLteControlMessage::GetRapId | ( | ) | const | 
| void ns3::RachPreambleLteControlMessage::SetRapId | ( | uint32_t | rapid | ) | 
Set the Random Access Preamble Identifier (RAPID), see 3GPP TS 36.321 6.2.2.
| rapid | the RAPID | 
Definition at line 141 of file lte-control-messages.cc.
References m_rapId.
| 
 | private | 
the RAPID
Definition at line 247 of file lte-control-messages.h.
Referenced by GetRapId(), and SetRapId().