A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-enb-rrc.cc File Reference
#include "lte-enb-rrc.h"
#include <ns3/fatal-error.h>
#include <ns3/log.h>
#include <ns3/abort.h>
#include <ns3/pointer.h>
#include <ns3/object-map.h>
#include <ns3/object-factory.h>
#include <ns3/simulator.h>
#include <ns3/lte-radio-bearer-info.h>
#include <ns3/eps-bearer-tag.h>
#include <ns3/packet.h>
#include <ns3/lte-rlc.h>
#include <ns3/lte-rlc-tm.h>
#include <ns3/lte-rlc-um.h>
#include <ns3/lte-rlc-am.h>
#include <ns3/lte-pdcp.h>
+ Include dependency graph for lte-enb-rrc.cc:

Go to the source code of this file.

Classes

class  ns3::EnbRrcMemberLteEnbCmacSapUser
 Class for forwarding CMAC SAP User functions. More...
 

Namespaces

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

Functions

static const std::string & ns3::ToString (UeManager::State s)
 

Variables

static const uint16_t ns3::g_srsCiHigh [SRS_ENTRIES] = {0, 1, 6, 16, 36, 76, 156, 316, 636}
 
static const uint16_t ns3::g_srsCiLow [SRS_ENTRIES] = {0, 0, 2, 7, 17, 37, 77, 157, 317}
 
static const uint16_t ns3::g_srsPeriodicity [SRS_ENTRIES] = {0, 2, 5, 10, 20, 40, 80, 160, 320}
 
static const std::string ns3::g_ueManagerStateName [UeManager::NUM_STATES]
 
static const uint8_t ns3::SRS_ENTRIES = 9