![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-s1ap-sap.h"
Public Member Functions | |
NrMemberEpcS1apSapMme (C *owner) | |
void | ErabReleaseIndication (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabToBeReleasedIndication > erabToBeReleaseIndication) override |
void | InitialContextSetupResponse (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, std::list< ErabSetupItem > erabSetupList) override |
void | InitialUeMessage (uint64_t mmeUeS1Id, uint16_t gnbUeS1Id, uint64_t imsi, uint16_t ecgi) override |
void | PathSwitchRequest (uint64_t gnbUeS1Id, uint64_t mmeUeS1Id, uint16_t cgi, std::list< ErabSwitchedInDownlinkItem > erabToBeSwitchedInDownlinkList) override |
Template for the implementation of the NrEpcS1apSapMme as a member of an owner class of type C to which all methods are forwarded
Definition at line 183 of file nr-epc-s1ap-sap.h.
ns3::NrMemberEpcS1apSapMme< C >::NrMemberEpcS1apSapMme | ( | C * | owner | ) |
|
overridevirtual |
ERAB Release Indiation function
mmeUeS1Id | in practice, we use the IMSI |
gnbUeS1Id | in practice, we use the RNTI |
erabToBeReleaseIndication | List of ERAB to be release indication |
Implements ns3::NrEpcS1apSapMme.
Definition at line 263 of file nr-epc-s1ap-sap.h.
|
overridevirtual |
Initial context setup response
mmeUeS1Id | in practice, we use the IMSI |
gnbUeS1Id | in practice, we use the RNTI |
erabSetupList | List of ERAB setup |
Implements ns3::NrEpcS1apSapMme.
Definition at line 273 of file nr-epc-s1ap-sap.h.
|
overridevirtual |
Initial UE Message function
mmeUeS1Id | in practice, we use the IMSI |
gnbUeS1Id | in practice, we use the RNTI |
imsi | the IMSI |
ecgi | ECGI |
Implements ns3::NrEpcS1apSapMme.
Definition at line 253 of file nr-epc-s1ap-sap.h.
|
overridevirtual |
Path switch request
gnbUeS1Id | in practice, we use the RNTI |
mmeUeS1Id | in practice, we use the IMSI |
cgi | CGI |
erabToBeSwitchedInDownlinkList | List of ERAB to be switched in downlink |
Implements ns3::NrEpcS1apSapMme.
Definition at line 282 of file nr-epc-s1ap-sap.h.