#include <epc-s1ap-sap.h>
Public Member Functions | |
MemberEpcS1apSapEnb (C *owner) | |
virtual void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) |
virtual void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) |
Private Member Functions | |
MemberEpcS1apSapEnb () |
Private Attributes | |
C * | m_owner |
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 222 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapEnb< C >::MemberEpcS1apSapEnb | ( | C * | owner | ) |
Definition at line 237 of file epc-s1ap-sap.h.
|
private |
Definition at line 243 of file epc-s1ap-sap.h.
|
virtual |
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
ecgi | in practice, the cell Id |
Implements ns3::EpcS1apSapEnb.
Definition at line 248 of file epc-s1ap-sap.h.
|
virtual |
PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9
Implements ns3::EpcS1apSapEnb.
Definition at line 254 of file epc-s1ap-sap.h.
|
private |
Definition at line 233 of file epc-s1ap-sap.h.