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 | ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication) |
As per 3GPP TS 23.401 Release 9 V9.5.0 Figure 5.4.4.2-1 eNB sends indication of Bearer Release to MME. More... | |
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 189 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapMme< C >::MemberEpcS1apSapMme | ( | C * | owner | ) |
Definition at line 207 of file epc-s1ap-sap.h.
|
private |
Definition at line 213 of file epc-s1ap-sap.h.
|
virtual |
As per 3GPP TS 23.401 Release 9 V9.5.0 Figure 5.4.4.2-1 eNB sends indication of Bearer Release to MME.
As per 3GPP TS version 9.8.0 section 8.2.3.2.2, the eNB initiates the procedure by sending an E-RAB RELEASE INDICATION message towards MME
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabToBeReleaseIndication,List | of bearers to be deactivated |
Implements ns3::EpcS1apSapMme.
Definition at line 224 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 230 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 218 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 236 of file epc-s1ap-sap.h.
|
private |
Definition at line 203 of file epc-s1ap-sap.h.