Template for the implementation of the EpcS11SapSgw as a member of an owner class of type C to which all methods are forwarded. More...
#include "epc-s11-sap.h"
Public Member Functions | |
MemberEpcS11SapSgw ()=delete | |
MemberEpcS11SapSgw (C *owner) | |
Constructor. | |
void | CreateSessionRequest (CreateSessionRequestMessage msg) override |
Send a Create Session Request message. | |
void | DeleteBearerCommand (DeleteBearerCommandMessage msg) override |
As per 3GPP TS 29.274 Release 9 V9.3.0, a Delete Bearer Command message shall be sent on the S11 interface by the MME to the SGW. | |
void | DeleteBearerResponse (DeleteBearerResponseMessage msg) override |
As per 3GPP TS 29.274 Release 9 V9.3.0, a Delete Bearer Command message shall be sent on the S11 interface by the MME to the SGW. | |
void | ModifyBearerRequest (ModifyBearerRequestMessage msg) override |
Send a Modify Bearer Request message. | |
Public Member Functions inherited from ns3::EpcS11Sap | |
virtual | ~EpcS11Sap () |
Private Attributes | |
C * | m_owner |
owner class | |
Template for the implementation of the EpcS11SapSgw as a member of an owner class of type C to which all methods are forwarded.
Definition at line 296 of file epc-s11-sap.h.
ns3::MemberEpcS11SapSgw< C >::MemberEpcS11SapSgw | ( | C * | owner | ) |
|
delete |
|
overridevirtual |
Send a Create Session Request message.
msg | the message |
Implements ns3::EpcS11SapSgw.
Definition at line 327 of file epc-s11-sap.h.
|
overridevirtual |
As per 3GPP TS 29.274 Release 9 V9.3.0, a Delete Bearer Command message shall be sent on the S11 interface by the MME to the SGW.
msg | the DeleteBearerCommandMessage |
Implements ns3::EpcS11SapSgw.
Definition at line 341 of file epc-s11-sap.h.
|
overridevirtual |
As per 3GPP TS 29.274 Release 9 V9.3.0, a Delete Bearer Command message shall be sent on the S11 interface by the MME to the SGW.
msg | the message |
Implements ns3::EpcS11SapSgw.
Definition at line 348 of file epc-s11-sap.h.
|
overridevirtual |
Send a Modify Bearer Request message.
msg | the message |
Implements ns3::EpcS11SapSgw.
Definition at line 334 of file epc-s11-sap.h.
|
private |
owner class
Definition at line 316 of file epc-s11-sap.h.