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

Parameters of the HANDOVER REQUEST ACKNOWLEDGE message. More...

#include "epc-x2-sap.h"

+ Collaboration diagram for ns3::EpcX2Sap::HandoverRequestAckParams:

Public Attributes

std::vector< ErabAdmittedItemadmittedBearers
 admitted bearers More...
 
uint16_t newEnbUeX2apId
 new ENB UE X2 AP ID More...
 
std::vector< ErabNotAdmittedItemnotAdmittedBearers
 not admitted bearers 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...
 

Detailed Description

Parameters of the HANDOVER REQUEST ACKNOWLEDGE message.

See section 9.1.1.2 for further info about the parameters

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

Member Data Documentation

◆ admittedBearers

std::vector<ErabAdmittedItem> ns3::EpcX2Sap::HandoverRequestAckParams::admittedBearers

◆ newEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::newEnbUeX2apId

◆ notAdmittedBearers

std::vector<ErabNotAdmittedItem> ns3::EpcX2Sap::HandoverRequestAckParams::notAdmittedBearers

◆ oldEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::oldEnbUeX2apId

◆ rrcContext

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

◆ sourceCellId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::sourceCellId

◆ targetCellId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::targetCellId

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