A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()
 
 ~DlDciLteControlMessage () override
 
const DlDciListElement_sGetDci ()
 Get dic information.
 
void SetDci (DlDciListElement_s dci)
 add a DCI into the message
 
- Public Member Functions inherited from ns3::LteControlMessage
 LteControlMessage ()
 
virtual ~LteControlMessage ()
 
MessageType GetMessageType ()
 Get the type of the message.
 
void SetMessageType (MessageType type)
 Set the type of the message.
 
- Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Private Attributes

DlDciListElement_s m_dci
 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 , 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 94 of file lte-control-messages.h.

Constructor & Destructor Documentation

◆ DlDciLteControlMessage()

ns3::DlDciLteControlMessage::DlDciLteControlMessage ( )

Definition at line 54 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 ( )
override

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

Member Function Documentation

◆ GetDci()

const DlDciListElement_s & ns3::DlDciLteControlMessage::GetDci ( )

Get dic information.

Returns
dci messages

Definition at line 70 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 64 of file lte-control-messages.cc.

References m_dci.

Member Data Documentation

◆ m_dci

DlDciListElement_s ns3::DlDciLteControlMessage::m_dci
private

DCI.

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

Referenced by GetDci(), and SetDci().


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