A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
lte-test-fdmt-ff-mac-scheduler.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Marco Miozzo <marco.miozzo@cttc.es>,
7
* Nicola Baldo <nbaldo@cttc.es>
8
* Dizhi Zhou <dizhi.zhou@gmail.com>
9
*/
10
11
#ifndef LENA_TEST_FDMT_FF_MAC_SCHEDULER_H
12
#define LENA_TEST_FDMT_FF_MAC_SCHEDULER_H
13
14
#include "ns3/simulator.h"
15
#include "ns3/test.h"
16
17
using namespace
ns3
;
18
19
/**
20
* \ingroup lte-test
21
*
22
* \brief This system test program creates different test cases with a single eNB and
23
* several UEs, all having the same Radio Bearer specification. In each test
24
* case, the UEs see the same SINR from the eNB; different test cases are
25
* implemented obtained by using different SINR values and different numbers of
26
* UEs. The test consists on checking that the obtained throughput performance
27
* is consistent with the definition of maximum throughput
28
* scheduling
29
*/
30
class
LenaFdMtFfMacSchedulerTestCase
:
public
TestCase
31
{
32
public
:
33
/**
34
* Constructor
35
*
36
* \param nUser number of UE nodes
37
* \param dist distance between nodes
38
* \param thrRefDl DL throughput reference
39
* \param thrRefUl UL throughput reference
40
* \param errorModelEnabled error model enabled?
41
*/
42
LenaFdMtFfMacSchedulerTestCase
(uint16_t nUser,
43
double
dist,
44
double
thrRefDl,
45
double
thrRefUl,
46
bool
errorModelEnabled);
47
~LenaFdMtFfMacSchedulerTestCase
()
override
;
48
49
private
:
50
/**
51
* Builds the test name string based on provided parameter values
52
*
53
* \param nUser number of UE nodes
54
* \param dist distance between nodes
55
* \returns name string
56
*/
57
static
std::string
BuildNameString
(uint16_t nUser,
double
dist);
58
void
DoRun
()
override
;
59
uint16_t
m_nUser
;
///< number of UE nodes
60
double
m_dist
;
///< distance between the nodes
61
double
m_thrRefDl
;
///< DL throughput reference
62
double
m_thrRefUl
;
///< UL throughput reference
63
bool
m_errorModelEnabled
;
///< error model enabled?
64
};
65
66
/**
67
* \ingroup lte-test
68
*
69
* \brief Test suite for LenaFdMtFfMacSchedulerTestCase test case.
70
*/
71
class
LenaTestFdMtFfMacSchedulerSuite
:
public
TestSuite
72
{
73
public
:
74
LenaTestFdMtFfMacSchedulerSuite
();
75
};
76
77
#endif
/* LENA_TEST_FDMT_FF_MAC_SCHEDULER_H */
LenaFdMtFfMacSchedulerTestCase
This system test program creates different test cases with a single eNB and several UEs,...
Definition
lte-test-fdmt-ff-mac-scheduler.h:31
LenaFdMtFfMacSchedulerTestCase::m_thrRefDl
double m_thrRefDl
DL throughput reference.
Definition
lte-test-fdmt-ff-mac-scheduler.h:61
LenaFdMtFfMacSchedulerTestCase::LenaFdMtFfMacSchedulerTestCase
LenaFdMtFfMacSchedulerTestCase(uint16_t nUser, double dist, double thrRefDl, double thrRefUl, bool errorModelEnabled)
Constructor.
Definition
lte-test-fdmt-ff-mac-scheduler.cc:179
LenaFdMtFfMacSchedulerTestCase::DoRun
void DoRun() override
Implementation to actually run this TestCase.
Definition
lte-test-fdmt-ff-mac-scheduler.cc:198
LenaFdMtFfMacSchedulerTestCase::BuildNameString
static std::string BuildNameString(uint16_t nUser, double dist)
Builds the test name string based on provided parameter values.
Definition
lte-test-fdmt-ff-mac-scheduler.cc:172
LenaFdMtFfMacSchedulerTestCase::~LenaFdMtFfMacSchedulerTestCase
~LenaFdMtFfMacSchedulerTestCase() override
Definition
lte-test-fdmt-ff-mac-scheduler.cc:193
LenaFdMtFfMacSchedulerTestCase::m_dist
double m_dist
distance between the nodes
Definition
lte-test-fdmt-ff-mac-scheduler.h:60
LenaFdMtFfMacSchedulerTestCase::m_thrRefUl
double m_thrRefUl
UL throughput reference.
Definition
lte-test-fdmt-ff-mac-scheduler.h:62
LenaFdMtFfMacSchedulerTestCase::m_nUser
uint16_t m_nUser
number of UE nodes
Definition
lte-test-fdmt-ff-mac-scheduler.h:59
LenaFdMtFfMacSchedulerTestCase::m_errorModelEnabled
bool m_errorModelEnabled
error model enabled?
Definition
lte-test-fdmt-ff-mac-scheduler.h:63
LenaTestFdMtFfMacSchedulerSuite
Test suite for LenaFdMtFfMacSchedulerTestCase test case.
Definition
lte-test-fdmt-ff-mac-scheduler.h:72
LenaTestFdMtFfMacSchedulerSuite::LenaTestFdMtFfMacSchedulerSuite
LenaTestFdMtFfMacSchedulerSuite()
Definition
lte-test-fdmt-ff-mac-scheduler.cc:47
ns3::TestCase
encapsulates test code
Definition
test.h:1050
ns3::TestSuite
A suite of tests to run.
Definition
test.h:1267
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
lte
test
lte-test-fdmt-ff-mac-scheduler.h
Generated on Fri Nov 8 2024 13:59:03 for ns-3 by
1.11.0