A Discrete-Event Network Simulator
API
ns3::LteCcmMacSapProvider Class Referenceabstract

Service Access Point (SAP) offered by the component carrier manager (CCM) by MAC to CCM. More...

#include "lte-ccm-mac-sap.h"

+ Inheritance diagram for ns3::LteCcmMacSapProvider:

Public Member Functions

virtual ~LteCcmMacSapProvider ()
 
virtual void ReportMacCeToScheduler (MacCeListElement_s bsr)=0
 Add the Buffer Status Report to the list. More...
 

Detailed Description

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 43 of file lte-ccm-mac-sap.h.

Constructor & Destructor Documentation

ns3::LteCcmMacSapProvider::~LteCcmMacSapProvider ( )
virtual

Definition at line 27 of file lte-ccm-mac-sap.cc.

Member Function Documentation

virtual void ns3::LteCcmMacSapProvider::ReportMacCeToScheduler ( MacCeListElement_s  bsr)
pure virtual

Add the Buffer Status Report to the list.

Parameters
bsrLteEnbComponentCarrierManager used this function to send back an uplink BSR to some of the MAC instances

Implemented in ns3::MemberLteCcmMacSapProvider< C >.


The documentation for this class was generated from the following files: