5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrEpcS1apSapGnb Class Referenceabstract

#include "nr-epc-s1ap-sap.h"

+ Inheritance diagram for ns3::NrEpcS1apSapGnb:
+ Collaboration diagram for ns3::NrEpcS1apSapGnb:

Classes

struct  ErabSwitchedInUplinkItem
 
struct  ErabToBeSetupItem
 ErabToBeSetupItem structure. More...
 

Public Member Functions

virtual void InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList)=0
 
virtual void PathSwitchRequestAcknowledge (uint64_t gnbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList)=0
 

Detailed Description

gNB side of the S1-AP Service Access Point (SAP), provides the gNB methods to be called when an S1-AP message is received by the gNB.

Definition at line 130 of file nr-epc-s1ap-sap.h.

Member Function Documentation

◆ InitialContextSetupRequest()

virtual void ns3::NrEpcS1apSapGnb::InitialContextSetupRequest ( uint64_t  mmeUeS1Id,
uint16_t  gnbUeS1Id,
std::list< ErabToBeSetupItem erabToBeSetupList 
)
pure virtual

Initial context setup request

Parameters
mmeUeS1Idin practice, we use the IMSI
gnbUeS1Idin practice, we use the RNTI
erabToBeSetupListList of ERAB to be setup

Implemented in ns3::NrMemberEpcS1apSapGnb< C >.

◆ PathSwitchRequestAcknowledge()

virtual void ns3::NrEpcS1apSapGnb::PathSwitchRequestAcknowledge ( uint64_t  gnbUeS1Id,
uint64_t  mmeUeS1Id,
uint16_t  cgi,
std::list< ErabSwitchedInUplinkItem erabToBeSwitchedInUplinkList 
)
pure virtual

PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9

Parameters
gnbUeS1Idin practice, we use the RNTI
mmeUeS1Idin practice, we use the IMSI
cgiCGI
erabToBeSwitchedInUplinkListList of ERAB to be switched in uplink

Implemented in ns3::NrMemberEpcS1apSapGnb< C >.


The documentation for this class was generated from the following file: