Parameters of the UE DATA primitive. More...
#include "epc-x2-sap.h"
Public Attributes | |
uint32_t | gtpTeid |
GTP TEID. More... | |
uint16_t | sourceCellId |
source cell ID More... | |
uint16_t | targetCellId |
target cell ID More... | |
Ptr< Packet > | ueData |
UE data. More... | |
Parameters of the UE DATA primitive.
Forward UE data during the handover procedure from source eNB (sourceCellId) to target eNB (targetCellId) using a GTP-U tunnel (gtpTeid)
Definition at line 328 of file epc-x2-sap.h.
uint32_t ns3::EpcX2Sap::UeDataParams::gtpTeid |
GTP TEID.
Definition at line 332 of file epc-x2-sap.h.
Referenced by ns3::LteEnbRrc::DoRecvUeData(), ns3::EpcX2::DoSendUeData(), ns3::EpcX2::RecvFromX2uSocket(), and ns3::UeManager::SendData().
uint16_t ns3::EpcX2Sap::UeDataParams::sourceCellId |
source cell ID
Definition at line 330 of file epc-x2-sap.h.
Referenced by ns3::LteEnbRrc::DoRecvUeData(), ns3::EpcX2::DoSendUeData(), ns3::EpcX2::RecvFromX2uSocket(), and ns3::UeManager::SendData().
uint16_t ns3::EpcX2Sap::UeDataParams::targetCellId |
target cell ID
Definition at line 331 of file epc-x2-sap.h.
Referenced by ns3::LteEnbRrc::DoRecvUeData(), ns3::EpcX2::DoSendUeData(), ns3::EpcX2::RecvFromX2uSocket(), and ns3::UeManager::SendData().
UE data.
Definition at line 333 of file epc-x2-sap.h.
Referenced by ns3::LteEnbRrc::DoRecvUeData(), ns3::EpcX2::DoSendUeData(), ns3::EpcX2::RecvFromX2uSocket(), and ns3::UeManager::SendData().