ns-3
ns3::FfMacCschedSapProvider Class Reference

Provides the CSCHED SAP. More...

#include <ff-mac-csched-sap.h>

Inheritance diagram for ns3::FfMacCschedSapProvider:

List of all members.

Classes

struct  CschedCellConfigReqParameters
struct  CschedLcConfigReqParameters
struct  CschedLcReleaseReqParameters
struct  CschedUeConfigReqParameters
struct  CschedUeReleaseReqParameters

Public Member Functions

virtual void CschedCellConfigReq (const struct CschedCellConfigReqParameters &params)=0
 CSCHED_CELL_CONFIG_REQ.
virtual void CschedUeConfigReq (const struct CschedUeConfigReqParameters &params)=0
virtual void CschedLcConfigReq (const struct CschedLcConfigReqParameters &params)=0
virtual void CschedLcReleaseReq (const struct CschedLcReleaseReqParameters &params)=0
virtual void CschedUeReleaseReq (const struct CschedUeReleaseReqParameters &params)=0

Detailed Description

Provides the CSCHED SAP.

This abstract class defines the MAC Scheduler interface specified in the Femto Forum Technical Document:

  • LTE MAC Scheduler Interface Specification v1.11

The Technical Document contains a detailed description of the API. The documentation of this class refers to sections of this Technical Document.

You can found an example of the implementation of this interface in the SampleFfMacCschedSapProvider and SampleFfMacCschedSapuser classes


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