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

#include <lte-as-sap.h>

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

Public Member Functions

 MemberLteAsSapProvider (C *owner)
 
virtual void Connect (void)
 
virtual void Disconnect ()
 
virtual void ForceCampedOnEnb (uint16_t cellId, uint16_t earfcn)
 
virtual void SendData (Ptr< Packet > packet, uint8_t bid)
 

Private Attributes

C * m_owner
 

Detailed Description

template<class C>
class ns3::MemberLteAsSapProvider< C >

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

Definition at line 129 of file lte-as-sap.h.

Member Function Documentation

template<class C >
void ns3::MemberLteAsSapProvider< C >::Connect ( void  )
virtual

Tell the RRC to go into Connected Mode

Implements ns3::LteAsSapProvider.

Definition at line 166 of file lte-as-sap.h.

template<class C >
void ns3::MemberLteAsSapProvider< C >::Disconnect ( )
virtual

Tell the RRC to release the connection

Implements ns3::LteAsSapProvider.

Definition at line 180 of file lte-as-sap.h.

template<class C >
void ns3::MemberLteAsSapProvider< C >::ForceCampedOnEnb ( uint16_t  cellId,
uint16_t  earfcn 
)
virtual

Force the RRC to stay camped on a certain eNB

Parameters
enbDevicethe eNB device (wild hack, might go away in future versions)
cellIdthe Cell ID identifying the eNB

Implements ns3::LteAsSapProvider.

Definition at line 158 of file lte-as-sap.h.

template<class C >
void ns3::MemberLteAsSapProvider< C >::SendData ( Ptr< Packet packet,
uint8_t  bid 
)
virtual

Send a data packet

Parameters
packetthe packet
bidthe EPS bearer ID

Implements ns3::LteAsSapProvider.

Definition at line 173 of file lte-as-sap.h.


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