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.cc
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
#include "
lte-vendor-specific-parameters.h
"
10
11
#include <ns3/log.h>
12
13
namespace
ns3
14
{
15
16
NS_LOG_COMPONENT_DEFINE
(
"LteVendorSpecificParameters"
);
17
18
SrsCqiRntiVsp::SrsCqiRntiVsp
(uint16_t rnti)
19
: m_rnti(rnti)
20
{
21
}
22
23
SrsCqiRntiVsp::~SrsCqiRntiVsp
()
24
{
25
}
26
27
uint16_t
28
SrsCqiRntiVsp::GetRnti
()
const
29
{
30
return
m_rnti
;
31
}
32
33
}
// namespace ns3
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
NS_LOG_COMPONENT_DEFINE
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition
log.h:191
lte-vendor-specific-parameters.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
lte
model
lte-vendor-specific-parameters.cc
Generated on Fri Nov 8 2024 13:59:03 for ns-3 by
1.11.0