Parameters passed to DataRadioBearerSetupRequest () More...
#include "epc-enb-s1-sap.h"
Public Attributes | |
EpsBearer | bearer |
the characteristics of the bearer to be setup | |
uint8_t | bearerId |
the EPS Bearer Identifier | |
uint32_t | gtpTeid |
S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1. | |
uint16_t | rnti |
the RNTI identifying the UE for which the DataRadioBearer is to be created | |
Ipv4Address | transportLayerAddress |
IP Address of the SGW, see 36.423 9.2.1. | |
Parameters passed to DataRadioBearerSetupRequest ()
Definition at line 110 of file epc-enb-s1-sap.h.
EpsBearer ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::bearer |
the characteristics of the bearer to be setup
Definition at line 114 of file epc-enb-s1-sap.h.
Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().
uint8_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::bearerId |
the EPS Bearer Identifier
Definition at line 115 of file epc-enb-s1-sap.h.
Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().
uint32_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::gtpTeid |
S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1.
Definition at line 116 of file epc-enb-s1-sap.h.
Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().
uint16_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::rnti |
the RNTI identifying the UE for which the DataRadioBearer is to be created
Definition at line 112 of file epc-enb-s1-sap.h.
Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().
Ipv4Address ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::transportLayerAddress |
IP Address of the SGW, see 36.423 9.2.1.
Definition at line 117 of file epc-enb-s1-sap.h.
Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().