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"
|
| 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...
|
|
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 203 of file epc-s1ap-sap.h.
◆ MemberEpcS1apSapMme() [1/2]
◆ MemberEpcS1apSapMme() [2/2]
◆ ErabReleaseIndication()
ERAB Release Indiation function.
- Parameters
-
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.
◆ InitialContextSetupResponse()
Initial context setup response.
- Parameters
-
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.
◆ InitialUeMessage()
template<class C >
void ns3::MemberEpcS1apSapMme< C >::InitialUeMessage |
( |
uint64_t |
mmeUeS1Id, |
|
|
uint16_t |
enbUeS1Id, |
|
|
uint64_t |
imsi, |
|
|
uint16_t |
ecgi |
|
) |
| |
|
virtual |
Initial UE Message function.
- Parameters
-
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.
◆ PathSwitchRequest()
Path switch request.
- Parameters
-
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.
◆ m_owner
The documentation for this class was generated from the following file: