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

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

#include <epc-enb-s1-sap.h>

+ Inheritance diagram for ns3::MemberEpcEnbS1SapProvider< C >:
+ Collaboration diagram for ns3::MemberEpcEnbS1SapProvider< C >:

Public Member Functions

 MemberEpcEnbS1SapProvider (C *owner)
 
virtual void InitialUeMessage (uint64_t imsi, uint16_t rnti)
 
virtual void PathSwitchRequest (PathSwitchRequestParameters params)
 
virtual void UeContextRelease (uint16_t rnti)
 release UE context at the S1 Application of the source eNB after reception of the UE CONTEXT RELEASE X2 message from the target eNB during X2-based handover More...
 
- Public Member Functions inherited from ns3::EpcEnbS1SapProvider
virtual ~EpcEnbS1SapProvider ()
 

Private Member Functions

 MemberEpcEnbS1SapProvider ()
 

Private Attributes

C * m_owner
 

Detailed Description

template<class C>
class ns3::MemberEpcEnbS1SapProvider< C >

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

Definition at line 135 of file epc-enb-s1-sap.h.

Constructor & Destructor Documentation

template<class C >
ns3::MemberEpcEnbS1SapProvider< C >::MemberEpcEnbS1SapProvider ( C *  owner)

Definition at line 151 of file epc-enb-s1-sap.h.

template<class C >
ns3::MemberEpcEnbS1SapProvider< C >::MemberEpcEnbS1SapProvider ( )
private

Definition at line 157 of file epc-enb-s1-sap.h.

Member Function Documentation

template<class C >
void ns3::MemberEpcEnbS1SapProvider< C >::InitialUeMessage ( uint64_t  imsi,
uint16_t  rnti 
)
virtual
Parameters
imsi
rnti

Implements ns3::EpcEnbS1SapProvider.

Definition at line 163 of file epc-enb-s1-sap.h.

template<class C >
void ns3::MemberEpcEnbS1SapProvider< C >::PathSwitchRequest ( PathSwitchRequestParameters  params)
virtual

Implements ns3::EpcEnbS1SapProvider.

Definition at line 170 of file epc-enb-s1-sap.h.

template<class C >
void ns3::MemberEpcEnbS1SapProvider< C >::UeContextRelease ( uint16_t  rnti)
virtual

release UE context at the S1 Application of the source eNB after reception of the UE CONTEXT RELEASE X2 message from the target eNB during X2-based handover

Parameters
rnti

Implements ns3::EpcEnbS1SapProvider.

Definition at line 176 of file epc-enb-s1-sap.h.

Member Data Documentation

template<class C>
C* ns3::MemberEpcEnbS1SapProvider< C >::m_owner
private

Definition at line 147 of file epc-enb-s1-sap.h.


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