A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
lte-radio-bearer-info.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation;
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
*
17
* Author: Nicola Baldo <nbaldo@cttc.es>
18
*/
19
20
#ifndef LTE_RADIO_BEARER_INFO_H
21
#define LTE_RADIO_BEARER_INFO_H
22
23
#include "
eps-bearer.h
"
24
#include "
lte-rrc-sap.h
"
25
26
#include <ns3/ipv4-address.h>
27
#include <ns3/object.h>
28
#include <ns3/pointer.h>
29
30
namespace
ns3
31
{
32
33
class
LteRlc;
34
class
LtePdcp;
35
40
class
LteRadioBearerInfo
:
public
Object
41
{
42
public
:
43
LteRadioBearerInfo
();
44
~LteRadioBearerInfo
()
override
;
49
static
TypeId
GetTypeId
();
50
51
Ptr<LteRlc>
m_rlc
;
52
Ptr<LtePdcp>
m_pdcp
;
53
};
54
59
class
LteSignalingRadioBearerInfo
:
public
LteRadioBearerInfo
60
{
61
public
:
66
static
TypeId
GetTypeId
();
67
68
uint8_t
m_srbIdentity
;
69
LteRrcSap::LogicalChannelConfig
m_logicalChannelConfig
;
70
};
71
76
class
LteDataRadioBearerInfo
:
public
LteRadioBearerInfo
77
{
78
public
:
83
static
TypeId
GetTypeId
();
84
85
EpsBearer
m_epsBearer
;
86
uint8_t
m_epsBearerIdentity
;
87
uint8_t
m_drbIdentity
;
88
LteRrcSap::RlcConfig
m_rlcConfig
;
89
uint8_t
m_logicalChannelIdentity
;
90
LteRrcSap::LogicalChannelConfig
m_logicalChannelConfig
;
91
uint32_t
m_gtpTeid
;
92
Ipv4Address
m_transportLayerAddress
;
93
};
94
95
}
// namespace ns3
96
97
#endif
// LTE_RADIO_BEARER_INFO_H
ns3::EpsBearer
This class contains the specification of EPS Bearers.
Definition:
eps-bearer.h:91
ns3::Ipv4Address
Ipv4 addresses are stored in host order in this class.
Definition:
ipv4-address.h:42
ns3::LteDataRadioBearerInfo
store information on active data radio bearer instance
Definition:
lte-radio-bearer-info.h:77
ns3::LteDataRadioBearerInfo::m_drbIdentity
uint8_t m_drbIdentity
DRB identity.
Definition:
lte-radio-bearer-info.h:87
ns3::LteDataRadioBearerInfo::m_logicalChannelIdentity
uint8_t m_logicalChannelIdentity
logical channel identity
Definition:
lte-radio-bearer-info.h:89
ns3::LteDataRadioBearerInfo::m_logicalChannelConfig
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
logical channel config
Definition:
lte-radio-bearer-info.h:90
ns3::LteDataRadioBearerInfo::m_gtpTeid
uint32_t m_gtpTeid
S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1.
Definition:
lte-radio-bearer-info.h:91
ns3::LteDataRadioBearerInfo::m_rlcConfig
LteRrcSap::RlcConfig m_rlcConfig
RLC config.
Definition:
lte-radio-bearer-info.h:88
ns3::LteDataRadioBearerInfo::m_transportLayerAddress
Ipv4Address m_transportLayerAddress
IP Address of the SGW, see 36.423 9.2.1.
Definition:
lte-radio-bearer-info.h:92
ns3::LteDataRadioBearerInfo::m_epsBearerIdentity
uint8_t m_epsBearerIdentity
EPS bearer identity.
Definition:
lte-radio-bearer-info.h:86
ns3::LteDataRadioBearerInfo::m_epsBearer
EpsBearer m_epsBearer
EPS bearer.
Definition:
lte-radio-bearer-info.h:85
ns3::LteDataRadioBearerInfo::GetTypeId
static TypeId GetTypeId()
Get the type ID.
Definition:
lte-radio-bearer-info.cc:49
ns3::LteRadioBearerInfo
store information on active radio bearer instance
Definition:
lte-radio-bearer-info.h:41
ns3::LteRadioBearerInfo::m_rlc
Ptr< LteRlc > m_rlc
RLC.
Definition:
lte-radio-bearer-info.h:51
ns3::LteRadioBearerInfo::m_pdcp
Ptr< LtePdcp > m_pdcp
PDCP.
Definition:
lte-radio-bearer-info.h:52
ns3::LteRadioBearerInfo::~LteRadioBearerInfo
~LteRadioBearerInfo() override
Definition:
lte-radio-bearer-info.cc:36
ns3::LteRadioBearerInfo::GetTypeId
static TypeId GetTypeId()
Get the type ID.
Definition:
lte-radio-bearer-info.cc:41
ns3::LteRadioBearerInfo::LteRadioBearerInfo
LteRadioBearerInfo()
Definition:
lte-radio-bearer-info.cc:32
ns3::LteSignalingRadioBearerInfo
store information on active signaling radio bearer instance
Definition:
lte-radio-bearer-info.h:60
ns3::LteSignalingRadioBearerInfo::GetTypeId
static TypeId GetTypeId()
Get the type ID.
Definition:
lte-radio-bearer-info.cc:87
ns3::LteSignalingRadioBearerInfo::m_logicalChannelConfig
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
logical channel config
Definition:
lte-radio-bearer-info.h:69
ns3::LteSignalingRadioBearerInfo::m_srbIdentity
uint8_t m_srbIdentity
SRB identity.
Definition:
lte-radio-bearer-info.h:68
ns3::Object
A base class which provides memory management and object aggregation.
Definition:
object.h:89
ns3::Ptr< LteRlc >
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:59
eps-bearer.h
lte-rrc-sap.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::LteRrcSap::LogicalChannelConfig
LogicalChannelConfig structure.
Definition:
lte-rrc-sap.h:109
ns3::LteRrcSap::RlcConfig
RlcConfig structure.
Definition:
lte-rrc-sap.h:94
src
lte
model
lte-radio-bearer-info.h
Generated on Sun Mar 3 2024 17:11:02 for ns-3 by
1.9.1