![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-gnb-s1-sap.h"
Public Member Functions | |
NrMemberEpcGnbS1SapProvider (C *owner) | |
void | DoSendReleaseIndication (uint64_t imsi, uint16_t rnti, uint8_t bearerId) override |
Triggers epc-gnb-application to send ERAB Release Indication message towards MME. | |
void | InitialUeMessage (uint64_t imsi, uint16_t rnti) override |
void | PathSwitchRequest (PathSwitchRequestParameters params) override |
void | UeContextRelease (uint16_t rnti) override |
Template for the implementation of the NrEpcGnbS1SapProvider as a member of an owner class of type C to which all methods are forwarded
Definition at line 144 of file nr-epc-gnb-s1-sap.h.
ns3::NrMemberEpcGnbS1SapProvider< C >::NrMemberEpcGnbS1SapProvider | ( | C * | owner | ) |
|
overridevirtual |
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 |
Implements ns3::NrEpcGnbS1SapProvider.
Definition at line 183 of file nr-epc-gnb-s1-sap.h.
|
overridevirtual |
Initial UE message.
imsi | IMSI |
rnti | RNTI |
Implements ns3::NrEpcGnbS1SapProvider.
Definition at line 176 of file nr-epc-gnb-s1-sap.h.
|
overridevirtual |
Path Switch Request
params |
Implements ns3::NrEpcGnbS1SapProvider.
Definition at line 192 of file nr-epc-gnb-s1-sap.h.
|
overridevirtual |
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 |
Implements ns3::NrEpcGnbS1SapProvider.
Definition at line 199 of file nr-epc-gnb-s1-sap.h.