A Discrete-Event Network Simulator
API
ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters Struct Reference

Parameters passed to DataRadioBearerSetupRequest () More...

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

+ Collaboration diagram for ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters:

Public Attributes

EpsBearer bearer
 the characteristics of the bearer to be setup More...
 
uint8_t bearerId
 the EPS Bearer Identifier More...
 
uint32_t gtpTeid
 S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1. More...
 
uint16_t rnti
 the RNTI identifying the UE for which the DataRadioBearer is to be created More...
 
Ipv4Address transportLayerAddress
 IP Address of the SGW, see 36.423 9.2.1. More...
 

Detailed Description

Parameters passed to DataRadioBearerSetupRequest ()

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

Member Data Documentation

◆ bearer

EpsBearer ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::bearer

the characteristics of the bearer to be setup

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

Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest(), and ns3::EpcEnbApplication::DoInitialContextSetupRequest().

◆ bearerId

uint8_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::bearerId

◆ gtpTeid

uint32_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::gtpTeid

S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1.

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

Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest(), and ns3::EpcEnbApplication::DoInitialContextSetupRequest().

◆ rnti

uint16_t ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::rnti

the RNTI identifying the UE for which the DataRadioBearer is to be created

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

Referenced by ns3::DrbActivator::ActivateDrb(), ns3::LteEnbRrc::DoDataRadioBearerSetupRequest(), and ns3::EpcEnbApplication::DoInitialContextSetupRequest().

◆ transportLayerAddress

Ipv4Address ns3::EpcEnbS1SapUser::DataRadioBearerSetupRequestParameters::transportLayerAddress

IP Address of the SGW, see 36.423 9.2.1.

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

Referenced by ns3::LteEnbRrc::DoDataRadioBearerSetupRequest().


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