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-vendor-specific-parameters.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
*/
8
9
#ifndef LTE_VENDOR_SPECIFIC_PARAMETERS
10
#define LTE_VENDOR_SPECIFIC_PARAMETERS
11
12
#include "
ff-mac-common.h
"
13
14
#define SRS_CQI_RNTI_VSP 1
15
16
namespace
ns3
17
{
18
19
/**
20
* \brief Define the RNTI that has generated the
21
*/
22
class
SrsCqiRntiVsp
:
public
VendorSpecificValue
23
{
24
public
:
25
/**
26
* \brief SRS CQI RNTI VSP
27
*
28
* \param rnti the RNTI
29
*/
30
SrsCqiRntiVsp
(uint16_t rnti);
31
~SrsCqiRntiVsp
()
override
;
32
33
/**
34
* \brief Get RNTI function
35
*
36
* \returns the RNTI
37
*/
38
uint16_t
GetRnti
()
const
;
39
40
private
:
41
uint16_t
m_rnti
;
///< the rnti
42
};
43
44
};
// namespace ns3
45
46
#endif
/* LTE_VENDOR_SPECIFIC_PARAMETERS */
ns3::SrsCqiRntiVsp
Define the RNTI that has generated the.
Definition
lte-vendor-specific-parameters.h:23
ns3::SrsCqiRntiVsp::~SrsCqiRntiVsp
~SrsCqiRntiVsp() override
Definition
lte-vendor-specific-parameters.cc:23
ns3::SrsCqiRntiVsp::GetRnti
uint16_t GetRnti() const
Get RNTI function.
Definition
lte-vendor-specific-parameters.cc:28
ns3::SrsCqiRntiVsp::SrsCqiRntiVsp
SrsCqiRntiVsp(uint16_t rnti)
SRS CQI RNTI VSP.
Definition
lte-vendor-specific-parameters.cc:18
ns3::SrsCqiRntiVsp::m_rnti
uint16_t m_rnti
the rnti
Definition
lte-vendor-specific-parameters.h:41
ff-mac-common.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::VendorSpecificValue
Base class for storing the values of vendor specific parameters.
Definition
ff-mac-common.h:169
src
lte
model
lte-vendor-specific-parameters.h
Generated on Fri Nov 8 2024 13:59:03 for ns-3 by
1.11.0