A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
uint16_t sourceCellId
 source cell ID
 
uint16_t targetCellId
 target cell ID
 
Ptr< PacketueData
 UE data.
 

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 320 of file epc-x2-sap.h.

Member Data Documentation

◆ gtpTeid

uint32_t ns3::EpcX2Sap::UeDataParams::gtpTeid

GTP TEID.

Definition at line 324 of file epc-x2-sap.h.

◆ sourceCellId

uint16_t ns3::EpcX2Sap::UeDataParams::sourceCellId

source cell ID

Definition at line 322 of file epc-x2-sap.h.

◆ targetCellId

uint16_t ns3::EpcX2Sap::UeDataParams::targetCellId

target cell ID

Definition at line 323 of file epc-x2-sap.h.

◆ ueData

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

UE data.

Definition at line 325 of file epc-x2-sap.h.


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