![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-gnb-s1-sap.h"
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 |
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.
|
pure virtual |
Request the setup of a DataRadioBearer
params | Parameters |
Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.
|
pure virtual |
Initial context setup request
params | Parameters |
Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.
|
pure virtual |
Request a path switch acknowledge
params | Parameters |
Implemented in ns3::NrMemberEpcGnbS1SapUser< C >.