A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::MemberLteEnbCphySapProvider< C > Class Template Reference

#include <lte-enb-cphy-sap.h>

+ Inheritance diagram for ns3::MemberLteEnbCphySapProvider< C >:

Public Member Functions

 MemberLteEnbCphySapProvider (C *owner)
 
virtual void AddUe (uint16_t rnti)
 
virtual void RemoveUe (uint16_t rnti)
 
virtual void SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth)
 
virtual void SetCellId (uint16_t cellId)
 
virtual void SetEarfcn (uint16_t ulEarfcn, uint16_t dlEarfcn)
 
virtual void SetMasterInformationBlock (LteRrcSap::MasterInformationBlock mib)
 
virtual void SetSrsConfigurationIndex (uint16_t rnti, uint16_t srsCi)
 
virtual void SetTransmissionMode (uint16_t rnti, uint8_t txMode)
 
- Public Member Functions inherited from ns3::LteEnbCphySapProvider
virtual ~LteEnbCphySapProvider ()
 

Private Attributes

C * m_owner
 

Detailed Description

template<class C>
class ns3::MemberLteEnbCphySapProvider< C >

Template for the implementation of the LteEnbCphySapProvider as a member of an owner class of type C to which all methods are forwarded

Definition at line 126 of file lte-enb-cphy-sap.h.

Member Function Documentation

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::AddUe ( uint16_t  rnti)
virtual

Add a new UE to the cell

Parameters
rntithe UE id relative to this cell

Implements ns3::LteEnbCphySapProvider.

Definition at line 181 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::RemoveUe ( uint16_t  rnti)
virtual

Remove an UE from the the cell

Parameters
rntithe UE id relative to this cell

Implements ns3::LteEnbCphySapProvider.

Definition at line 188 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetBandwidth ( uint8_t  ulBandwidth,
uint8_t  dlBandwidth 
)
virtual
Parameters
ulBandwidththe UL bandwidth in PRBs
dlBandwidththe DL bandwidth in PRBs

Implements ns3::LteEnbCphySapProvider.

Definition at line 167 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetCellId ( uint16_t  cellId)
virtual
Parameters
cellIdthe Cell Identifier

Implements ns3::LteEnbCphySapProvider.

Definition at line 159 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetEarfcn ( uint16_t  ulEarfcn,
uint16_t  dlEarfcn 
)
virtual
Parameters
ulEarfcnthe UL EARFCN
dlEarfcnthe DL EARFCN

Implements ns3::LteEnbCphySapProvider.

Definition at line 174 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetMasterInformationBlock ( LteRrcSap::MasterInformationBlock  mib)
virtual
Parameters
mibthe Master Information Block to be sent on the BCH

Implements ns3::LteEnbCphySapProvider.

Definition at line 209 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetSrsConfigurationIndex ( uint16_t  rnti,
uint16_t  srsCi 
)
virtual
Parameters
rntithe RNTI of the user
txModethe SRS Configuration Index of the user

Implements ns3::LteEnbCphySapProvider.

Definition at line 202 of file lte-enb-cphy-sap.h.

template<class C >
void ns3::MemberLteEnbCphySapProvider< C >::SetTransmissionMode ( uint16_t  rnti,
uint8_t  txMode 
)
virtual
Parameters
rntithe RNTI of the user
txModethe transmissionMode of the user

Implements ns3::LteEnbCphySapProvider.

Definition at line 195 of file lte-enb-cphy-sap.h.


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