A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-rrc-protocol-ideal.cc File Reference
#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"
+ Include dependency graph for lte-rrc-protocol-ideal.cc:

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)
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "LteRrcProtocolIdeal"  )