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"
Public Member Functions | |
MemberEpcS1apSapEnb ()=delete | |
MemberEpcS1apSapEnb (C *owner) | |
Constructor. More... | |
void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override |
Initial context setup request function. More... | |
void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override |
Path switch request acknowledge function. More... | |
![]() | |
virtual | ~EpcS1apSap () |
Private Attributes | |
C * | m_owner |
owner class More... | |
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 308 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapEnb< C >::MemberEpcS1apSapEnb | ( | C * | owner | ) |
|
delete |
|
overridevirtual |
Initial context setup request function.
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList | List of ERAB to be setup |
Implements ns3::EpcS1apSapEnb.
Definition at line 356 of file epc-s1ap-sap.h.
|
overridevirtual |
Path switch request acknowledge function.
enbUeS1Id | in practice, we use the RNTI |
mmeUeS1Id | in practice, we use the IMSI |
cgi | CGI |
erabToBeSwitchedInUplinkList | List of ERAB to be switched in uplink |
Implements ns3::EpcS1apSapEnb.
Definition at line 365 of file epc-s1ap-sap.h.
|
private |
owner class
Definition at line 345 of file epc-s1ap-sap.h.