A Discrete-Event Network Simulator
API
ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters Struct Reference

PathSwitchRequestParameters structure. More...

#include "epc-enb-s1-sap.h"

+ Collaboration diagram for ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters:

Public Attributes

std::list< BearerToBeSwitchedbearersToBeSwitched
 list of bearers to be switched More...
 
uint16_t cellId
 cell ID More...
 
uint32_t mmeUeS1Id
 mmeUeS1Id in practice, we use the IMSI More...
 
uint16_t rnti
 RNTI. More...
 

Detailed Description

PathSwitchRequestParameters structure.

Definition at line 67 of file epc-enb-s1-sap.h.

Member Data Documentation

◆ bearersToBeSwitched

std::list<BearerToBeSwitched> ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::bearersToBeSwitched

list of bearers to be switched

Definition at line 72 of file epc-enb-s1-sap.h.

Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest(), and ns3::UeManager::RecvRrcConnectionReconfigurationCompleted().

◆ cellId

uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::cellId

◆ mmeUeS1Id

uint32_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::mmeUeS1Id

mmeUeS1Id in practice, we use the IMSI

Definition at line 71 of file epc-enb-s1-sap.h.

Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest(), and ns3::UeManager::RecvRrcConnectionReconfigurationCompleted().

◆ rnti

uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::rnti

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