The Downlink Data Control Indicator messages defines the RB allocation for the users in the downlink. More...
#include "lte-control-messages.h"
Public Member Functions | |
DlDciLteControlMessage () | |
~DlDciLteControlMessage () override | |
const DlDciListElement_s & | GetDci () |
Get dic information. | |
void | SetDci (DlDciListElement_s dci) |
add a DCI into 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. | |
SimpleRefCount & | operator= (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 | |
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... |
The Downlink Data Control Indicator messages defines the RB allocation for the users in the downlink.
Definition at line 83 of file lte-control-messages.h.
ns3::DlDciLteControlMessage::DlDciLteControlMessage | ( | ) |
Definition at line 43 of file lte-control-messages.cc.
References ns3::LteControlMessage::DL_DCI, and ns3::LteControlMessage::SetMessageType().
|
override |
Definition at line 48 of file lte-control-messages.cc.
const DlDciListElement_s & ns3::DlDciLteControlMessage::GetDci | ( | ) |
Get dic information.
Definition at line 59 of file lte-control-messages.cc.
References m_dci.
void ns3::DlDciLteControlMessage::SetDci | ( | DlDciListElement_s | dci | ) |
add a DCI into the message
dci | the dci |
Definition at line 53 of file lte-control-messages.cc.
References m_dci.
|
private |