The uplink BsrLteControlMessage defines the specific extension of the CE element for reporting the buffer status report. More...
#include "lte-control-messages.h"
Public Member Functions | |
BsrLteControlMessage () | |
~BsrLteControlMessage () override | |
MacCeListElement_s | GetBsr () |
Get BSR information. More... | |
void | SetBsr (MacCeListElement_s bsr) |
add a BSR feedback record into the message. More... | |
Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
Assignment operator. More... | |
void | Ref () const |
Increment the reference count. More... | |
void | Unref () const |
Decrement the reference count. More... | |
Private Attributes | |
MacCeListElement_s | m_bsr |
BSR. 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 uplink BsrLteControlMessage defines the specific extension of the CE element for reporting the buffer status report.
Definition at line 181 of file lte-control-messages.h.
ns3::BsrLteControlMessage::BsrLteControlMessage | ( | ) |
Definition at line 123 of file lte-control-messages.cc.
References ns3::LteControlMessage::BSR, and ns3::LteControlMessage::SetMessageType().
|
override |
Definition at line 128 of file lte-control-messages.cc.
MacCeListElement_s ns3::BsrLteControlMessage::GetBsr | ( | ) |
Get BSR information.
Definition at line 139 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 133 of file lte-control-messages.cc.
References m_bsr.
|
private |