![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
PathSwitchRequestParameters structure. More...
#include "nr-epc-gnb-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 54 of file nr-epc-gnb-s1-sap.h.
std::list<BearerToBeSwitched> ns3::NrEpcGnbS1SapProvider::PathSwitchRequestParameters::bearersToBeSwitched |
list of bearers to be switched
Definition at line 59 of file nr-epc-gnb-s1-sap.h.
Referenced by ns3::NrUeManager::RecvRrcConnectionReconfigurationCompleted().
uint16_t ns3::NrEpcGnbS1SapProvider::PathSwitchRequestParameters::cellId |
cell ID
Definition at line 57 of file nr-epc-gnb-s1-sap.h.
Referenced by ns3::NrUeManager::RecvRrcConnectionReconfigurationCompleted().
uint32_t ns3::NrEpcGnbS1SapProvider::PathSwitchRequestParameters::mmeUeS1Id |
mmeUeS1Id in practice, we use the IMSI
Definition at line 58 of file nr-epc-gnb-s1-sap.h.
Referenced by ns3::NrUeManager::RecvRrcConnectionReconfigurationCompleted().
uint16_t ns3::NrEpcGnbS1SapProvider::PathSwitchRequestParameters::rnti |
RNTI.
Definition at line 56 of file nr-epc-gnb-s1-sap.h.
Referenced by ns3::NrUeManager::RecvRrcConnectionReconfigurationCompleted().