![]() |
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 | BearerToBeSwitched |
BearerToBeSwitched structure. More... | |
struct | PathSwitchRequestParameters |
PathSwitchRequestParameters structure. More... | |
Public Member Functions | |
virtual void | DoSendReleaseIndication (uint64_t imsi, uint16_t rnti, uint8_t bearerId)=0 |
Triggers epc-gnb-application to send ERAB Release Indication message towards MME. | |
virtual void | InitialUeMessage (uint64_t imsi, uint16_t rnti)=0 |
virtual void | PathSwitchRequest (PathSwitchRequestParameters params)=0 |
virtual void | UeContextRelease (uint16_t rnti)=0 |
This class implements the Service Access Point (SAP) between the NrGnbRrc and the NrEpcGnbApplication. In particular, this class implements the Provider part of the SAP, i.e., the methods exported by the NrEpcGnbApplication and called by the NrGnbRrc.
Definition at line 25 of file nr-epc-gnb-s1-sap.h.
|
pure virtual |
Triggers epc-gnb-application to send ERAB Release Indication message towards MME.
imsi | the UE IMSI |
rnti | the UE RNTI |
bearerId | Bearer Identity which is to be de-activated |
Implemented in ns3::NrMemberEpcGnbS1SapProvider< C >.
Referenced by ns3::NrGnbRrc::DoSendReleaseDataRadioBearer().
|
pure virtual |
Initial UE message.
imsi | IMSI |
rnti | RNTI |
Implemented in ns3::NrMemberEpcGnbS1SapProvider< C >.
|
pure virtual |
|
pure virtual |
Release UE context at the S1 Application of the source gNB after reception of the UE CONTEXT RELEASE X2 message from the target gNB during X2-based handover
rnti | RNTI |
Implemented in ns3::NrMemberEpcGnbS1SapProvider< C >.