|
| MemberEpcS1apSapEnb (C *owner) |
| Constructor. More...
|
|
void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override |
| Initial context setup request function. More...
|
|
void | PathSwitchRequestAcknowledge (uint64_t enbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override |
| Path switch request acknowledge function. More...
|
|
virtual void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t enbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList)=0 |
| Initial context setup request. More...
|
|
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. More...
|
|
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 311 of file epc-s1ap-sap.h.