A Discrete-Event Network Simulator
API
ns3::EpcX2Sap::UeDataParams Struct Reference

Parameters of the UE DATA primitive. More...

#include "epc-x2-sap.h"

+ Collaboration diagram for ns3::EpcX2Sap::UeDataParams:

Public Attributes

uint32_t gtpTeid
 GTP TEID. More...
 
uint16_t sourceCellId
 source cell ID More...
 
uint16_t targetCellId
 target cell ID More...
 
Ptr< PacketueData
 UE data. More...
 

Detailed Description

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.

Member Data Documentation

◆ gtpTeid

uint32_t ns3::EpcX2Sap::UeDataParams::gtpTeid

◆ sourceCellId

uint16_t ns3::EpcX2Sap::UeDataParams::sourceCellId

◆ targetCellId

uint16_t ns3::EpcX2Sap::UeDataParams::targetCellId

◆ ueData

Ptr<Packet> ns3::EpcX2Sap::UeDataParams::ueData

The documentation for this struct was generated from the following file: