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

#include <lte-ue-cmac-sap.h>

+ Inheritance diagram for ns3::LteUeCmacSapProvider:

Public Member Functions

virtual ~LteUeCmacSapProvider ()
virtual void AddLc (uint8_t lcId, LteMacSapUser *msu)=0
virtual void ConfigureUe (uint16_t rnti)=0
virtual void RemoveLc (uint8_t lcId)=0
virtual void RrcUpdateConfigurationReq (LteUeConfig_t params)=0

Detailed Description

Service Access Point (SAP) offered by the UE MAC to the UE RRC

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

Definition at line 40 of file lte-ue-cmac-sap.h.

Constructor & Destructor Documentation

ns3::LteUeCmacSapProvider::~LteUeCmacSapProvider ( )
virtual

Definition at line 28 of file lte-ue-cmac-sap.cc.

Member Function Documentation

virtual void ns3::LteUeCmacSapProvider::AddLc ( uint8_t  lcId,
LteMacSapUser msu 
)
pure virtual

Implemented in ns3::UeMemberLteUeCmacSapProvider.

Referenced by ns3::LteUeRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::ConfigureUe ( uint16_t  rnti)
pure virtual

called by the RRC after going to RRC connected

Parameters
rnti

Implemented in ns3::UeMemberLteUeCmacSapProvider.

Referenced by ns3::LteUeRrc::ConfigureUe().

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::RemoveLc ( uint8_t  lcId)
pure virtual
virtual void ns3::LteUeCmacSapProvider::RrcUpdateConfigurationReq ( LteUeConfig_t  params)
pure virtual

Implemented in ns3::UeMemberLteUeCmacSapProvider.

Referenced by ns3::LteUeRrc::DoRrcConfigurationUpdateInd().

+ Here is the caller graph for this function:


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