abstract model for the Random Access Preamble More...
#include "lte-control-messages.h"
 Inheritance diagram for ns3::RachPreambleLteControlMessage:
 Collaboration diagram for ns3::RachPreambleLteControlMessage:Public Member Functions | |
| RachPreambleLteControlMessage (void) | |
| uint32_t | GetRapId () const | 
| void | SetRapId (uint32_t rapid) | 
| Set the Random Access Preamble Identifier (RAPID), see 3GPP TS 36.321 6.2.2.  More... | |
  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 | |
| uint32_t | m_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... | |
  Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) | 
| Noop.  More... | |
abstract model for the Random Access Preamble
Definition at line 244 of file lte-control-messages.h.
| ns3::RachPreambleLteControlMessage::RachPreambleLteControlMessage | ( | void | ) | 
Definition at line 178 of file lte-control-messages.cc.
References ns3::LteControlMessage::RACH_PREAMBLE, and ns3::LteControlMessage::SetMessageType().
 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 184 of file lte-control-messages.cc.
References m_rapId.
      
  | 
  private | 
Definition at line 263 of file lte-control-messages.h.
Referenced by GetRapId(), and SetRapId().