This class implements the Service Access Point (SAP) between the LteEnbRrc and the EpcEnbApplication. More...
#include "epc-enb-s1-sap.h"
Classes | |
struct | DataRadioBearerSetupRequestParameters |
Parameters passed to DataRadioBearerSetupRequest () More... | |
struct | PathSwitchRequestAcknowledgeParameters |
PathSwitchRequestAcknowledgeParameters structure. More... | |
Public Member Functions | |
virtual | ~EpcEnbS1SapUser () |
virtual void | DataRadioBearerSetupRequest (DataRadioBearerSetupRequestParameters params)=0 |
request the setup of a DataRadioBearer More... | |
virtual void | PathSwitchRequestAcknowledge (PathSwitchRequestAcknowledgeParameters params)=0 |
request a path switch acknowledge More... | |
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 104 of file epc-enb-s1-sap.h.
|
virtual |
Definition at line 29 of file epc-enb-s1-sap.cc.
|
pure virtual |
request the setup of a DataRadioBearer
params |
Implemented in ns3::MemberEpcEnbS1SapUser< C >.
Referenced by ns3::EpcEnbApplication::DoInitialContextSetupRequest().
|
pure virtual |
request a path switch acknowledge
params |
Implemented in ns3::MemberEpcEnbS1SapUser< C >.
Referenced by ns3::EpcEnbApplication::DoPathSwitchRequestAcknowledge().