A Discrete-Event Network Simulator
API
Classes | Public Member Functions | List of all members
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

◆ ~LteMacSapProvider()

ns3::LteMacSapProvider::~LteMacSapProvider ( )
virtual

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

Member Function Documentation

◆ ReportBufferStatus()

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

◆ TransmitPdu()

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

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