#include <ns3/fatal-error.h>
#include <ns3/log.h>
#include <ns3/nstime.h>
#include <ns3/node-list.h>
#include <ns3/node.h>
#include <ns3/simulator.h>
#include "lte-rrc-protocol-ideal.h"
#include "lte-ue-rrc.h"
#include "lte-enb-rrc.h"
#include "lte-enb-net-device.h"
#include "lte-ue-net-device.h"
Go to the source code of this file.
Classes | |
class | ns3::IdealHandoverCommandHeader |
class | ns3::IdealHandoverPreparationInfoHeader |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("LteRrcProtocolIdeal") | |
Variables | |
uint32_t | ns3::g_handoverCommandMsgIdCounter = 0 |
std::map< uint32_t, LteRrcSap::RrcConnectionReconfiguration > | ns3::g_handoverCommandMsgMap |
uint32_t | ns3::g_handoverPreparationInfoMsgIdCounter = 0 |
std::map< uint32_t, LteRrcSap::HandoverPreparationInfo > | ns3::g_handoverPreparationInfoMsgMap |
const Time | ns3::RRC_IDEAL_MSG_DELAY = MilliSeconds (0) |
NS_LOG_COMPONENT_DEFINE | ( | "LteRrcProtocolIdeal" | ) |