A Discrete-Event Network Simulator
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 <ns3/eps-bearer.h>
24 #include <ns3/ipv4-address.h>
25 #include <ns3/lte-rrc-sap.h>
26 #include <ns3/object.h>
27 #include <ns3/pointer.h>
28 
29 namespace ns3
30 {
31 
32 class LteRlc;
33 class LtePdcp;
34 
39 class LteRadioBearerInfo : public Object
40 {
41  public:
43  ~LteRadioBearerInfo() override;
48  static TypeId GetTypeId();
49 
52 };
53 
59 {
60  public:
65  static TypeId GetTypeId();
66 
67  uint8_t m_srbIdentity;
69 };
70 
76 {
77  public:
82  static TypeId GetTypeId();
83 
86  uint8_t m_drbIdentity;
90  uint32_t m_gtpTeid;
92 };
93 
94 } // namespace ns3
95 
96 #endif // LTE_RADIO_BEARER_INFO_H
This class contains the specification of EPS Bearers.
Definition: eps-bearer.h:91
Ipv4 addresses are stored in host order in this class.
Definition: ipv4-address.h:43
store information on active data radio bearer instance
uint8_t m_drbIdentity
DRB identity.
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.
static TypeId GetTypeId()
Get the type ID.
store information on active radio bearer instance
Ptr< LtePdcp > m_pdcp
PDCP.
static TypeId GetTypeId()
Get the type ID.
store information on active signaling radio bearer instance
static TypeId GetTypeId()
Get the type ID.
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
logical channel config
A base class which provides memory management and object aggregation.
Definition: object.h:89
a unique identifier for an interface.
Definition: type-id.h:60
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:94