A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()=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.
 
virtual void CreateSessionRequest (CreateSessionRequestMessage msg)=0
 Send a Create Session Request message.
 
virtual void DeleteBearerCommand (DeleteBearerCommandMessage msg)=0
 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.
 
virtual void DeleteBearerResponse (DeleteBearerResponseMessage msg)=0
 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.
 
virtual void ModifyBearerRequest (ModifyBearerRequestMessage msg)=0
 Send a Modify Bearer Request message.
 
- Public Member Functions inherited from ns3::EpcS11Sap
virtual ~EpcS11Sap ()
 

Private Attributes

C * m_owner
 owner class
 

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

◆ MemberEpcS11SapSgw() [1/2]

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

Constructor.

Parameters
ownerthe owner class

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

◆ MemberEpcS11SapSgw() [2/2]

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

Member Function Documentation

◆ CreateSessionRequest()

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

Send a Create Session Request message.

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

◆ DeleteBearerCommand()

template<class C >
void ns3::MemberEpcS11SapSgw< C >::DeleteBearerCommand ( DeleteBearerCommandMessage  msg)
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.

Parameters
msgthe DeleteBearerCommandMessage

Implements ns3::EpcS11SapSgw.

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

◆ DeleteBearerResponse()

template<class C >
void ns3::MemberEpcS11SapSgw< C >::DeleteBearerResponse ( DeleteBearerResponseMessage  msg)
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.

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

◆ ModifyBearerRequest()

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

Send a Modify Bearer Request message.

Parameters
msgthe message

Implements ns3::EpcS11SapSgw.

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

Member Data Documentation

◆ m_owner

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

owner class

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


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