A Discrete-Event Network Simulator
API
ns3::MemberEpcS11SapSgw< C > Class Template Reference

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"

+ Inheritance diagram for ns3::MemberEpcS11SapSgw< C >:
+ Collaboration diagram for ns3::MemberEpcS11SapSgw< C >:

Public Member Functions

 MemberEpcS11SapSgw (C *owner)
 
virtual void CreateSessionRequest (CreateSessionRequestMessage msg)
 send a Create Session Request message More...
 
virtual void DeleteBearerCommand (DeleteBearerCommandMessage msg)
 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. More...
 
virtual void DeleteBearerResponse (DeleteBearerResponseMessage msg)
 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. More...
 
virtual void ModifyBearerRequest (ModifyBearerRequestMessage msg)
 send a Modify Bearer Request message More...
 
- Public Member Functions inherited from ns3::EpcS11Sap
virtual ~EpcS11Sap ()
 

Private Member Functions

 MemberEpcS11SapSgw ()
 

Private Attributes

C * m_owner
 

Detailed Description

template<class C>
class ns3::MemberEpcS11SapSgw< C >

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 307 of file epc-s11-sap.h.

Constructor & Destructor Documentation

template<class C >
ns3::MemberEpcS11SapSgw< C >::MemberEpcS11SapSgw ( C *  owner)

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

template<class C >
ns3::MemberEpcS11SapSgw< C >::MemberEpcS11SapSgw ( )
private

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

Member Function Documentation

template<class C >
void ns3::MemberEpcS11SapSgw< C >::CreateSessionRequest ( CreateSessionRequestMessage  msg)
virtual

send a Create Session Request message

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

template<class C >
void ns3::MemberEpcS11SapSgw< C >::DeleteBearerCommand ( DeleteBearerCommandMessage  msg)
virtual

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.

Implements ns3::EpcS11SapSgw.

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

template<class C >
void ns3::MemberEpcS11SapSgw< C >::DeleteBearerResponse ( DeleteBearerResponseMessage  msg)
virtual

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.

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

template<class C >
void ns3::MemberEpcS11SapSgw< C >::ModifyBearerRequest ( ModifyBearerRequestMessage  msg)
virtual

send a Modify Bearer Request message

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

Member Data Documentation

template<class C >
C* ns3::MemberEpcS11SapSgw< C >::m_owner
private

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


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