PathSwitchRequestParameters structure. More...
#include "epc-enb-s1-sap.h"
Public Attributes | |
std::list< BearerToBeSwitched > | bearersToBeSwitched |
list of bearers to be switched | |
uint16_t | cellId |
cell ID | |
uint32_t | mmeUeS1Id |
mmeUeS1Id in practice, we use the IMSI | |
uint16_t | rnti |
RNTI. | |
PathSwitchRequestParameters structure.
Definition at line 56 of file epc-enb-s1-sap.h.
std::list<BearerToBeSwitched> ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::bearersToBeSwitched |
list of bearers to be switched
Definition at line 61 of file epc-enb-s1-sap.h.
uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::cellId |
cell ID
Definition at line 59 of file epc-enb-s1-sap.h.
uint32_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::mmeUeS1Id |
mmeUeS1Id in practice, we use the IMSI
Definition at line 60 of file epc-enb-s1-sap.h.
uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::rnti |
RNTI.
Definition at line 58 of file epc-enb-s1-sap.h.