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

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

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

+ Inheritance diagram for ns3::LteUeCmacSapProvider:

Classes

struct  LogicalChannelConfig
 
struct  RachConfig
 

Public Member Functions

virtual ~LteUeCmacSapProvider ()
 
virtual void AddLc (uint8_t lcId, LogicalChannelConfig lcConfig, LteMacSapUser *msu)=0
 add a new Logical Channel (LC) More...
 
virtual void ConfigureRach (RachConfig rc)=0
 
virtual void RemoveLc (uint8_t lcId)=0
 remove an existing LC More...
 
virtual void Reset ()=0
 reset the MAC More...
 
virtual void StartContentionBasedRandomAccessProcedure ()=0
 tell the MAC to start a contention-based random access procedure, e.g., to perform RRC connection establishment More...
 
virtual void StartNonContentionBasedRandomAccessProcedure (uint16_t rnti, uint8_t rapId, uint8_t prachMask)=0
 tell the MAC to start a non-contention-based random access procedure, e.g., as a consequence of handover More...
 

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,
LogicalChannelConfig  lcConfig,
LteMacSapUser msu 
)
pure virtual

add a new Logical Channel (LC)

Parameters
lcIdthe ID of the LC
lcConfigthe LC configuration provided by the RRC
msuthe corresponding LteMacSapUser

Implemented in ns3::UeMemberLteUeCmacSapProvider.

Referenced by ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), and ns3::LteUeRrc::DoInitialize().

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::ConfigureRach ( RachConfig  rc)
pure virtual

Implemented in ns3::UeMemberLteUeCmacSapProvider.

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

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::RemoveLc ( uint8_t  lcId)
pure virtual

remove an existing LC

Parameters
lcId

Implemented in ns3::UeMemberLteUeCmacSapProvider.

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

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::Reset ( )
pure virtual

reset the MAC

Implemented in ns3::UeMemberLteUeCmacSapProvider.

Referenced by ns3::LteUeRrc::DoRecvRrcConnectionReconfiguration(), and ns3::LteUeRrc::DoRecvRrcConnectionReject().

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::StartContentionBasedRandomAccessProcedure ( )
pure virtual

tell the MAC to start a contention-based random access procedure, e.g., to perform RRC connection establishment

Implemented in ns3::UeMemberLteUeCmacSapProvider.

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

+ Here is the caller graph for this function:

virtual void ns3::LteUeCmacSapProvider::StartNonContentionBasedRandomAccessProcedure ( uint16_t  rnti,
uint8_t  rapId,
uint8_t  prachMask 
)
pure virtual

tell the MAC to start a non-contention-based random access procedure, e.g., as a consequence of handover

Parameters
rnti
rapIdRandom Access Preamble Identifier
prachMask

Implemented in ns3::UeMemberLteUeCmacSapProvider.

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

+ Here is the caller graph for this function:


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