A Discrete-Event Network Simulator
API
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
 This header encodes the map key discussed above. More...
 
class  ns3::IdealHandoverPreparationInfoHeader
 This header encodes the map key discussed above. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Variables

static uint32_t ns3::g_handoverCommandMsgIdCounter = 0
 handover command message ID counter More...
 
static std::map< uint32_t, LteRrcSap::RrcConnectionReconfiguration > ns3::g_handoverCommandMsgMap
 handover command message map More...
 
static uint32_t ns3::g_handoverPreparationInfoMsgIdCounter = 0
 handover preparation info message ID counter More...
 
static std::map< uint32_t, LteRrcSap::HandoverPreparationInfo > ns3::g_handoverPreparationInfoMsgMap
 handover preparation info message map More...
 
static const Time ns3::RRC_IDEAL_MSG_DELAY = MilliSeconds (0)