A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteMacSapProvider Class Reference

#include <lte-mac-sap.h>

+ Inheritance diagram for ns3::LteMacSapProvider:

Classes

struct  ReportBufferStatusParameters
struct  TransmitPduParameters

Public Member Functions

virtual ~LteMacSapProvider ()
virtual void ReportBufferStatus (ReportBufferStatusParameters params)=0
virtual void TransmitPdu (TransmitPduParameters params)=0

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

Report the RLC buffer status to the MAC

Parameters
params

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

Referenced by ns3::LteRlcAm::DoReceivePdu(), ns3::LteRlcUm::DoReportBufferStatus(), ns3::LteRlcAm::DoTransmitPdcpPdu(), ns3::LteRlcSm::ReportBufferStatus(), and ns3::LteRlcAm::Start().

+ Here is the caller graph for this function:

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

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

Referenced by 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: