A Discrete-Event Network Simulator
API
lte-ue-rrc.h File Reference
#include <ns3/object.h>
#include <ns3/packet.h>
#include <ns3/lte-ue-cmac-sap.h>
#include <ns3/lte-pdcp-sap.h>
#include <ns3/lte-as-sap.h>
#include <ns3/lte-ue-cphy-sap.h>
#include <ns3/lte-rrc-sap.h>
#include <ns3/traced-callback.h>
#include "ns3/component-carrier-ue.h"
#include <ns3/lte-ue-ccm-rrc-sap.h>
#include <vector>
#include <map>
#include <set>
+ Include dependency graph for lte-ue-rrc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::LteUeRrc
 
struct  ns3::LteUeRrc::MeasValues
 Represents a measurement result from a certain cell. More...
 
struct  ns3::LteUeRrc::PendingTrigger_t
 Represents a single triggered event from a measurement identity which reporting criteria have been fulfilled, but delayed by time-to-trigger. More...
 
struct  ns3::LteUeRrc::VarMeasConfig
 Includes the accumulated configuration of the measurements to be performed by the UE. More...
 
struct  ns3::LteUeRrc::VarMeasReport
 Represents a single measurement reporting entry., which includes information about a measurement for which the triggering conditions have been met. More...
 

Namespaces

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

Macros

#define MAX_NO_CC   5
 
#define MIN_NO_CC   1
 

Variables

static const Time ns3::UE_MEASUREMENT_REPORT_DELAY = MicroSeconds (1)
 Artificial delay of UE measurements procedure. More...
 

Macro Definition Documentation

#define MAX_NO_CC   5

Definition at line 44 of file lte-ue-rrc.h.

#define MIN_NO_CC   1

Definition at line 43 of file lte-ue-rrc.h.