|
| | MemberEpcS1apSapMme (C *owner) |
| | Constructor. More...
|
| |
| void | ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication) override |
| | ERAB Release Indiation function. More...
|
| |
| void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabSetupItem > erabSetupList) override |
| | Initial context setup response. More...
|
| |
| void | InitialUeMessage (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, uint64_t imsi, uint16_t ecgi) override |
| | Initial UE Message function. More...
|
| |
| void | PathSwitchRequest (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList) override |
| | Path switch request. More...
|
| |
| virtual void | ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication)=0 |
| | As per 3GPP TS 36.413 version 9.8.0 section 8.2.3.2.2, the eNB indicates bearer release by sending an E-RAB RELEASE INDICATION message towards MME. More...
|
| |
| virtual void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabSetupItem > erabSetupList)=0 |
| | 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 stmsi, uint16_t ecgi)=0 |
| | Initial UE message. More...
|
| |
| virtual void | PathSwitchRequest (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t gci, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList)=0 |
| | PATH SWITCH REQUEST message, see 3GPP TS 36.413 9.1.5.8. More...
|
| |
| virtual | ~EpcS1apSap () |
| |
template<class C>
class ns3::MemberEpcS1apSapMme< C >
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 195 of file epc-s1ap-sap.h.