#include "lte-as-sap.h"
#include "lte-pdcp-sap.h"
#include "lte-rrc-sap.h"
#include "lte-ue-ccm-rrc-sap.h"
#include "lte-ue-cmac-sap.h"
#include "lte-ue-cphy-sap.h"
#include <ns3/object.h>
#include <ns3/packet.h>
#include <ns3/traced-callback.h>
#include <map>
#include <set>
#include <vector>
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. | |
Variables | |
static const Time | ns3::UE_MEASUREMENT_REPORT_DELAY = MicroSeconds(1) |
Artificial delay of UE measurements procedure. More... | |