This class implements the Service Access Point (SAP) between the LteEnbRrc and the EpcEnbApplication.
More...
#include "epc-enb-s1-sap.h"
This class implements the Service Access Point (SAP) between the LteEnbRrc and the EpcEnbApplication.
In particular, this class implements the Provider part of the SAP, i.e., the methods exported by the EpcEnbApplication and called by the LteEnbRrc.
Definition at line 27 of file epc-enb-s1-sap.h.
◆ ~EpcEnbS1SapProvider()
ns3::EpcEnbS1SapProvider::~EpcEnbS1SapProvider |
( |
| ) |
|
|
virtual |
◆ DoSendReleaseIndication()
virtual void ns3::EpcEnbS1SapProvider::DoSendReleaseIndication |
( |
uint64_t | imsi, |
|
|
uint16_t | rnti, |
|
|
uint8_t | bearerId ) |
|
pure virtual |
Triggers epc-enb-application to send ERAB Release Indication message towards MME.
- Parameters
-
imsi | the UE IMSI |
rnti | the UE RNTI |
bearerId | Bearer Identity which is to be de-activated |
Implemented in ns3::MemberEpcEnbS1SapProvider< C >.
◆ InitialUeMessage()
virtual void ns3::EpcEnbS1SapProvider::InitialUeMessage |
( |
uint64_t | imsi, |
|
|
uint16_t | rnti ) |
|
pure virtual |
◆ PathSwitchRequest()
◆ UeContextRelease()
virtual void ns3::EpcEnbS1SapProvider::UeContextRelease |
( |
uint16_t | rnti | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: