![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-s1ap-sap.h"
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 |
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.
|
pure virtual |
Initial context setup request
mmeUeS1Id | in practice, we use the IMSI |
gnbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList | List of ERAB to be setup |
Implemented in ns3::NrMemberEpcS1apSapGnb< C >.
|
pure virtual |
PATH SWITCH REQUEST ACKNOWLEDGE message, see 3GPP TS 36.413 9.1.5.9
gnbUeS1Id | in practice, we use the RNTI |
mmeUeS1Id | in practice, we use the IMSI |
cgi | CGI |
erabToBeSwitchedInUplinkList | List of ERAB to be switched in uplink |
Implemented in ns3::NrMemberEpcS1apSapGnb< C >.