Template for the implementation of the EpcS1apSapMme 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 | |
MemberEpcS1apSapMme (C *owner) | |
virtual void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabSetupItem > erabSetupList) |
INITIAL CONTEXT SETUP RESPONSE message, see 3GPP TS 36.413 9.1.4.2. More... | |
virtual void | InitialUeMessage (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, uint64_t imsi, uint16_t ecgi) |
virtual void | PathSwitchRequest (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList) |
PATH SWITCH REQUEST message, see 3GPP TS 36.413 9.1.5.8. More... | |
![]() | |
virtual | ~EpcS1apSap () |
Private Member Functions | |
MemberEpcS1apSapMme () | |
Private Attributes | |
C * | m_owner |
Template for the implementation of the EpcS1apSapMme as a member of an owner class of type C to which all methods are forwarded.
Definition at line 170 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapMme< C >::MemberEpcS1apSapMme | ( | C * | owner | ) |
Definition at line 186 of file epc-s1ap-sap.h.
|
private |
Definition at line 192 of file epc-s1ap-sap.h.
|
virtual |
INITIAL CONTEXT SETUP RESPONSE message, see 3GPP TS 36.413 9.1.4.2.
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabSetupList |
Implements ns3::EpcS1apSapMme.
Definition at line 203 of file epc-s1ap-sap.h.
|
virtual |
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
stmsi | in practice, the imsi |
ecgi | in practice, the cell Id |
Implements ns3::EpcS1apSapMme.
Definition at line 197 of file epc-s1ap-sap.h.
|
virtual |
PATH SWITCH REQUEST message, see 3GPP TS 36.413 9.1.5.8.
Implements ns3::EpcS1apSapMme.
Definition at line 209 of file epc-s1ap-sap.h.
|
private |
Definition at line 182 of file epc-s1ap-sap.h.