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:
 Inheritance diagram for ns3::DlDciLteControlMessage: Collaboration diagram for ns3::DlDciLteControlMessage:
 Collaboration diagram for ns3::DlDciLteControlMessage:| Public Member Functions | |
| DlDciLteControlMessage (void) | |
| virtual | ~DlDciLteControlMessage (void) | 
| DlDciListElement_s | GetDci (void) | 
| Get dic informations.  More... | |
| void | SetDci (DlDciListElement_s dci) | 
| add a DCI into the message  More... | |
|  Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| SimpleRefCount () | |
| 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.  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 | 
| 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... | |
|  Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) | 
| Noop.  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 61 of file lte-control-messages.cc.
References ns3::LteControlMessage::DL_DCI, and ns3::LteControlMessage::SetMessageType().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Definition at line 67 of file lte-control-messages.cc.
| DlDciListElement_s ns3::DlDciLteControlMessage::GetDci | ( | void | ) | 
Get dic informations.
Definition at line 81 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 73 of file lte-control-messages.cc.
References m_dci.
| 
 | private | 
Definition at line 111 of file lte-control-messages.h.