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 (void) | |
virtual | ~BsrLteControlMessage (void) |
MacCeListElement_s | GetBsr (void) |
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 (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= ([[maybe_unused]] 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 | |
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 182 of file lte-control-messages.h.
ns3::BsrLteControlMessage::BsrLteControlMessage | ( | void | ) |
Definition at line 148 of file lte-control-messages.cc.
References ns3::LteControlMessage::BSR, and ns3::LteControlMessage::SetMessageType().
|
virtual |
Definition at line 154 of file lte-control-messages.cc.
MacCeListElement_s ns3::BsrLteControlMessage::GetBsr | ( | void | ) |
Get BSR information.
Definition at line 168 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 160 of file lte-control-messages.cc.
References m_bsr.
|
private |