#include <lte-control-messages.h>
 Inheritance diagram for ns3::UlDciLteControlMessage:
 Collaboration diagram for ns3::UlDciLteControlMessage:Public Member Functions | |
| UlDciLteControlMessage (void) | |
| virtual | ~UlDciLteControlMessage (void) | 
| UlDciListElement_s | GetDci (void) | 
| Get dic informations.  More... | |
| void | SetDci (UlDciListElement_s dci) | 
| add a DCI into the message  More... | |
  Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| SimpleRefCount () | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const | 
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| void | Ref (void) const | 
| void | Unref (void) const | 
Private Attributes | |
| UlDciListElement_s | m_dci | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) | 
The Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink
Definition at line 146 of file lte-control-messages.h.
| ns3::UlDciLteControlMessage::UlDciLteControlMessage | ( | void | ) | 
Definition at line 90 of file lte-control-messages.cc.
References ns3::LteControlMessage::SetMessageType(), and ns3::LteControlMessage::UL_DCI.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 96 of file lte-control-messages.cc.
| UlDciListElement_s ns3::UlDciLteControlMessage::GetDci | ( | void | ) | 
Get dic informations.
Definition at line 110 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 102 of file lte-control-messages.cc.
References m_dci.
Referenced by ns3::LteEnbPhy::StartSubFrame().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 166 of file lte-control-messages.h.