A Discrete-Event Network Simulator
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
10
11#include <ns3/log.h>
12
13namespace ns3
14{
15
16NS_LOG_COMPONENT_DEFINE("LteVendorSpecificParameters");
17
19 : m_rnti(rnti)
20{
21}
22
26
27uint16_t
29{
30 return m_rnti;
31}
32
33} // namespace ns3
uint16_t GetRnti() const
Get RNTI function.
SrsCqiRntiVsp(uint16_t rnti)
SRS CQI RNTI VSP.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition log.h:191
Every class exported by the ns3 library is enclosed in the ns3 namespace.