A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
 
uint16_t newEnbUeX2apId
 new ENB UE X2 AP ID
 
std::vector< ErabNotAdmittedItemnotAdmittedBearers
 not admitted bearers
 
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
 

Detailed Description

Parameters of the HANDOVER REQUEST ACKNOWLEDGE message.

See section 9.1.1.2 for further info about the parameters

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

Member Data Documentation

◆ admittedBearers

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

admitted bearers

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

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

◆ newEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::newEnbUeX2apId

new ENB UE X2 AP ID

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

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

◆ notAdmittedBearers

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

not admitted bearers

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

◆ oldEnbUeX2apId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::oldEnbUeX2apId

old ENB UE X2 AP ID

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

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

◆ rrcContext

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

RRC context.

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

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

◆ sourceCellId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::sourceCellId

source cell ID

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

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

◆ targetCellId

uint16_t ns3::EpcX2Sap::HandoverRequestAckParams::targetCellId

target cell ID

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

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


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