A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::MemberEpcS1apSapEnb< C > Class Template Reference

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

#include "epc-s1ap-sap.h"

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

Public Member Functions

 MemberEpcS1apSapEnb ()=delete
 
 MemberEpcS1apSapEnb (C *owner)
 Constructor.
 
void InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override
 Initial context setup request function.
 
void PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override
 Path switch request acknowledge function.
 
virtual void InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList)=0
 Initial context setup request.
 
virtual void PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList)=0
 PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9.
 
- Public Member Functions inherited from ns3::EpcS1apSap
virtual ~EpcS1apSap ()
 

Private Attributes

C * m_owner
 owner class
 

Detailed Description

template<class C>
class ns3::MemberEpcS1apSapEnb< C >

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

Definition at line 309 of file epc-s1ap-sap.h.

Constructor & Destructor Documentation

◆ MemberEpcS1apSapEnb() [1/2]

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

Constructor.

Parameters
ownerthe owner class

Definition at line 350 of file epc-s1ap-sap.h.

◆ MemberEpcS1apSapEnb() [2/2]

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

Member Function Documentation

◆ InitialContextSetupRequest()

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

Initial context setup request function.

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

Implements ns3::EpcS1apSapEnb.

Definition at line 357 of file epc-s1ap-sap.h.

◆ PathSwitchRequestAcknowledge()

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

Path switch request acknowledge function.

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

Implements ns3::EpcS1apSapEnb.

Definition at line 366 of file epc-s1ap-sap.h.

Member Data Documentation

◆ m_owner

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

owner class

Definition at line 346 of file epc-s1ap-sap.h.


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