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

Parameters of the HANDOVER REQUEST message. More...

#include "epc-x2-sap.h"

+ Collaboration diagram for ns3::EpcX2Sap::HandoverRequestParams:

Public Attributes

std::vector< ErabToBeSetupItembearers
 bearers More...
 
uint16_t cause
 cause More...
 
uint32_t mmeUeS1apId
 MME UE S1 AP ID. More...
 
uint16_t oldEnbUeX2apId
 old ENB UE X2 AP ID More...
 
Ptr< PacketrrcContext
 RRC context. More...
 
uint16_t sourceCellId
 source cell ID More...
 
uint16_t targetCellId
 target cell ID More...
 
uint64_t ueAggregateMaxBitRateDownlink
 UE aggregrate max bit rate downlink. More...
 
uint64_t ueAggregateMaxBitRateUplink
 UE aggregrate max bit rate uplink. More...
 

Detailed Description

Parameters of the HANDOVER REQUEST message.

See section 9.1.1.1 for further info about the parameters

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

Member Data Documentation

◆ bearers

std::vector<ErabToBeSetupItem> ns3::EpcX2Sap::HandoverRequestParams::bearers

◆ cause

uint16_t ns3::EpcX2Sap::HandoverRequestParams::cause

◆ mmeUeS1apId

uint32_t ns3::EpcX2Sap::HandoverRequestParams::mmeUeS1apId

◆ oldEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::oldEnbUeX2apId

◆ rrcContext

Ptr<Packet> ns3::EpcX2Sap::HandoverRequestParams::rrcContext

◆ sourceCellId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::sourceCellId

◆ targetCellId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::targetCellId

◆ ueAggregateMaxBitRateDownlink

uint64_t ns3::EpcX2Sap::HandoverRequestParams::ueAggregateMaxBitRateDownlink

UE aggregrate max bit rate downlink.

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

Referenced by ns3::EpcX2::DoSendHandoverRequest(), ns3::UeManager::PrepareHandover(), and ns3::EpcX2::RecvFromX2cSocket().

◆ ueAggregateMaxBitRateUplink

uint64_t ns3::EpcX2Sap::HandoverRequestParams::ueAggregateMaxBitRateUplink

UE aggregrate max bit rate uplink.

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

Referenced by ns3::EpcX2::DoSendHandoverRequest(), ns3::UeManager::PrepareHandover(), and ns3::EpcX2::RecvFromX2cSocket().


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