A Discrete-Event Network Simulator
API
lte-radio-bearer-info.h
Go to the documentation of this file.
1/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
2/*
3 * Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation;
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 *
18 * Author: Nicola Baldo <nbaldo@cttc.es>
19 */
20
21#ifndef LTE_RADIO_BEARER_INFO_H
22#define LTE_RADIO_BEARER_INFO_H
23
24#include <ns3/object.h>
25#include <ns3/pointer.h>
26#include <ns3/eps-bearer.h>
27#include <ns3/lte-rrc-sap.h>
28#include <ns3/ipv4-address.h>
29
30namespace ns3 {
31
32class LteRlc;
33class LtePdcp;
34
40{
41
42public:
43 LteRadioBearerInfo (void);
44 virtual ~LteRadioBearerInfo (void);
49 static TypeId GetTypeId (void);
50
53};
54
55
61{
62
63public:
68 static TypeId GetTypeId (void);
69
70 uint8_t m_srbIdentity;
72};
73
74
80{
81
82public:
87 static TypeId GetTypeId (void);
88
91 uint8_t m_drbIdentity;
97};
98
99
100
101
102
103} // namespace ns3
104
105
106#endif // LTE_RADIO_BEARER_INFO_H
This class contains the specification of EPS Bearers.
Definition: eps-bearer.h:92
Ipv4 addresses are stored in host order in this class.
Definition: ipv4-address.h:41
store information on active data radio bearer instance
uint8_t m_drbIdentity
DRB identity.
static TypeId GetTypeId(void)
Get the type ID.
uint8_t m_logicalChannelIdentity
logical channel identity
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
logical channel config
uint32_t m_gtpTeid
S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1.
LteRrcSap::RlcConfig m_rlcConfig
RLC config.
Ipv4Address m_transportLayerAddress
IP Address of the SGW, see 36.423 9.2.1.
uint8_t m_epsBearerIdentity
EPS bearer identity.
EpsBearer m_epsBearer
EPS bearer.
store information on active radio bearer instance
Ptr< LtePdcp > m_pdcp
PDCP.
static TypeId GetTypeId(void)
Get the type ID.
store information on active signaling radio bearer instance
static TypeId GetTypeId(void)
Get the type ID.
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
logical channel config
A base class which provides memory management and object aggregation.
Definition: object.h:88
a unique identifier for an interface.
Definition: type-id.h:59
Every class exported by the ns3 library is enclosed in the ns3 namespace.
LogicalChannelConfig structure.
Definition: lte-rrc-sap.h:109
RlcConfig structure.
Definition: lte-rrc-sap.h:96