A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
lte-test-interference-fr.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2014 Piotr Gawlowicz
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: Piotr Gawlowicz <gawlowicz.p@gmail.com>
18
* Based on lte-test-interference.{h,cc} by:
19
* Manuel Requena <manuel.requena@cttc.es>
20
* Nicola Baldo <nbaldo@cttc.es>
21
*/
22
23
#ifndef LTE_TEST_INTERFERENCE_FR_H
24
#define LTE_TEST_INTERFERENCE_FR_H
25
26
#include "ns3/test.h"
27
28
using namespace
ns3
;
29
37
class
LteInterferenceFrTestSuite
:
public
TestSuite
38
{
39
public
:
40
LteInterferenceFrTestSuite
();
41
};
42
49
class
LteInterferenceHardFrTestCase
:
public
TestCase
50
{
51
public
:
61
LteInterferenceHardFrTestCase
(std::string name,
62
double
d1,
63
double
d2,
64
double
dlSinr,
65
double
ulSinr);
66
~
LteInterferenceHardFrTestCase
()
override
;
67
68
private
:
69
void
DoRun()
override
;
70
71
double
m_d1
;
72
double
m_d2
;
73
double
m_expectedDlSinrDb
;
74
};
75
81
class
LteInterferenceStrictFrTestCase
:
public
TestCase
82
{
83
public
:
96
LteInterferenceStrictFrTestCase
(std::string name,
97
double
d1,
98
double
d2,
99
double
commonDlSinr,
100
double
commonUlSinr,
101
double
edgeDlSinr,
102
double
edgeUlSinr,
103
uint32_t rspqThreshold);
104
~
LteInterferenceStrictFrTestCase
()
override
;
105
106
private
:
107
void
DoRun()
override
;
108
109
double
m_d1
;
110
double
m_d2
;
111
double
m_commonDlSinrDb
;
112
double
m_edgeDlSinrDb
;
113
114
uint32_t
m_rspqThreshold
;
115
};
116
117
#endif
/* LTE_TEST_INTERFERENCE_FR_H */
LteInterferenceFrTestSuite
Test suite for the interference test when using different frequency reuse algorithms....
Definition:
lte-test-interference-fr.h:38
LteInterferenceHardFrTestCase
Lte interference test when using hard frequency reuse algorithm.
Definition:
lte-test-interference-fr.h:50
LteInterferenceHardFrTestCase::m_expectedDlSinrDb
double m_expectedDlSinrDb
expected DL SINR in dB
Definition:
lte-test-interference-fr.h:73
LteInterferenceHardFrTestCase::m_d2
double m_d2
distance between UE and other ENB
Definition:
lte-test-interference-fr.h:72
LteInterferenceHardFrTestCase::m_d1
double m_d1
distance between UE and ENB
Definition:
lte-test-interference-fr.h:71
LteInterferenceStrictFrTestCase
Lte interference test when using strict frequency reuse algorithm.
Definition:
lte-test-interference-fr.h:82
LteInterferenceStrictFrTestCase::m_d1
double m_d1
distance between UE and ENB
Definition:
lte-test-interference-fr.h:109
LteInterferenceStrictFrTestCase::m_rspqThreshold
uint32_t m_rspqThreshold
RSPQ threshold.
Definition:
lte-test-interference-fr.h:114
LteInterferenceStrictFrTestCase::m_commonDlSinrDb
double m_commonDlSinrDb
expected common DL SINR in dB
Definition:
lte-test-interference-fr.h:111
LteInterferenceStrictFrTestCase::m_edgeDlSinrDb
double m_edgeDlSinrDb
expected edge DL SINR in dB
Definition:
lte-test-interference-fr.h:112
LteInterferenceStrictFrTestCase::m_d2
double m_d2
distance between UE and other ENB
Definition:
lte-test-interference-fr.h:110
ns3::TestCase
encapsulates test code
Definition:
test.h:1060
ns3::TestSuite
A suite of tests to run.
Definition:
test.h:1256
LteInterferenceFrTestSuite
static LteInterferenceFrTestSuite LteInterferenceFrTestSuite
Static variable for test initialization.
Definition:
lte-test-interference-fr.cc:126
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
lte
test
lte-test-interference-fr.h
Generated on Sun Mar 3 2024 17:11:04 for ns-3 by
1.9.1