5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrMemberEpcGnbS1SapProvider< C > Class Template Reference

#include "nr-epc-gnb-s1-sap.h"

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

Public Member Functions

 NrMemberEpcGnbS1SapProvider (C *owner)
 
void DoSendReleaseIndication (uint64_t imsi, uint16_t rnti, uint8_t bearerId) override
 Triggers epc-gnb-application to send ERAB Release Indication message towards MME.
 
void InitialUeMessage (uint64_t imsi, uint16_t rnti) override
 
void PathSwitchRequest (PathSwitchRequestParameters params) override
 
void UeContextRelease (uint16_t rnti) override
 

Detailed Description

template<class C>
class ns3::NrMemberEpcGnbS1SapProvider< C >

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

Definition at line 144 of file nr-epc-gnb-s1-sap.h.

Constructor & Destructor Documentation

◆ NrMemberEpcGnbS1SapProvider()

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

Constructor

Parameters
ownerthe owner class

Definition at line 169 of file nr-epc-gnb-s1-sap.h.

Member Function Documentation

◆ DoSendReleaseIndication()

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

Triggers epc-gnb-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::NrEpcGnbS1SapProvider.

Definition at line 183 of file nr-epc-gnb-s1-sap.h.

◆ InitialUeMessage()

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

Initial UE message.

Parameters
imsiIMSI
rntiRNTI

Implements ns3::NrEpcGnbS1SapProvider.

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

◆ PathSwitchRequest()

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

Path Switch Request

Parameters
params

Implements ns3::NrEpcGnbS1SapProvider.

Definition at line 192 of file nr-epc-gnb-s1-sap.h.

◆ UeContextRelease()

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

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

Parameters
rntiRNTI

Implements ns3::NrEpcGnbS1SapProvider.

Definition at line 199 of file nr-epc-gnb-s1-sap.h.


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