The downlink DlHarqFeedbackLteControlMessage defines the specific messages for transmitting the DL HARQ feedback through PUCCH. More...
#include "lte-control-messages.h"
 Inheritance diagram for ns3::DlHarqFeedbackLteControlMessage:
 Collaboration diagram for ns3::DlHarqFeedbackLteControlMessage:Public Member Functions | |
| DlHarqFeedbackLteControlMessage (void) | |
| virtual | ~DlHarqFeedbackLteControlMessage (void) | 
| DlInfoListElement_s | GetDlHarqFeedback (void) | 
| Get DL HARQ informations.  More... | |
| void | SetDlHarqFeedback (DlInfoListElement_s m) | 
| add a DL HARQ feedback record 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 | |
| DlInfoListElement_s | m_dlInfoListElement | 
| DL info list element.  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 DlHarqFeedbackLteControlMessage defines the specific messages for transmitting the DL HARQ feedback through PUCCH.
Definition at line 213 of file lte-control-messages.h.
| ns3::DlHarqFeedbackLteControlMessage::DlHarqFeedbackLteControlMessage | ( | void | ) | 
Definition at line 287 of file lte-control-messages.cc.
References ns3::LteControlMessage::DL_HARQ, and ns3::LteControlMessage::SetMessageType().
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 293 of file lte-control-messages.cc.
| DlInfoListElement_s ns3::DlHarqFeedbackLteControlMessage::GetDlHarqFeedback | ( | void | ) | 
Get DL HARQ informations.
Definition at line 306 of file lte-control-messages.cc.
References m_dlInfoListElement.
| void ns3::DlHarqFeedbackLteControlMessage::SetDlHarqFeedback | ( | DlInfoListElement_s | m | ) | 
add a DL HARQ feedback record into the message.
| m | the DL HARQ feedback | 
Definition at line 299 of file lte-control-messages.cc.
References m_dlInfoListElement.
      
  | 
  private | 
DL info list element.
Definition at line 232 of file lte-control-messages.h.
Referenced by GetDlHarqFeedback(), and SetDlHarqFeedback().