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

#include "nr-epc-s1ap-sap.h"

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

Public Member Functions

 NrMemberEpcS1apSapMme (C *owner)
 
void ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication) override
 
void InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabSetupItem > erabSetupList) override
 
void InitialUeMessage (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, uint64_t imsi, uint16_t ecgi) override
 
void PathSwitchRequest (uint64_t gnbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList) override
 

Detailed Description

template<class C>
class ns3::NrMemberEpcS1apSapMme< C >

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

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

Constructor & Destructor Documentation

◆ NrMemberEpcS1apSapMme()

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

Constructor

Parameters
ownerthe owner class

Definition at line 246 of file nr-epc-s1ap-sap.h.

Member Function Documentation

◆ ErabReleaseIndication()

template<class C >
void ns3::NrMemberEpcS1apSapMme< C >::ErabReleaseIndication ( uint64_t  mmeUeS1Id,
uint16_t  gnbUeS1Id,
std::list< ErabToBeReleasedIndication erabToBeReleaseIndication 
)
overridevirtual

ERAB Release Indiation function

Parameters
mmeUeS1Idin practice, we use the IMSI
gnbUeS1Idin practice, we use the RNTI
erabToBeReleaseIndicationList of ERAB to be release indication

Implements ns3::NrEpcS1apSapMme.

Definition at line 263 of file nr-epc-s1ap-sap.h.

◆ InitialContextSetupResponse()

template<class C >
void ns3::NrMemberEpcS1apSapMme< C >::InitialContextSetupResponse ( uint64_t  mmeUeS1Id,
uint16_t  gnbUeS1Id,
std::list< ErabSetupItem erabSetupList 
)
overridevirtual

Initial context setup response

Parameters
mmeUeS1Idin practice, we use the IMSI
gnbUeS1Idin practice, we use the RNTI
erabSetupListList of ERAB setup

Implements ns3::NrEpcS1apSapMme.

Definition at line 273 of file nr-epc-s1ap-sap.h.

◆ InitialUeMessage()

template<class C >
void ns3::NrMemberEpcS1apSapMme< C >::InitialUeMessage ( uint64_t  mmeUeS1Id,
uint16_t  gnbUeS1Id,
uint64_t  imsi,
uint16_t  ecgi 
)
overridevirtual

Initial UE Message function

Parameters
mmeUeS1Idin practice, we use the IMSI
gnbUeS1Idin practice, we use the RNTI
imsithe IMSI
ecgiECGI

Implements ns3::NrEpcS1apSapMme.

Definition at line 253 of file nr-epc-s1ap-sap.h.

◆ PathSwitchRequest()

template<class C >
void ns3::NrMemberEpcS1apSapMme< C >::PathSwitchRequest ( uint64_t  gnbUeS1Id,
uint64_t  mmeUeS1Id,
uint16_t  cgi,
std::list< ErabSwitchedInDownlinkItem erabToBeSwitchedInDownlinkList 
)
overridevirtual

Path switch request

Parameters
gnbUeS1Idin practice, we use the RNTI
mmeUeS1Idin practice, we use the IMSI
cgiCGI
erabToBeSwitchedInDownlinkListList of ERAB to be switched in downlink

Implements ns3::NrEpcS1apSapMme.

Definition at line 282 of file nr-epc-s1ap-sap.h.


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