The Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink. More...
#include "lte-control-messages.h"
Public Member Functions | |
UlDciLteControlMessage (void) | |
virtual | ~UlDciLteControlMessage (void) |
UlDciListElement_s | GetDci (void) |
Get dic information. More... | |
void | SetDci (UlDciListElement_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) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (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 | |
UlDciListElement_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 Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink.
Definition at line 122 of file lte-control-messages.h.
ns3::UlDciLteControlMessage::UlDciLteControlMessage | ( | void | ) |
Definition at line 89 of file lte-control-messages.cc.
References ns3::LteControlMessage::SetMessageType(), and ns3::LteControlMessage::UL_DCI.
|
virtual |
Definition at line 95 of file lte-control-messages.cc.
UlDciListElement_s ns3::UlDciLteControlMessage::GetDci | ( | void | ) |
Get dic information.
Definition at line 109 of file lte-control-messages.cc.
References m_dci.
void ns3::UlDciLteControlMessage::SetDci | ( | UlDciListElement_s | dci | ) |
add a DCI into the message
dci | the dci |
Definition at line 101 of file lte-control-messages.cc.
References m_dci.
Referenced by ns3::LteEnbPhy::StartSubFrame().
|
private |