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 (C *owner) | |
Constructor. More... | |
virtual void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) |
Initial context setup request function. More... | |
virtual void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) |
Path switch request acknowledge function. More... | |
Public Member Functions inherited from ns3::EpcS1apSap | |
virtual | ~EpcS1apSap () |
Private Member Functions | |
MemberEpcS1apSapEnb () | |
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 298 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapEnb< C >::MemberEpcS1apSapEnb | ( | C * | owner | ) |
|
private |
Definition at line 337 of file epc-s1ap-sap.h.
|
virtual |
Initial context setup request function.
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList |
Implements ns3::EpcS1apSapEnb.
Definition at line 342 of file epc-s1ap-sap.h.
|
virtual |
Path switch request acknowledge function.
enbUeS1Id | in practice, we use the RNTI |
mmeUeS1Id | in practice, we use the IMSI |
cgi | |
erabToBeSwitchedInUplinkList |
Implements ns3::EpcS1apSapEnb.
Definition at line 348 of file epc-s1ap-sap.h.
|
private |
owner class
Definition at line 327 of file epc-s1ap-sap.h.