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"
Inheritance diagram for ns3::MemberEpcS1apSapMme< C >:
Collaboration diagram for ns3::MemberEpcS1apSapMme< C >:Public Member Functions | |
| MemberEpcS1apSapMme (C *owner) | |
| Constructor. More... | |
| virtual void | ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication) |
| ERAB Release Indiation function. More... | |
| virtual void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabSetupItem > erabSetupList) |
| Initial context setup response. More... | |
| virtual void | InitialUeMessage (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, uint64_t imsi, uint16_t ecgi) |
| Initial UE Message function. More... | |
| virtual void | PathSwitchRequest (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList) |
| Path switch request. More... | |
Public Member Functions inherited from ns3::EpcS1apSap | |
| virtual | ~EpcS1apSap () |
Private Member Functions | |
| MemberEpcS1apSapMme () | |
Private Attributes | |
| C * | m_owner |
| owner class More... | |
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 203 of file epc-s1ap-sap.h.
| ns3::MemberEpcS1apSapMme< C >::MemberEpcS1apSapMme | ( | C * | owner | ) |
|
private |
Definition at line 258 of file epc-s1ap-sap.h.
|
virtual |
ERAB Release Indiation function.
| mmeUeS1Id | in practice, we use the IMSI |
| enbUeS1Id | in practice, we use the RNTI |
| erabToBeReleaseIndication |
Implements ns3::EpcS1apSapMme.
Definition at line 269 of file epc-s1ap-sap.h.
|
virtual |
Initial context setup response.
| mmeUeS1Id | in practice, we use the IMSI |
| enbUeS1Id | in practice, we use the RNTI |
| erabSetupList |
Implements ns3::EpcS1apSapMme.
Definition at line 275 of file epc-s1ap-sap.h.
|
virtual |
Initial UE Message function.
| mmeUeS1Id | in practice, we use the IMSI |
| enbUeS1Id | in practice, we use the RNTI |
| imsi | the IMSI |
| ecgi |
Implements ns3::EpcS1apSapMme.
Definition at line 263 of file epc-s1ap-sap.h.
|
virtual |
Path switch request.
| enbUeS1Id | in practice, we use the RNTI |
| mmeUeS1Id | in practice, we use the IMSI |
| cgi | |
| erabToBeSwitchedInDownlinkList |
Implements ns3::EpcS1apSapMme.
Definition at line 281 of file epc-s1ap-sap.h.
|
private |
owner class
Definition at line 248 of file epc-s1ap-sap.h.