A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
 
uint16_t cause
 cause
 
uint32_t mmeUeS1apId
 MME UE S1 AP ID.
 
uint16_t oldEnbUeX2apId
 old ENB UE X2 AP ID
 
Ptr< PacketrrcContext
 RRC context.
 
uint16_t sourceCellId
 source cell ID
 
uint16_t targetCellId
 target cell ID
 
uint64_t ueAggregateMaxBitRateDownlink
 UE aggregate max bit rate downlink.
 
uint64_t ueAggregateMaxBitRateUplink
 UE aggregate max bit rate uplink.
 

Detailed Description

Parameters of the HANDOVER REQUEST message.

See section 9.1.1.1 for further info about the parameters

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

Member Data Documentation

◆ bearers

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

bearers

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

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ cause

uint16_t ns3::EpcX2Sap::HandoverRequestParams::cause

cause

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

◆ mmeUeS1apId

uint32_t ns3::EpcX2Sap::HandoverRequestParams::mmeUeS1apId

MME UE S1 AP ID.

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

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ oldEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::oldEnbUeX2apId

old ENB UE X2 AP ID

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

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ rrcContext

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

RRC context.

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

◆ sourceCellId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::sourceCellId

source cell ID

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

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ targetCellId

uint16_t ns3::EpcX2Sap::HandoverRequestParams::targetCellId

target cell ID

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

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ ueAggregateMaxBitRateDownlink

uint64_t ns3::EpcX2Sap::HandoverRequestParams::ueAggregateMaxBitRateDownlink

UE aggregate max bit rate downlink.

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

◆ ueAggregateMaxBitRateUplink

uint64_t ns3::EpcX2Sap::HandoverRequestParams::ueAggregateMaxBitRateUplink

UE aggregate max bit rate uplink.

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


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