A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::RachPreambleLteControlMessage Class Reference

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::LteControlMessage
 LteControlMessage (void)
 
virtual ~LteControlMessage (void)
 
MessageType GetMessageType (void)
 Get the type of the message. More...
 
void SetMessageType (MessageType type)
 Set the type of the message. 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...
 
SimpleRefCountoperator= (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

- Public Types inherited from ns3::LteControlMessage
enum  MessageType {
  DL_DCI, UL_DCI, DL_CQI, UL_CQI,
  BSR, DL_HARQ, RACH_PREAMBLE, RAR,
  MIB, SIB1
}
 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...
 

Detailed Description

abstract model for the Random Access Preamble

Definition at line 244 of file lte-control-messages.h.

Constructor & Destructor Documentation

ns3::RachPreambleLteControlMessage::RachPreambleLteControlMessage ( void  )

Definition at line 179 of file lte-control-messages.cc.

References ns3::LteControlMessage::RACH_PREAMBLE, and ns3::LteControlMessage::SetMessageType().

+ Here is the call graph for this function:

Member Function Documentation

uint32_t ns3::RachPreambleLteControlMessage::GetRapId ( ) const
Returns
the RAPID

Definition at line 191 of file lte-control-messages.cc.

References m_rapId.

void ns3::RachPreambleLteControlMessage::SetRapId ( uint32_t  rapid)

Set the Random Access Preamble Identifier (RAPID), see 3GPP TS 36.321 6.2.2.

Parameters
rapidthe RAPID

Definition at line 185 of file lte-control-messages.cc.

References m_rapId.

Member Data Documentation

uint32_t ns3::RachPreambleLteControlMessage::m_rapId
private

Definition at line 263 of file lte-control-messages.h.

Referenced by GetRapId(), and SetRapId().


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