A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
lte-rrc-sap.cc
Go to the documentation of this file.
1
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2012 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
#include "
lte-rrc-sap.h
"
22
23
namespace
ns3
{
24
25
LteRrcSap::~LteRrcSap
()
26
{
27
}
28
29
LteRrcSap::ReportConfigEutra::ReportConfigEutra
()
30
{
31
triggerType
=
EVENT
;
32
eventId
=
EVENT_A1
;
33
threshold1
.
choice
=
ThresholdEutra::THRESHOLD_RSRP
;
34
threshold1
.
range
= 0;
35
threshold2
.
choice
=
ThresholdEutra::THRESHOLD_RSRP
;
36
threshold2
.
range
= 0;
37
reportOnLeave
=
false
;
38
a3Offset
= 0;
39
hysteresis
= 0;
40
timeToTrigger
= 0;
41
purpose
=
REPORT_STRONGEST_CELLS
;
42
triggerQuantity
=
RSRP
;
43
reportQuantity
=
BOTH
;
44
maxReportCells
=
MaxReportCells
;
45
reportInterval
=
MS480
;
46
reportAmount
= 255;
47
}
48
49
50
}
// namespace ns3
ns3::LteRrcSap::MaxReportCells
static const uint8_t MaxReportCells
Constraint values.
Definition:
lte-rrc-sap.h:62
ns3::LteRrcSap::~LteRrcSap
virtual ~LteRrcSap()
Definition:
lte-rrc-sap.cc:25
lte-rrc-sap.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::LteRrcSap::ReportConfigEutra::reportOnLeave
bool reportOnLeave
Indicates whether or not the UE shall initiate the measurement reporting procedure when the leaving c...
Definition:
lte-rrc-sap.h:385
ns3::LteRrcSap::ReportConfigEutra::maxReportCells
uint8_t maxReportCells
Maximum number of cells, excluding the serving cell, to be included in the measurement report.
Definition:
lte-rrc-sap.h:418
ns3::LteRrcSap::ReportConfigEutra::EVENT_A1
@ EVENT_A1
Event A1: Serving becomes better than absolute threshold.
Definition:
lte-rrc-sap.h:373
ns3::LteRrcSap::ReportConfigEutra::hysteresis
uint8_t hysteresis
Parameter used within the entry and leave condition of an event triggered reporting condition....
Definition:
lte-rrc-sap.h:391
ns3::LteRrcSap::ReportConfigEutra::MS480
@ MS480
Definition:
lte-rrc-sap.h:425
ns3::LteRrcSap::ReportConfigEutra::reportQuantity
enum ns3::LteRrcSap::ReportConfigEutra::@68 reportQuantity
Report type enumeration.
ns3::LteRrcSap::ReportConfigEutra::reportAmount
uint8_t reportAmount
Number of measurement reports applicable, always assumed to be infinite.
Definition:
lte-rrc-sap.h:442
ns3::LteRrcSap::ReportConfigEutra::RSRP
@ RSRP
Reference Signal Received Power.
Definition:
lte-rrc-sap.h:406
ns3::LteRrcSap::ReportConfigEutra::threshold2
ThresholdEutra threshold2
Threshold for event A5.
Definition:
lte-rrc-sap.h:382
ns3::LteRrcSap::ReportConfigEutra::ReportConfigEutra
ReportConfigEutra()
Report config eutra function.
Definition:
lte-rrc-sap.cc:29
ns3::LteRrcSap::ReportConfigEutra::REPORT_STRONGEST_CELLS
@ REPORT_STRONGEST_CELLS
Definition:
lte-rrc-sap.h:399
ns3::LteRrcSap::ReportConfigEutra::threshold1
ThresholdEutra threshold1
Threshold for event A1, A2, A4, and A5.
Definition:
lte-rrc-sap.h:381
ns3::LteRrcSap::ReportConfigEutra::triggerQuantity
enum ns3::LteRrcSap::ReportConfigEutra::@67 triggerQuantity
Trigger type enumeration.
ns3::LteRrcSap::ReportConfigEutra::BOTH
@ BOTH
Both the RSRP and RSRQ quantities are to be included in the measurement report.
Definition:
lte-rrc-sap.h:414
ns3::LteRrcSap::ReportConfigEutra::purpose
enum ns3::LteRrcSap::ReportConfigEutra::report purpose
purpose
ns3::LteRrcSap::ReportConfigEutra::eventId
enum ns3::LteRrcSap::ReportConfigEutra::@66 eventId
Event enumeration.
ns3::LteRrcSap::ReportConfigEutra::EVENT
@ EVENT
event report
Definition:
lte-rrc-sap.h:366
ns3::LteRrcSap::ReportConfigEutra::reportInterval
enum ns3::LteRrcSap::ReportConfigEutra::@69 reportInterval
Report interval enumeration.
ns3::LteRrcSap::ReportConfigEutra::triggerType
enum ns3::LteRrcSap::ReportConfigEutra::@65 triggerType
Trigger enumeration.
ns3::LteRrcSap::ReportConfigEutra::a3Offset
int8_t a3Offset
Offset value for Event A3. An integer between -30 and 30. The actual value is (value * 0....
Definition:
lte-rrc-sap.h:388
ns3::LteRrcSap::ReportConfigEutra::timeToTrigger
uint16_t timeToTrigger
Time during which specific criteria for the event needs to be met in order to trigger a measurement r...
Definition:
lte-rrc-sap.h:394
ns3::LteRrcSap::ThresholdEutra::THRESHOLD_RSRP
@ THRESHOLD_RSRP
RSRP is used for the threshold.
Definition:
lte-rrc-sap.h:354
ns3::LteRrcSap::ThresholdEutra::range
uint8_t range
Value range used in RSRP/RSRQ threshold.
Definition:
lte-rrc-sap.h:357
ns3::LteRrcSap::ThresholdEutra::choice
enum ns3::LteRrcSap::ThresholdEutra::@64 choice
Threshold enumeration.
src
lte
model
lte-rrc-sap.cc
Generated on Tue Feb 6 2024 19:21:22 for ns-3 by
1.9.1