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

#include <lte-control-messages.h>

+ Inheritance diagram for ns3::RachPreambleLteControlMessage:

Public Member Functions

uint32_t GetRapId () const
 
void SetRapId (uint32_t rapid)
 
- Public Member Functions inherited from ns3::LteControlMessage
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 (const SimpleRefCount &o)
 
uint32_t GetReferenceCount (void) const
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 
void Ref (void) const
 
void Unref (void) const
 

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
}
 
- Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage >
static void Cleanup (void)
 

Detailed Description

abstract model for the Random Access Preamble

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

Member Function Documentation

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

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

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

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

Parameters
rapid

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


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