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 (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::SimpleRefCount< LteControlMessage > | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= ([[maybe_unused]] 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 | |
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 92 of file lte-control-messages.h.
ns3::DlDciLteControlMessage::DlDciLteControlMessage | ( | void | ) |
Definition at line 60 of file lte-control-messages.cc.
References ns3::LteControlMessage::DL_DCI, and ns3::LteControlMessage::SetMessageType().
|
virtual |
Definition at line 66 of file lte-control-messages.cc.
DlDciListElement_s ns3::DlDciLteControlMessage::GetDci | ( | void | ) |
Get dic information.
Definition at line 80 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 72 of file lte-control-messages.cc.
References m_dci.
|
private |