A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()=delete
 
 MemberEpcEnbS1SapProvider (C *owner)
 Constructor.
 
void DoSendReleaseIndication (uint64_t imsi, uint16_t rnti, uint8_t bearerId) override
 Triggers epc-enb-application to send ERAB Release Indication message towards MME.
 
void InitialUeMessage (uint64_t imsi, uint16_t rnti) override
 Initial UE message.
 
void PathSwitchRequest (PathSwitchRequestParameters params) override
 Path Switch Request.
 
void UeContextRelease (uint16_t rnti) override
 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.
 
- Public Member Functions inherited from ns3::EpcEnbS1SapProvider
virtual ~EpcEnbS1SapProvider ()
 
virtual void DoSendReleaseIndication (uint64_t imsi, uint16_t rnti, uint8_t bearerId)=0
 Triggers epc-enb-application to send ERAB Release Indication message towards MME.
 
virtual void InitialUeMessage (uint64_t imsi, uint16_t rnti)=0
 Initial UE message.
 
virtual void PathSwitchRequest (PathSwitchRequestParameters params)=0
 Path Switch Request.
 
virtual void UeContextRelease (uint16_t rnti)=0
 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.
 

Private Attributes

C * m_owner
 owner class
 

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 157 of file epc-enb-s1-sap.h.

Constructor & Destructor Documentation

◆ MemberEpcEnbS1SapProvider() [1/2]

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

Constructor.

Parameters
ownerthe owner class

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

◆ MemberEpcEnbS1SapProvider() [2/2]

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

Member Function Documentation

◆ DoSendReleaseIndication()

template<class C >
void ns3::MemberEpcEnbS1SapProvider< C >::DoSendReleaseIndication ( uint64_t  imsi,
uint16_t  rnti,
uint8_t  bearerId 
)
overridevirtual

Triggers epc-enb-application to send ERAB Release Indication message towards MME.

Parameters
imsithe UE IMSI
rntithe UE RNTI
bearerIdBearer Identity which is to be de-activated

Implements ns3::EpcEnbS1SapProvider.

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

◆ InitialUeMessage()

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

Initial UE message.

Parameters
imsiIMSI
rntiRNTI

Implements ns3::EpcEnbS1SapProvider.

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

◆ PathSwitchRequest()

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

Path Switch Request.

Parameters
params

Implements ns3::EpcEnbS1SapProvider.

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

◆ UeContextRelease()

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

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
rntiRNTI

Implements ns3::EpcEnbS1SapProvider.

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

Member Data Documentation

◆ m_owner

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

owner class

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


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