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"
|
| MemberEpcS1apSapEnb ()=delete |
|
| MemberEpcS1apSapEnb (C *owner) |
| Constructor.
|
|
void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override |
| Initial context setup request function.
|
|
void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override |
| Path switch request acknowledge function.
|
|
virtual void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList)=0 |
| Initial context setup request.
|
|
virtual void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList)=0 |
| PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9.
|
|
virtual | ~EpcS1apSap () |
|
template<class C>
class ns3::MemberEpcS1apSapEnb< C >
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 308 of file epc-s1ap-sap.h.
◆ MemberEpcS1apSapEnb() [1/2]
◆ MemberEpcS1apSapEnb() [2/2]
◆ InitialContextSetupRequest()
Initial context setup request function.
- Parameters
-
mmeUeS1Id | in practice, we use the IMSI |
enbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList | List of ERAB to be setup |
Implements ns3::EpcS1apSapEnb.
Definition at line 356 of file epc-s1ap-sap.h.
◆ PathSwitchRequestAcknowledge()
Path switch request acknowledge function.
- Parameters
-
enbUeS1Id | in practice, we use the RNTI |
mmeUeS1Id | in practice, we use the IMSI |
cgi | CGI |
erabToBeSwitchedInUplinkList | List of ERAB to be switched in uplink |
Implements ns3::EpcS1apSapEnb.
Definition at line 365 of file epc-s1ap-sap.h.
◆ m_owner
The documentation for this class was generated from the following file: