A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
lte-handover-algorithm.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2013 Budiarto Herman
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Budiarto Herman <budiarto.herman@magister.fi>
7 *
8 */
9
11
12#include "ns3/log.h"
13
14namespace ns3
15{
16
17NS_LOG_COMPONENT_DEFINE("LteHandoverAlgorithm");
18
20
24
28
31{
32 static TypeId tid = TypeId("ns3::LteHandoverAlgorithm").SetParent<Object>().SetGroupName("Lte");
33 return tid;
34}
35
36void
40
41} // namespace ns3
The abstract base class of a handover algorithm that operates using the Handover Management SAP inter...
void DoDispose() override
Destructor implementation.
static TypeId GetTypeId()
Get the type ID.
Object()
Caller graph was not generated because of its size.
Definition object.cc:96
a unique identifier for an interface.
Definition type-id.h:49
TypeId SetParent(TypeId tid)
Set the parent TypeId.
Definition type-id.cc:1001
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition log.h:194
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Definition object-base.h:35
Every class exported by the ns3 library is enclosed in the ns3 namespace.