The Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink. More...
#include "lte-control-messages.h"
 Inheritance diagram for ns3::UlDciLteControlMessage:
 Inheritance diagram for ns3::UlDciLteControlMessage: Collaboration diagram for ns3::UlDciLteControlMessage:
 Collaboration diagram for ns3::UlDciLteControlMessage:| Public Member Functions | |
| UlDciLteControlMessage () | |
| ~UlDciLteControlMessage () override | |
| const UlDciListElement_s & | GetDci () | 
| Get dic information. | |
| void | SetDci (UlDciListElement_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 | |
| UlDciListElement_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 Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink.
Definition at line 112 of file lte-control-messages.h.
| ns3::UlDciLteControlMessage::UlDciLteControlMessage | ( | ) | 
Definition at line 66 of file lte-control-messages.cc.
References ns3::LteControlMessage::SetMessageType(), and ns3::LteControlMessage::UL_DCI.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | override | 
Definition at line 71 of file lte-control-messages.cc.
| const UlDciListElement_s & ns3::UlDciLteControlMessage::GetDci | ( | ) | 
Get dic information.
Definition at line 82 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 76 of file lte-control-messages.cc.
References m_dci.
Referenced by ns3::LteEnbPhy::StartSubFrame().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private |