A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
lte-test-interference-fr.h
Go to the documentation of this file.
1
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2014 Piotr Gawlowicz
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: Piotr Gawlowicz <gawlowicz.p@gmail.com>
19
* Based on lte-test-interference.{h,cc} by Manuel Requena <manuel.requena@cttc.es>
20
* Nicola Baldo <nbaldo@cttc.es>
21
*
22
*/
23
24
#ifndef LTE_TEST_INTERFERENCE_FR_H
25
#define LTE_TEST_INTERFERENCE_FR_H
26
27
#include "ns3/test.h"
28
29
using namespace
ns3
;
30
34
class
LteInterferenceFrTestSuite
:
public
TestSuite
35
{
36
public
:
37
LteInterferenceFrTestSuite
();
38
};
39
40
41
class
LteInterferenceHardFrTestCase
:
public
TestCase
42
{
43
public
:
44
LteInterferenceHardFrTestCase
(std::string name,
double
d1,
double
d2,
double
dlSinr,
double
ulSinr);
45
virtual
~
LteInterferenceHardFrTestCase
();
46
47
private
:
48
virtual
void
DoRun (
void
);
49
50
double
m_d1
;
51
double
m_d2
;
52
double
m_expectedDlSinrDb
;
53
double
m_expectedUlSinrDb
;
54
};
55
56
class
LteInterferenceStrictFrTestCase
:
public
TestCase
57
{
58
public
:
59
LteInterferenceStrictFrTestCase
(std::string name,
double
d1,
double
d2,
60
double
commonDlSinr,
double
commonUlSinr,
double
edgeDlSinr,
double
edgeUlSinr,
61
uint32_t rspqThreshold);
62
virtual
~
LteInterferenceStrictFrTestCase
();
63
64
private
:
65
virtual
void
DoRun (
void
);
66
67
double
m_d1
;
68
double
m_d2
;
69
double
m_commonDlSinrDb
;
70
double
m_commonUlSinrDb
;
71
double
m_edgeDlSinrDb
;
72
double
m_edgeUlSinrDb
;
73
74
uint32_t
m_rspqThreshold
;
75
};
76
77
#endif
/* LTE_TEST_INTERFERENCE_FR_H */
LteInterferenceStrictFrTestCase::m_d2
double m_d2
Definition:
lte-test-interference-fr.h:68
ns3::TestSuite
A suite of tests to run.
Definition:
test.h:1276
LteInterferenceStrictFrTestCase::m_commonDlSinrDb
double m_commonDlSinrDb
Definition:
lte-test-interference-fr.h:69
LteInterferenceHardFrTestCase::m_d1
double m_d1
Definition:
lte-test-interference-fr.h:50
ns3::TestCase
encapsulates test code
Definition:
test.h:1108
LteInterferenceFrTestSuite
static LteInterferenceFrTestSuite LteInterferenceFrTestSuite
Definition:
lte-test-interference-fr.cc:77
LteInterferenceStrictFrTestCase::m_commonUlSinrDb
double m_commonUlSinrDb
Definition:
lte-test-interference-fr.h:70
LteInterferenceStrictFrTestCase::m_edgeUlSinrDb
double m_edgeUlSinrDb
Definition:
lte-test-interference-fr.h:72
LteInterferenceHardFrTestCase::m_expectedDlSinrDb
double m_expectedDlSinrDb
Definition:
lte-test-interference-fr.h:52
LteInterferenceHardFrTestCase::m_expectedUlSinrDb
double m_expectedUlSinrDb
Definition:
lte-test-interference-fr.h:53
LteInterferenceHardFrTestCase::m_d2
double m_d2
Definition:
lte-test-interference-fr.h:51
LteInterferenceStrictFrTestCase::m_edgeDlSinrDb
double m_edgeDlSinrDb
Definition:
lte-test-interference-fr.h:71
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
LteInterferenceStrictFrTestCase::m_rspqThreshold
uint32_t m_rspqThreshold
Definition:
lte-test-interference-fr.h:74
LteInterferenceFrTestSuite
Test Interference level with FR algorithms.
Definition:
lte-test-interference-fr.h:34
LteInterferenceHardFrTestCase
Definition:
lte-test-interference-fr.h:41
LteInterferenceStrictFrTestCase
Definition:
lte-test-interference-fr.h:56
LteInterferenceStrictFrTestCase::m_d1
double m_d1
Definition:
lte-test-interference-fr.h:67
src
lte
test
lte-test-interference-fr.h
Generated on Thu Aug 13 2015 14:28:03 for ns-3 by
1.8.9.1