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

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

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

Public Member Functions

 NrMemberEpcS1apSapGnb (C *owner)
 
void InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override
 
void PathSwitchRequestAcknowledge (uint64_t gnbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override
 

Detailed Description

template<class C>
class ns3::NrMemberEpcS1apSapGnb< C >

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

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

Constructor & Destructor Documentation

◆ NrMemberEpcS1apSapGnb()

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

Constructor

Parameters
ownerthe owner class

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

Member Function Documentation

◆ InitialContextSetupRequest()

template<class C >
void ns3::NrMemberEpcS1apSapGnb< C >::InitialContextSetupRequest ( uint64_t  mmeUeS1Id,
uint16_t  gnbUeS1Id,
std::list< ErabToBeSetupItem erabToBeSetupList 
)
overridevirtual

Initial context setup request function

Parameters
mmeUeS1Idin practice, we use the IMSI
gnbUeS1Idin practice, we use the RNTI
erabToBeSetupListList of ERAB to be setup

Implements ns3::NrEpcS1apSapGnb.

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

◆ PathSwitchRequestAcknowledge()

template<class C >
void ns3::NrMemberEpcS1apSapGnb< C >::PathSwitchRequestAcknowledge ( uint64_t  gnbUeS1Id,
uint64_t  mmeUeS1Id,
uint16_t  cgi,
std::list< ErabSwitchedInUplinkItem erabToBeSwitchedInUplinkList 
)
overridevirtual

Path switch request acknowledge function

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

Implements ns3::NrEpcS1apSapGnb.

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


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