A Discrete-Event Network Simulator
API
ns3::DlDciLteControlMessage Class Reference

The Downlink Data Control Indicator messages defines the RB allocation for the users in the downlink. More...

#include "lte-control-messages.h"

+ Inheritance diagram for ns3::DlDciLteControlMessage:
+ Collaboration diagram for ns3::DlDciLteControlMessage:

Public Member Functions

 DlDciLteControlMessage (void)
 
virtual ~DlDciLteControlMessage (void)
 
DlDciListElement_s GetDci (void)
 Get dic information. More...
 
void SetDci (DlDciListElement_s dci)
 add a DCI into the message 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 ()
 Default 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 operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Private Attributes

DlDciListElement_s m_dci
 DCI. More...
 

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...
 

Detailed Description

The Downlink Data Control Indicator messages defines the RB allocation for the users in the downlink.

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

Constructor & Destructor Documentation

◆ DlDciLteControlMessage()

ns3::DlDciLteControlMessage::DlDciLteControlMessage ( void  )

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

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

+ Here is the call graph for this function:

◆ ~DlDciLteControlMessage()

ns3::DlDciLteControlMessage::~DlDciLteControlMessage ( void  )
virtual

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

Member Function Documentation

◆ GetDci()

DlDciListElement_s ns3::DlDciLteControlMessage::GetDci ( void  )

Get dic information.

Returns
dci messages

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

References m_dci.

◆ SetDci()

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

add a DCI into the message

Parameters
dcithe dci

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

References m_dci.

Referenced by LteDownlinkCtrlSinrTestCase::DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_dci

DlDciListElement_s ns3::DlDciLteControlMessage::m_dci
private

DCI.

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

Referenced by GetDci(), and SetDci().


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