Service Access Point (SAP) offered by the component carrier manager (CCM) by MAC to CCM. More...
#include "lte-ccm-mac-sap.h"
Public Member Functions | |
virtual | ~LteCcmMacSapProvider () |
virtual void | ReportMacCeToScheduler (MacCeListElement_s bsr)=0 |
Add the Buffer Status Report to the list. More... | |
virtual void | ReportSrToScheduler (uint16_t rnti)=0 |
Report SR to the right scheduler. More... | |
Service Access Point (SAP) offered by the component carrier manager (CCM) by MAC to CCM.
This is the Component Carrier Manager SAP Provider, i.e., the part of the SAP that contains the MAC methods called by the eNodeB CCM instance.
Definition at line 39 of file lte-ccm-mac-sap.h.
|
virtual |
Definition at line 26 of file lte-ccm-mac-sap.cc.
|
pure virtual |
Add the Buffer Status Report to the list.
bsr | LteEnbComponentCarrierManager used this function to send back an uplink BSR to some of the MAC instances |
Implemented in ns3::MemberLteCcmMacSapProvider< C >.
|
pure virtual |
Report SR to the right scheduler.
rnti | RNTI of the user that requested the SR |
Implemented in ns3::MemberLteCcmMacSapProvider< C >.