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 67 of file epc-enb-s1-sap.h.
std::list<BearerToBeSwitched> ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::bearersToBeSwitched |
list of bearers to be switched
Definition at line 72 of file epc-enb-s1-sap.h.
uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::cellId |
cell ID
Definition at line 70 of file epc-enb-s1-sap.h.
uint32_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::mmeUeS1Id |
mmeUeS1Id in practice, we use the IMSI
Definition at line 71 of file epc-enb-s1-sap.h.
uint16_t ns3::EpcEnbS1SapProvider::PathSwitchRequestParameters::rnti |
RNTI.
Definition at line 69 of file epc-enb-s1-sap.h.