5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrEpcGnbS1SapUser Class Referenceabstract

#include "nr-epc-gnb-s1-sap.h"

+ Inheritance diagram for ns3::NrEpcGnbS1SapUser:

Classes

struct  DataRadioBearerSetupRequestParameters
 
struct  InitialContextSetupRequestParameters
 
struct  PathSwitchRequestAcknowledgeParameters
 PathSwitchRequestAcknowledgeParameters structure. More...
 

Public Member Functions

virtual void DataRadioBearerSetupRequest (DataRadioBearerSetupRequestParameters params)=0
 
virtual void InitialContextSetupRequest (InitialContextSetupRequestParameters params)=0
 
virtual void PathSwitchRequestAcknowledge (PathSwitchRequestAcknowledgeParameters params)=0
 

Detailed Description

This class implements the Service Access Point (SAP) between the NrGnbRrc and the NrEpcGnbApplication. In particular, this class implements the User part of the SAP, i.e., the methods exported by the NrGnbRrc and called by the NrEpcGnbApplication.

Definition at line 85 of file nr-epc-gnb-s1-sap.h.

Member Function Documentation

◆ DataRadioBearerSetupRequest()

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

Request the setup of a DataRadioBearer

Parameters
paramsParameters

Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.

◆ InitialContextSetupRequest()

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

Initial context setup request

Parameters
paramsParameters

Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.

◆ PathSwitchRequestAcknowledge()

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

Request a path switch acknowledge

Parameters
paramsParameters

Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.


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