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

#include <lte-control-messages.h>

+ Inheritance diagram for ns3::DlDciLteControlMessage:

Public Member Functions

DlDciListElement_s GetDci (void)
 Get dic informations. More...
 
void SetDci (DlDciListElement_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

DlDciListElement_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 Downlink Data Control Indicator messages defines the RB allocation for the users in the downlink

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

Member Function Documentation

DlDciListElement_s ns3::DlDciLteControlMessage::GetDci ( void  )

Get dic informations.

Returns
dci messages

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

void ns3::DlDciLteControlMessage::SetDci ( DlDciListElement_s  dci)

add a DCI into the message

Parameters
dcithe dci

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


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