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

#include <lte-control-messages.h>

+ Inheritance diagram for ns3::UlDciLteControlMessage:

Public Member Functions

UlDciListElement_s GetDci (void)
 Get dic informations. More...
 
void SetDci (UlDciListElement_s dci)
 add a DCI into the message More...
 
- 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

UlDciListElement_s m_dci
 

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

The Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink

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

Member Function Documentation

UlDciListElement_s ns3::UlDciLteControlMessage::GetDci ( void  )

Get dic informations.

Returns
dci messages

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

void ns3::UlDciLteControlMessage::SetDci ( UlDciListElement_s  dci)

add a DCI into the message

Parameters
dcithe dci

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

Referenced by ns3::LteEnbPhy::StartSubFrame().


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