The uplink BsrLteControlMessage defines the specific extension of the CE element for reporting the buffer status report. More...
#include "lte-control-messages.h"
 Inheritance diagram for ns3::BsrLteControlMessage:
 Inheritance diagram for ns3::BsrLteControlMessage: Collaboration diagram for ns3::BsrLteControlMessage:
 Collaboration diagram for ns3::BsrLteControlMessage:| Public Member Functions | |
| BsrLteControlMessage () | |
| ~BsrLteControlMessage () override | |
| MacCeListElement_s | GetBsr () | 
| Get BSR information. | |
| void | SetBsr (MacCeListElement_s bsr) | 
| add a BSR feedback record 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 | |
| MacCeListElement_s | m_bsr | 
| BSR. | |
| 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 BsrLteControlMessage defines the specific extension of the CE element for reporting the buffer status report.
Definition at line 170 of file lte-control-messages.h.
| ns3::BsrLteControlMessage::BsrLteControlMessage | ( | ) | 
Definition at line 112 of file lte-control-messages.cc.
References ns3::LteControlMessage::BSR, and ns3::LteControlMessage::SetMessageType().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | override | 
Definition at line 117 of file lte-control-messages.cc.
| MacCeListElement_s ns3::BsrLteControlMessage::GetBsr | ( | ) | 
Get BSR information.
Definition at line 128 of file lte-control-messages.cc.
References m_bsr.
| void ns3::BsrLteControlMessage::SetBsr | ( | MacCeListElement_s | bsr | ) | 
add a BSR feedback record into the message.
| bsr | the BSR feedback | 
Definition at line 122 of file lte-control-messages.cc.
References m_bsr.
| 
 | private |