#include <epc-s1ap-sap.h>
Public Member Functions | |
MemberEpcS1apSapMme (C *owner) | |
virtual void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabSetupItem > erabSetupList) |
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) |
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 166 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapMme< C >::MemberEpcS1apSapMme | ( | C * | owner | ) |
Definition at line 182 of file epc-s1ap-sap.h.
|
private |
Definition at line 188 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 |
ecgi | in practice, the cell Id |
Implements ns3::EpcS1apSapMme.
Definition at line 199 of file epc-s1ap-sap.h.
|
virtual |
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
s-tmsi | in practice, the imsi |
ecgi | in practice, the cell Id |
Implements ns3::EpcS1apSapMme.
Definition at line 193 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 205 of file epc-s1ap-sap.h.
|
private |
Definition at line 178 of file epc-s1ap-sap.h.