A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EpcS11SapSgw Class Referenceabstract

SGW side of the S11 Service Access Point (SAP), provides the SGW methods to be called when an S11 message is received by the SGW. More...

#include <epc-s11-sap.h>

+ Inheritance diagram for ns3::EpcS11SapSgw:
+ Collaboration diagram for ns3::EpcS11SapSgw:

Classes

struct  BearerContextToBeCreated
 
struct  CreateSessionRequestMessage
 Create Session Request message, see 3GPP TS 29.274 7.2.1. More...
 
struct  ModifyBearerRequestMessage
 Modify Bearer Request message, see 3GPP TS 29.274 7.2.7. More...
 

Public Member Functions

virtual void CreateSessionRequest (CreateSessionRequestMessage msg)=0
 send a Create Session Request message More...
 
virtual void ModifyBearerRequest (ModifyBearerRequestMessage msg)=0
 send a Modify Bearer Request message More...
 
- Public Member Functions inherited from ns3::EpcS11Sap
virtual ~EpcS11Sap ()
 

Detailed Description

SGW side of the S11 Service Access Point (SAP), provides the SGW methods to be called when an S11 message is received by the SGW.

Definition at line 135 of file epc-s11-sap.h.

Member Function Documentation

virtual void ns3::EpcS11SapSgw::CreateSessionRequest ( CreateSessionRequestMessage  msg)
pure virtual

send a Create Session Request message

Parameters
msgthe message

Implemented in ns3::MemberEpcS11SapSgw< C >.

Referenced by ns3::EpcMme::DoInitialUeMessage().

+ Here is the caller graph for this function:

virtual void ns3::EpcS11SapSgw::ModifyBearerRequest ( ModifyBearerRequestMessage  msg)
pure virtual

send a Modify Bearer Request message

Parameters
msgthe message

Implemented in ns3::MemberEpcS11SapSgw< C >.

Referenced by ns3::EpcMme::DoPathSwitchRequest().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: