Parameters of the UE DATA primitive. More...
#include "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 eNB (sourceCellId) to target eNB (targetCellId) using a GTP-U tunnel (gtpTeid)
Definition at line 320 of file epc-x2-sap.h.
| uint32_t ns3::EpcX2Sap::UeDataParams::gtpTeid |
GTP TEID.
Definition at line 324 of file epc-x2-sap.h.
| uint16_t ns3::EpcX2Sap::UeDataParams::sourceCellId |
source cell ID
Definition at line 322 of file epc-x2-sap.h.
| uint16_t ns3::EpcX2Sap::UeDataParams::targetCellId |
target cell ID
Definition at line 323 of file epc-x2-sap.h.
UE data.
Definition at line 325 of file epc-x2-sap.h.