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 331 of file epc-x2-sap.h.
uint32_t ns3::EpcX2Sap::UeDataParams::gtpTeid |
GTP TEID.
Definition at line 335 of file epc-x2-sap.h.
uint16_t ns3::EpcX2Sap::UeDataParams::sourceCellId |
source cell ID
Definition at line 333 of file epc-x2-sap.h.
uint16_t ns3::EpcX2Sap::UeDataParams::targetCellId |
target cell ID
Definition at line 334 of file epc-x2-sap.h.
UE data.
Definition at line 336 of file epc-x2-sap.h.