![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
Parameters of the UE DATA primitive. More...
#include "nr-epc-x2-sap.h"
Public Attributes | |
uint32_t | gtpTeid |
GTP TEID. | |
uint16_t | sourceCellId |
source cell ID | |
uint16_t | targetCellId |
target cell ID | |
Ptr< Packet > | ueData |
UE data. | |
Parameters of the UE DATA primitive.
Forward UE data during the handover procedure from source gNB (sourceCellId) to target gNB (targetCellId) using a GTP-U tunnel (gtpTeid)
Definition at line 321 of file nr-epc-x2-sap.h.
uint32_t ns3::NrEpcX2Sap::UeDataParams::gtpTeid |
GTP TEID.
Definition at line 325 of file nr-epc-x2-sap.h.
Referenced by ns3::NrEpcX2::DoSendUeData(), ns3::NrEpcX2::RecvFromX2uSocket(), and ns3::NrUeManager::SendData().
uint16_t ns3::NrEpcX2Sap::UeDataParams::sourceCellId |
source cell ID
Definition at line 323 of file nr-epc-x2-sap.h.
Referenced by ns3::NrEpcX2::DoSendUeData(), ns3::NrEpcX2::RecvFromX2uSocket(), and ns3::NrUeManager::SendData().
uint16_t ns3::NrEpcX2Sap::UeDataParams::targetCellId |
target cell ID
Definition at line 324 of file nr-epc-x2-sap.h.
Referenced by ns3::NrEpcX2::DoSendUeData(), ns3::NrEpcX2::RecvFromX2uSocket(), and ns3::NrUeManager::SendData().
Ptr<Packet> ns3::NrEpcX2Sap::UeDataParams::ueData |
UE data.
Definition at line 326 of file nr-epc-x2-sap.h.
Referenced by ns3::NrEpcX2::DoSendUeData(), ns3::NrEpcX2::RecvFromX2uSocket(), and ns3::NrUeManager::SendData().