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 "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 "lte-enb-rrc.h"
#include "lte-enb-net-device.h"
#include "lte-radio-bearer-info.h"
#include "eps-bearer-tag.h"
#include "ff-mac-csched-sap.h"
#include "epc-enb-s1-sap.h"
#include "lte-rlc.h"
#include "lte-rlc-tm.h"
#include "lte-rlc-um.h"
#include "lte-rlc-am.h"
#include "lte-pdcp.h"
#include "lte-pdcp-sap.h"
+ Include dependency graph for lte-enb-rrc.cc:

Go to the source code of this file.

Classes

class  ns3::EnbRrcMemberLteEnbCmacSapUser
 

Namespaces

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

Functions

 NS_LOG_COMPONENT_DEFINE ("LteEnbRrc")
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (UeManager)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (LteEnbRrc)
 
std::string ns3::ToString (UeManager::State s)
 

Variables

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

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "LteEnbRrc"  )