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

Service Access Point (SAP) offered by the MAC to the RLC See Femto Forum MAC Scheduler Interface Specification v 1.11, Figure 1. More...

#include "lte-mac-sap.h"

+ Inheritance diagram for ns3::LteMacSapProvider:

Classes

struct  ReportBufferStatusParameters
 Parameters for LteMacSapProvider::ReportBufferStatus. More...
 
struct  TransmitPduParameters
 Parameters for LteMacSapProvider::TransmitPdu. More...
 

Public Member Functions

virtual ~LteMacSapProvider ()
 
virtual void ReportBufferStatus (ReportBufferStatusParameters params)=0
 Report the RLC buffer status to the MAC. More...
 
virtual void TransmitPdu (TransmitPduParameters params)=0
 send an RLC PDU to the MAC for transmission. More...
 

Detailed Description

Service Access Point (SAP) offered by the MAC to the RLC See Femto Forum MAC Scheduler Interface Specification v 1.11, Figure 1.

This is the MAC SAP Provider, i.e., the part of the SAP that contains the MAC methods called by the RLC

Definition at line 36 of file lte-mac-sap.h.

Constructor & Destructor Documentation

ns3::LteMacSapProvider::~LteMacSapProvider ( )
virtual

Definition at line 28 of file lte-mac-sap.cc.

Member Function Documentation

virtual void ns3::LteMacSapProvider::ReportBufferStatus ( ReportBufferStatusParameters  params)
pure virtual
virtual void ns3::LteMacSapProvider::TransmitPdu ( TransmitPduParameters  params)
pure virtual

send an RLC PDU to the MAC for transmission.

This method is to be called as a response to LteMacSapUser::NotifyTxOpportunity

Parameters
paramsTransmitPduParameters

Implemented in ns3::EnbMacMemberLteMacSapProvider< C >, ns3::UeMemberLteMacSapProvider, and ns3::SimpleUeCcmMacSapProvider.

Referenced by ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcAm::DoNotifyTxOpportunity(), and ns3::LteRlcSm::DoNotifyTxOpportunity().

+ Here is the caller graph for this function:


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