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) | |
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) |
PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9. More... | |
![]() | |
virtual | ~EpcS1apSap () |
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 226 of file epc-s1ap-sap.h.
ns3::MemberEpcS1apSapEnb< C >::MemberEpcS1apSapEnb | ( | C * | owner | ) |
Definition at line 241 of file epc-s1ap-sap.h.
|
private |
Definition at line 247 of file epc-s1ap-sap.h.
|
virtual |
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList |
Implements ns3::EpcS1apSapEnb.
Definition at line 252 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 258 of file epc-s1ap-sap.h.
|
private |
Definition at line 237 of file epc-s1ap-sap.h.