A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EpcEnbS1SapUser Class Referenceabstract

This class implements the Service Access Point (SAP) between the LteEnbRrc and the EpcEnbApplication. More...

#include "epc-enb-s1-sap.h"

+ Inheritance diagram for ns3::EpcEnbS1SapUser:

Classes

struct  DataRadioBearerSetupRequestParameters
 Parameters passed to DataRadioBearerSetupRequest () More...
 
struct  InitialContextSetupRequestParameters
 Parameters passed to InitialContextSetupRequest () More...
 
struct  PathSwitchRequestAcknowledgeParameters
 PathSwitchRequestAcknowledgeParameters structure. More...
 

Public Member Functions

virtual ~EpcEnbS1SapUser ()
 
virtual void DataRadioBearerSetupRequest (DataRadioBearerSetupRequestParameters params)=0
 Request the setup of a DataRadioBearer.
 
virtual void InitialContextSetupRequest (InitialContextSetupRequestParameters params)=0
 Initial context setup request.
 
virtual void PathSwitchRequestAcknowledge (PathSwitchRequestAcknowledgeParameters params)=0
 Request a path switch acknowledge.
 

Detailed Description

This class implements the Service Access Point (SAP) between the LteEnbRrc and the EpcEnbApplication.

In particular, this class implements the User part of the SAP, i.e., the methods exported by the LteEnbRrc and called by the EpcEnbApplication.

Definition at line 98 of file epc-enb-s1-sap.h.

Constructor & Destructor Documentation

◆ ~EpcEnbS1SapUser()

ns3::EpcEnbS1SapUser::~EpcEnbS1SapUser ( )
virtual

Definition at line 29 of file epc-enb-s1-sap.cc.

Member Function Documentation

◆ DataRadioBearerSetupRequest()

virtual void ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequest ( DataRadioBearerSetupRequestParameters  params)
pure virtual

Request the setup of a DataRadioBearer.

Parameters
paramsParameters

Implemented in ns3::MemberEpcEnbS1SapUser< C >.

Referenced by ns3::EpcEnbApplication::DoInitialContextSetupRequest().

+ Here is the caller graph for this function:

◆ InitialContextSetupRequest()

virtual void ns3::EpcEnbS1SapUser::InitialContextSetupRequest ( InitialContextSetupRequestParameters  params)
pure virtual

Initial context setup request.

Parameters
paramsParameters

Implemented in ns3::MemberEpcEnbS1SapUser< C >.

Referenced by ns3::EpcEnbApplication::DoInitialContextSetupRequest().

+ Here is the caller graph for this function:

◆ PathSwitchRequestAcknowledge()

virtual void ns3::EpcEnbS1SapUser::PathSwitchRequestAcknowledge ( PathSwitchRequestAcknowledgeParameters  params)
pure virtual

Request a path switch acknowledge.

Parameters
paramsParameters

Implemented in ns3::MemberEpcEnbS1SapUser< C >.

Referenced by ns3::EpcEnbApplication::DoPathSwitchRequestAcknowledge().

+ Here is the caller graph for this function:

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