![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-s1ap-sap.h"
Public Member Functions | |
NrMemberEpcS1apSapGnb (C *owner) | |
void | InitialContextSetupRequest (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabToBeSetupItem > erabToBeSetupList) override |
void | PathSwitchRequestAcknowledge (uint64_t gnbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInUplinkItem > erabToBeSwitchedInUplinkList) override |
Template for the implementation of the NrEpcS1apSapGnb as a member of an owner class of type C to which all methods are forwarded
Definition at line 296 of file nr-epc-s1ap-sap.h.
ns3::NrMemberEpcS1apSapGnb< C >::NrMemberEpcS1apSapGnb | ( | C * | owner | ) |
|
overridevirtual |
Initial context setup request function
mmeUeS1Id | in practice, we use the IMSI |
gnbUeS1Id | in practice, we use the RNTI |
erabToBeSetupList | List of ERAB to be setup |
Implements ns3::NrEpcS1apSapGnb.
Definition at line 344 of file nr-epc-s1ap-sap.h.
|
overridevirtual |
Path switch request acknowledge function
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 |
Implements ns3::NrEpcS1apSapGnb.
Definition at line 353 of file nr-epc-s1ap-sap.h.